function runSWF(){
var url=window.location.href;
var lenguaje = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
if (url==lenguaje){

		document.write('<body bgcolor="#DE1F26">');
		document.write('<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"><tr><td height="706" align="center" valign="middle">');
		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="700" height="500" align="middle">');
		document.write('<param name="allowScriptAccess" value="sameDomain" />');
		document.write('<param name="movie" value="interstitial.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<param name="bgcolor" value="#ffffff" />');
		document.write('<embed src="interstitial.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="700" height="500" name="Interstitial" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
		document.write('</object>');
		document.write('<br><center><a href="index.html?es" class="skip">Saltar/Skip Intro</a></center>');
		document.write('</td></tr></table></body></html>');
}else{
		document.write('<body bgcolor="#ffffff" background="bg.jpg">');
		document.write('<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"><tr><td height="706" align="center" valign="middle">');
		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1000" height="700" align="middle">');
		document.write('<param name="allowScriptAccess" value="sameDomain" />');
		document.write('<param name="movie" value="cms.swf?'+lenguaje+'" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<param name="bgcolor" value="#ffffff" />');
		document.write('<embed src="cms.swf?'+lenguaje+'" quality="high" wmode="transparent" bgcolor="#ffffff" width="1000" height="700" name="CMS" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
		document.write('</object>');
		document.write('</td></tr></table></body></html>');
	}
}