function coordinateLoader(){if(document.getElementById("bannerImage")){var d=document.getElementById("bannerImage");var c=findElementPos(d);coordinateCreator(d,c)}}function coordinateCreator(e,f){var g=new Array();g.width=e.offsetWidth;g.height=e.offsetHeight;var h=document.createElement("a");h.href='javascript:_hbLink("wpt_gsn.swf", "Homepage_Top", "'+f.posx+", "+f.posy+", "+g.width+", "+g.height+'")';e.appendChild(h)}function findElementPos(d){var c={posx:0,posy:0};if(d.offsetParent){do{if(d.offsetParent.tagName=="BODY"){break}c.posx+=d.offsetLeft;c.posy+=d.offsetTop}while(d=d.offsetParent)}return c}function addLoadEvent(d){var c=window.onload;if(typeof window.onload!="function"){window.onload=d}else{window.onload=function(){c();d()}}}addLoadEvent(coordinateLoader);