//FLASH OBJECTS
//header
swfobject.embedSWF(pwp_template_dir+"_content/swf/header.swf", "header", "960", "200", "9.0.0", null, pwp_flashvars, {wmode:'transparent', menu:'false'});

//youtube
var tubevars = "&amp;border=0";
//swfobject.embedSWF("http://www.youtube.com/cp/vjVQa1PpcFM2GqKsgxuGxzREvpDFvEiBYFu9B2qSOTE="+tubevars, "youtube", "204", "165", "9.0.0"); //youtube.com/msrtv
swfobject.embedSWF("http://www.youtube.com/cp/vjVQa1PpcFNVqLdW0ZK2bkZZQO9yBSUtIFQ1T8Ie0AQ="+tubevars, "youtube", "204", "165", "9.0.0"); //youtube.com/psoeiras


$(document).ready(function(){
						   
		//$('#sidebar iframe').mouseover(function(){ alert($(this).css("height")) })
		
		if(pwp_front_page){
			$('body').append("<div id=\"xtra\"><p></p><img src=\""+pwp_template_dir+"_content/img/Flyer_IRS.gif\" /></div>");
			$('#xtra').attr("style", 'width:400px;height:400px;position:absolute;z-index:10;background-color:#f39; padding:0px;left:50%;top:50%;margin-left:-250px;margin-top:-250px;').hide();
			$('#xtra p').text('fechar').attr('style', 'height:12px;width:500px;margin:0px;padding:4px 0 4px 20px; color:#fff; font-family:Verdana;font-size:10px;font-weight:bold;')
						.css('cursor','pointer')
						.click(function(){ $('#xtra').hide('slow'); });
	
			$('#xtra').show('slow');
		}
	}
);

