﻿$(document).ready(function() {
	var flashVars = {};
    var parObj = {allowfullscreen:false, menu:false, wmode:"transparent", allowscriptaccess:"always"};
	var flashVars = {XMLPath: "movie/images.xml"};
    $.swfobject.embedSWF("movie/intro_woa.swf", "imgFlash", "910", "310", "8.0.0", "/javascripts/jQuery/Plugins/swfobject/expressInstall.swf", flashVars, parObj);
    
     $("ul.upcomingEvents").innerfade({
       animationtype: "slide"
       , speed: "normal"
       , timeout: 2000
       , containerheight: "3em"
    });
});
