


// code to fetch the value of Query String from URL
function gup( name1 )
{
name1 = name1.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
var regexS = "[\\?&]"+name1+"=([^&#]*)";
var regex = new RegExp( regexS,"i" );
var results = regex.exec( window.location.href );
if( results == null )
return "";
else
return results[1];
}

<!--OMNITURE CODE HBX2.5 (Universal)-->
<!-- Copyright 1997 - 2008. Omniture, Inc. All Rights Reserved.  Omniture is a registered trademark of Omniture, Inc. in the United States, Canada, Japan, and the European Community. -->
var _hbEC=0,_hbE=new Array;function _hbEvent(a,b){b=_hbE[_hbEC++]=new Object();b._N=a;b._C=0;return b;}
var hbx=_hbEvent("pv");hbx.vpc="HBX0250u";hbx.gn="ehg-adidasus.hitbox.com";