// (c) Two Roads Media, Inc.  All rights reserved.

<!--

function Random(relPath)
	{
		var str_a = "<img src=\"";
		var str_a = str_a + relPath;
		var str_b = " width=\"928\" height=\"267\" alt=\"3B Studio\" border=\"0\">";
		var rnumb = "";
		var img = "";
		
		rnumb += Math.floor(Math.random()*26);
		img = rnumb;
		
		if (img == "0") {
			document.write(str_a+ "images/front-rotator/1.png\"" +str_b);
		}
		if (img == "1") {
			document.write(str_a+ "images/front-rotator/2.png\"" +str_b);
		}
		if (img == "2") {
			document.write(str_a+ "images/front-rotator/3.png\"" +str_b);
		}
		
		if (img == "3") {
			document.write(str_a+ "images/front-rotator/6.png\"" +str_b);
		}
		if (img == "4") {
			document.write(str_a+ "images/front-rotator/7.png\"" +str_b);
		}
		if (img == "5") {
			document.write(str_a+ "images/front-rotator/8.png\"" +str_b);
		}
		
		if (img == "6") {
			document.write(str_a+ "images/front-rotator/9.png\"" +str_b);
		}
		if (img == "7") {
			document.write(str_a+ "images/front-rotator/10.png\"" +str_b);
		}
		if (img == "8") {
			document.write(str_a+ "images/front-rotator/11.png\"" +str_b);
		}
		
		if (img == "9") {
			document.write(str_a+ "images/front-rotator/15.png\"" +str_b);
		}
		if (img == "10") {
			document.write(str_a+ "images/front-rotator/16.png\"" +str_b);
		}
		if (img == "11") {
			document.write(str_a+ "images/front-rotator/17.png\"" +str_b);
		}
		
		if (img == "12") {
			document.write(str_a+ "images/front-rotator/18.png\"" +str_b);
		}
		if (img == "13") {
			document.write(str_a+ "images/front-rotator/19.png\"" +str_b);
		}
		if (img == "14") {
			document.write(str_a+ "images/front-rotator/20.png\"" +str_b);
		}
		
		if (img == "15") {
			document.write(str_a+ "images/front-rotator/22.png\"" +str_b);
		}
		if (img == "16") {
			document.write(str_a+ "images/front-rotator/23.png\"" +str_b);
		}
		if (img == "17") {
			document.write(str_a+ "images/front-rotator/24.png\"" +str_b);
		}
		
		if (img == "18") {
			document.write(str_a+ "images/front-rotator/26.png\"" +str_b);
		}
		if (img == "19") {
			document.write(str_a+ "images/front-rotator/28.png\"" +str_b);
		}
		if (img == "20") {
			document.write(str_a+ "images/front-rotator/29.png\"" +str_b);
		}
		
		if (img == "21") {
			document.write(str_a+ "images/front-rotator/Carter.png\"" +str_b);
		}
		if (img == "22") {
			document.write(str_a+ "images/front-rotator/Gamble.png\"" +str_b);
		}
		if (img == "23") {
			document.write(str_a+ "images/front-rotator/Harrell.png\"" +str_b);
		}
		
		if (img == "24") {
			document.write(str_a+ "images/front-rotator/Porter.png\"" +str_b);
		}
		if (img == "25") {
			document.write(str_a+ "images/front-rotator/Schuurman.png\"" +str_b);
		}
		if (img == "26") {
			document.write(str_a+ "images/front-rotator/Tekell.png\"" +str_b);
		}
	}


//-->
		
