if (document.getElementById)
	{
	var A = Math.round((Math.random())*40) 
if (A == 0){A=1;}
if (A > 9)
	{
	document.write('<IMG SRC="Images/Mobile/Mobile'+A+'.gif" width="90" height="90" BORDER=0 HSPACE=0>');}
	else
	{
	document.write('<IMG SRC="Images/Mobile/Mobile0'+A+'.gif" width="90" height="90" BORDER=0 HSPACE=0>');
	}
	}

