// JavaScript Document

var hasReqestedVersion = DetectFlashVer(8, 0, 0);
    if (hasReqestedVersion)
    {
    AC_FL_RunContent(
    	"src", "_wp_generated/logo1",
    	"play", "true",
    	"loop", "false",
    	"width", "150",
    	"height", "150",
    	"salign", "C",
    	"scale", "ShowAll",
    	"id", "vid_1",
    	"quality", "High",
    	"bgcolor", "#FFFFFF",
    	"name", "vid_1",
    	"type", "application/x-shockwave-flash",
    	'codebase', 'http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab',
    	"pluginspage", "http://www.macromedia.com/go/getflashplayer"
    );
    }
    else
    {
    	var alternateContent = 'An old version of the Flash plugin was detected. <strong><a href="http://www.macromedia.com/go/getflash/">Please upgrade your Flash plugin.</a></strong>';
    	document.write(alternateContent);
    }