function searchboxClicked() {
	if (document.getElementById("q").value == 'מה תרצו לחפש?')
	{
		document.getElementById("q").value = '';
	}
}

function searchboxBlurred() {
	if (document.getElementById("q").value == '')
	{
		document.getElementById("q").value = 'מה תרצו לחפש?';
	}
}

function pollpop(url,wname,features)
{
	window.open(url,wname,features);
}
function r24898()
{
	newwindow = window.open('http://www.skarim.co.il/pollresults.php?user=livegigs&id=24898','','width=580, height=600, scrollbars=yes, location=no, toolbar=no, menubar=no');
	if (window.focus)
	{
		newwindow.focus()
	}
	return false;
}
