
function addKWQ(f) {
	var fa=f.action; far=fa.substr(fa.length-1,1); 
	if (f.kw.value.length < 2) {return false;} else {if (fa.indexOf('?') != -1) {if (far.indexOf('&') == -1) {f.action=f.action + '&';}} else {f.action=f.action + '?';} f.action=f.action + 'kwq=' + escape(f.kw.value); return true;}
}
function promoshipping(num){
	if(!document.getElementById || !document.getElementsByTagName) return;
	d=new Date();nd=d.getDay();hr=d.getHours();if(hr<5)nd=(nd==0)?6:nd-1;
	if (document.getElementById("search_box_left")) {
		h=document.createElement("div");
		h.id="promoship";
		h.setAttribute("id","promoship");
		h.style.position="absolute";
		h.style.height="50px";
		h.style.width="137px";
		h.style.backgroundColor="white";
		h.style.margin="0px"
		h.style.padding="0px"
		h.innerHTML='<img src="images/holiday-free-shipping'+nd+'.gif" style="margin-top:5px;width:100%;height:100%;border:1px solid #333333;">';
		//document.getElementsByTagName("body")[0].appendChild(h);
		document.getElementById("search_box_left").appendChild(h);
		document.getElementById("search_box_left").style.marginBottom="60px";
	} else {
		if (num==1) setTimeout('promoshipping(2)',1500);
	}
}
setTimeout('promoshipping(1)',1000);


