// JavaScript Document function quickLinkGoTo(obj){ var target = obj.getElementsByTagName('a')[0]; //alert(target); window.location = target; }