var rand_no = Math.round((3-1)*Math.random());

//document.write(rand_no)


if ( rand_no == 0 )
{	
		document.write('<img src="/adobe/images/backup2.jpg" width="277" height="263" alt="Put the old way on ice!"></td>')

}
else
{
	
	if ( rand_no == 1 )
	{
		
			document.write('<img src="/adobe/images/bucket2.jpg" width="277" height="263" alt="Put the old way on ice!"></td>')

	}

	else
	{
		if ( rand_no == 2 )
		{
			
				document.write('<img src="/adobe/images/protect2.jpg" width="277" height="263" alt="Put the old way on ice!"></td>')

		}
		
	}
}


