swfobject.registerObject("myFlashContent", "9.0.0");

/*
if (navigator.platform == "MacIntel")
{ document.write("<link rel='stylesheet' type='text/css' href='/Portals/0/css/mac_styles_home.css' />"); }
*/

function flash_rotation() {
	var random_number = 0;
	with (Math) {
		random_number = floor(random() * 3) + 1;
	}
	if (random_number == 1)
	{ show_movie1(); }
	else if (random_number == 2)
	{ show_movie2(); }
	else
	{ show_movie3(); }
}

function show_movie1() {
document.write("<div id='main-flash'><object width='600' height='200' id='homepageMainFlash' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>");
document.write("<param name='movie' value='/Portals/0/flash/man001b.swf'>");
document.write("<param name='play' value='true'>");
document.write("<param name='quality' value='high'>");
document.write("<param name='wmode' value='opaque'>");
document.write("<param name='loop' value='false'>");
document.write("<param name='menu' value='false'><!--[if !IE]>--><object type='application/x-shockwave-flash' data='/Portals/0/flash/man001b.swf' wmode='opaque' height='200' width='600'><!--<![endif]--><img src='/Portals/0/flash/main_flash.jpeg' alt='ConsultNet'><!--[if !IE]>--></object><!--<![endif]--></object></div>");
}

function show_movie2() {
document.write("<div id='main-flash'><object width='600' height='200' id='homepageMainFlash' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>");
document.write("<param name='movie' value='/Portals/0/flash/woman034b.swf'>");
document.write("<param name='play' value='true'>");
document.write("<param name='quality' value='high'>");
document.write("<param name='wmode' value='opaque'>");
document.write("<param name='loop' value='false'>");
document.write("<param name='menu' value='false'><!--[if !IE]>--><object type='application/x-shockwave-flash' data='/Portals/0/flash/woman034b.swf' wmode='opaque' height='200' width='600'><!--<![endif]--><img src='/Portals/0/flash/main_flash.jpeg' alt='ConsultNet'><!--[if !IE]>--></object><!--<![endif]--></object></div>");
}

function show_movie3() {
document.write("<div id='main-flash'><object width='600' height='200' id='homepageMainFlash' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>");
document.write("<param name='movie' value='/Portals/0/flash/man020b.swf'>");
document.write("<param name='play' value='true'>");
document.write("<param name='quality' value='high'>");
document.write("<param name='wmode' value='opaque'>");
document.write("<param name='loop' value='false'>");
document.write("<param name='menu' value='false'><!--[if !IE]>--><object type='application/x-shockwave-flash' data='/Portals/0/flash/man020b.swf' wmode='opaque' height='200' width='600'><!--<![endif]--><img src='/Portals/0/flash/main_flash.jpeg' alt='ConsultNet'><!--[if !IE]>--></object><!--<![endif]--></object></div>");
}

