var promoText = ''; var eVar = ""; var shippingPromo = false; temp=window.location.search; pos=temp.lastIndexOf("eVar="); if (pos > -1) { temp=temp.substring(pos+5,temp.length); pos=temp.lastIndexOf("&"); if (pos > -1) { temp=temp.substring(0,pos-1); } eVar = temp; } if (shippingPromo || eVar == "freeship") { promoText = 'Free Shipping on all parts orders now through November 20, 2009.'; } function printPromo(cs) { if (promoText!="") { if (cs=="" || cs=="NT") { promoText = '

' + promoText + '

'; } document.write(promoText); } }