
	<!--
	function getprinterfile(newspath)
	{
	 	var printerfile = location.pathname.substring(location.pathname.lastIndexOf('\/')+1);
	 	
		printerfile = "p_" + printerfile;

		window.open( printerfile, 'printfriendly', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=640,height=500');
	}

	function getprinterfileabsolute(newspath)
	{
		var printerfile = "p_" + newspath;
		
		window.open( printerfile, 'printfriendly', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=640,height=500');
	}
	//-->
	


