NumberOfImagesToRotate = 1;
var r = Math.ceil(Math.random() * NumberOfImagesToRotate);
var d = r + 1;

function randomizeFlash() {
	document.write('<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="800" height="270" align="middle">');
	document.write('<param name="movie" value="s_flash/index' + r + '.swf">');
	document.write('<param name=quality value=high>');
	document.write('<PARAM NAME=wmode VALUE=transparent>');
	document.write('<embed src="s_flash/index' + r + '.swf" width="800" height="270" align="middle" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode=transparent></embed>');
	document.write('</object>');
}

function randomizeContentFlash() {
	document.write('<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="800" height="270" align="middle">');
	document.write('<param name="movie" value="../s_flash/index' + d + '.swf">');
	document.write('<param name=quality value=high>');
	document.write('<PARAM NAME=wmode VALUE=transparent>');
	document.write('<embed src="../s_flash/index' + d + '.swf" width="800" height="270" align="middle" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode=transparent></embed>');
	document.write('</object>');
}

function writeSpotlight() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="284" height="300" title="spotlights">');
	document.write('<param name="movie" value="http://www.inmediuss1000d.com/s_flash/spotlight_S1000D.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="http://www.inmediuss1000d.com/s_flash/spotlight_S1000D.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="284" height="300"></embed>');
	document.write('</object>');
}