function clearSearch() {
	var f = document.forms["search"];
	if (f.q.value == "جستجو") {
		f.q.value = "";
	}
}

function replaceSearch() {
	var f = document.forms["search"];
	if (f.q.value == "") {
		f.q.value = "جستجو";
	}
}

function clearRUG() {
	var x = document.forms["rugsignup_form"];
	if (x.email.value == "Your Email Address") {
		x.email.value = "";
	}
}

function replaceRUG() {
	var x = document.forms["rugsignup_form"];
	if (x.email.value == "") {
		x.email.value = "Your Email Address";
	}
}
function email_a_friend(){
document.getElementById("sidepromo1").innerHTML='<iframe width="213" height="130" marginwidth="6" marginheight="6" scrolling="no" id="friendframe" name="friendframe" border="0" frameborder="0" src="/emailafriend"></iframe>';
}
function getsplayer(theurl){
return '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="130" height="20" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"><param name="movie" value="/images/mp3player.swf?file=/pics/'+theurl+'&autoStart=false&backColor1=000000&frontColor1=ffffff&songVolume=100" /><param name="wmode" value="transparent" /><embed wmode="transparent" width="130" height="20" src="/images/mp3player.swf?file=/pics/'+theurl+'&autoStart=false&backColor1=000000&frontColor1=ffffff&songVolume=100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
}
