function loadMovie(name,autostart){$("#splashplayer-container").html("");var player={movie:Drupal.settings.media_url+"flash/mediaplayer.swf",width:"425",height:"320",majorversion:"8",build:"0",allowScriptAccess:"always",id:"splashplayer",flashvars:"file="+Drupal.settings.static_url+"graphics/graphics/splash/"+name+".flv&image="+Drupal.settings.static_url+"graphics/graphics/splash/"+name+"-preview.png&autostart="+autostart+"&enablejs=true&shuffle=false;"};UFO.create(player,"splashplayer-container")}$(document).ready(function(){$("#splashplayer-welcome").click(function(){loadMovie("crowdpowered","true")});$("#splashplayer-start").click(function(){loadMovie("simpleandfun","true")});$("#splashplayer-domore").click(function(){loadMovie("whatisnews","true")});loadMovie("crowdpowered","false")});