function coordinateLoader(){if(document.getElementById("bannerImage")){var d=document.getElementById("bannerImage");var c=findElementPos(d);coordinateCreator(d,c)}}function coordinateCreator(g,h){var e=new Array();e.width=g.offsetWidth;e.height=g.offsetHeight;var f=document.createElement("a");f.href='javascript:_hbLink("wpt_gsn.swf", "Homepage_Top", "'+h.posx+", "+h.posy+", "+e.width+", "+e.height+'")';g.appendChild(f)}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);
