/*
This function picks a random Schlock logo

*/
function RanSchlockPic()
{
	var randnum = Math.random();		  //  order in a new array
	rnum = Math.round(19 * randnum) + 1;
	document.write("<p></p>");	
	if (rnum==1)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-AlliterationAssonance.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==2)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-BrigDuctTape.gif ' width='486' height='60' border='0'></a> ");
	}
	if (rnum==3)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-CharlieDanceFoxtrot.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==4)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-CharlieFoxtrotBrass.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==5)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-CustomerJobThree.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==6)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-Dodgeball.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==7)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-GoodNews.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==8)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-GraceOfGod.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==9)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-LeaveACrater.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==10)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-MadScience.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==11)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-OtherEye.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==12)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-Prosthetics.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==13)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-Rule12Wrath.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==14)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-Rule34Scorch.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==15)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-Rule37Overkill.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==16)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-SleepGunOmminousHummm.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==17)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-SometimesTheFun.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==18)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-StupidOnHands.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==19)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-StupidPills.gif' width='486' height='60' border='0'></a> ");
	}
	if (rnum==20)
	{
		document.write(" <a href='http://schlockmercenary.com/' target='_top'><img src='../Schlock/SchlockQuoteBanner-TravelTheGalaxy.gif' width='486' height='60' border='0'></a> ");
	}
	document.write("&nbsp;");
}


