				// flash settings -> 'src,width,height,quality,bgcolor,scale'
				flashSetup = 'resources/home_intro.swf,556,234,best,#000000,exactfit';
				// optional variables to pass
				flashVars = '';
				// static html code
				staticCode = '<img src="images/photo_cell.jpg" width="556" height="234"/>';
				// run the detection script
				loadFlash (flashSetup, flashVars, staticCode);
				
