if(typeof sIFR == "function"){
	sIFR.replaceElement(named({sSelector:"body h2", sFlashSrc:"/resources/swf/planetestyle.swf", sColor:"#fc651a", sLinkColor:"#000000", sBgColor:"#ffffff", sHoverColor:"#fc651a", sFlashVars:"textalign=right"}));
}

$(function() {
	$('.abreFlash').click(function() {
		$('#flash').html('<object style="margin-top:25px" type="application/x-shockwave-flash" data="' + $(this).attr('rel') + '" width="723" height="300"><param name="movie" value="' + $(this).attr('rel') + '"/><param name="quality" value="high"/></object>');
	});
	
	if(!$.browser.msie) {
		$('#banner38 a').click(function() {
			alert('Solamente disponible para Internet Explorer');
			return false;
		});
	}
});