//--------------------   Random Number Selector (Don't Change!!) ::
var selector = 0;
function getRandBanner() {
var rnumb = 0;
rnumb = Math.floor(Math.random()*3);
selector = rnumb;
}

function Banner() {
var gotFlash = Flashcheck();

					//			BANNER 1
if (selector == 0) 
{
	if (gotFlash == true || gotFlash == "[object Plugin]") 
	{
		var code = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"475\" height=\"75\"><param name=\"movie\" value=\"http://www.tectronservicing.co.uk/Flash/biotek.swf\"> <param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"transparent\"><embed src=\"http://www.tectronservicing.co.uk/Flash/biotek.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"475\" height=\"75\" wmode=\"transparent\"></embed></object>";
		document.write(code);
	}
	else 
	{
		document.write ("<a href=\"http://www.tectronservicing.co.uk/tectron_service_request.php\"> <img src=\"http://www.tectronservicing.co.uk/Flash/biotek.gif\" width=\"475\" border=\"0\" height=\"75\" alt=\"SAVE UPTO 10% ON BIOTEK SERVICING\"></a>");
	}
	
}


					//			BANNER 2
if (selector == 1) {
	if (gotFlash == true || gotFlash == "[object Plugin]") {

	var code = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"475\" height=\"75\"><param name=\"movie\" value=\"http://www.tectronservicing.co.uk/Flash/custsurvey.swf\"> <param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"transparent\"><embed src=\"http://www.tectronservicing.co.uk/Flash/custsurvey.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"475\" height=\"75\" wmode=\"transparent\"></embed></object>";

	document.write(code);
	}
	else {
	document.write ("<a href=\"http://www.tectronservicing.co.uk/survey.php\"><img src=\"http://www.tectronservicing.co.uk/Flash/custsurvey.gif\" width=\"475\" border=\"0\" height=\"75\" alt=\"Complete the new customer survey and have a chance at winning a Tectron toolkit\"></a>");
}
}

					//			BANNER 3
if (selector == 2) 
{
	if (gotFlash == true || gotFlash == "[object Plugin]") 
	{
		var code = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"475\" height=\"75\"><param name=\"movie\" value=\"http://www.tectronservicing.co.uk/Flash/freeservicing.swf\"> <param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"transparent\"><embed src=\"http://www.tectronservicing.co.uk/Flash/freeservicing.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"475\" height=\"75\" wmode=\"transparent\"></embed></object>";
		document.write(code);
	}
	else 
	{
		document.write ("<a href=\"http://www.tectronservicing.co.uk/tectron_service_request.php\"> <img src=\"http://www.tectronservicing.co.uk/Flash/freeservice.gif\" width=\"475\" border=\"0\" height=\"75\" alt=\"Win a years free servicing\"></a>");
	}
	
}

}