$(document).ready(function(){
  
  //Flash home galeria
	swfobject.embedSWF("swf/main.swf", "content", "800", "600", "9.0.0", null, null, { wmode: "transparent", scale: "true" }, null);
  swffit.fit("content"); 
  
  function openPlayer(){
    $("#video").fadeIn();
    $("#video").append('<iframe src="http://multishowfm.globoradio.globo.com/player/playerAoVivo.htm" name="videomultishow" frameBorder="0" width="728" height="360" scrolling="no"></iframe>');
  };  
  function closePlayer(){
    $("#video").fadeOut();
    $("#video iframe").remove()
  };
  
});
