function getWhite(){
	$("#welcome_blue").fadeOut("slow",function(){ $("#welcome_white").fadeIn("fast",function(){}); });
}

function getBlue(){
	$("#welcome_white").fadeOut("fast",function(){ $("#welcome_blue").fadeIn("slow",function(){}); });	
}

$(document).ready(function(){
  
  flashembed("flash", { src: "flashes/main.swf", wmode: 'transparent', version: [9, 0], expressInstall: "flashes/expressinstall.swf" });

});

