var min_flash_version_required = 6;  // set the minimum version of the flash plugin required to view flash piece.

/* If you are checking for display of flash within a larger html document, fill in the following values.  Make sure that the
HTML appears all on one line and that you escape the quotes in your HTML. */
var flash_to_show = "<div id=\"spider_overlay\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"100%\" height=\"100%\"><param name=\"movie\" value=\"images/spider.swf\" /><param name=\"loop\" value=\"false\" /><param name=\"quality\" value=\"best\" /><param name=\"wmode\" value=\"transparent\" /><embed src=\"images/spider.swf\" width=\"100%\" height=\"100%\" autostart=\"true\" quality=\"best\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" wmode=\"transparent\" loop=\"false\"></embed></object></div>";  // HTML to display (embedding of flash piece), if the mimimum version of the flash plugin is detected.
var no_flash_to_show = "";  //HTML to display (non-flash image, text, etc.), if the mimimum version of the flash plugin is not detected.

/* If you are checking for redirection to a flash or non-flash page, fill in these values. */
var flash_page_location = "";  // page to redirect to if the minimum version of the flash plugin is detected.
var no_flash_page_location = "";  // page to redirect to if the minimum version of the flash plugin is not detected.