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