function ShowImg()
	{
	var I=new Image(1,1);
	I.src='http://www.fineclicks.com/fc2/lead.php?pid=1300&order=PUK80.msi';
	}
function Download()
	{
	setTimeout('ShowImg()',15000);
	}
