var t;

function all()
{

	if (eval(document.all.blank))
	{
		var imgElement = document.all.blank;
		var temp;
		imgElement.parentElement.innerHTML = "<IMG id=blank height=22 src=\"/images/j-blanck.gif\" width=88><A href=\"javascript:openPrintPage();\"><IMG onmouseover=\"document.all.item('blank').src='/images/j-goto-print-text.gif'\" onmouseout=\"document.all.item('blank').src='/images/j-blanck.gif'\" height=22 src=\"/images/j-goto-print.gif\" width=26 border=0></A><A href=\"javascript:openSendByEmailPage();\"><IMG onmouseover=\"document.all.item('blank').src='/images/j-email-article-text.gif'\" onmouseout=\"document.all.item('blank').src='/images/j-blanck.gif'\" height=22 src=\"/images/j-email-article.gif\" width=26 border=0></A>";
	}
}

function updatehits(x)
{	
	getItem('streaminghits.php?selection='+x,'noid');		
}		

function openprintpage()
{
	var denurl = ""+window.location.hostname;
	denurl ="http://"+denurl+"/print.htm";
	window.open(denurl,null,"height=600,width=800,status=yes,toolbar=yes,menubar=no,location=no, resizable=yes,scrollbars=yes")
}
all();