function zPrint(oTgt)
{
	oTgt.focus();
	oTgt.print();
}


function cacheHack(){
	return "?t=" +new Date().getTime();
}
