window.VideoComponent = function(){
}
window.VideoComponent.prototype.getSWFTagString = function(width,height,id,align,salign,allowScriptAccess,allowFullScreen,movie,loop,menu,quality,scale,wmode,bgcolor){
var returnValue;
if(navigator.appName.match(/Microsoft/i) != null){
returnValue =
"";
}else{
returnValue =
"";
}
return "
"+returnValue+"
";
}
window.VideoComponent.prototype.getSWFObjectById = function(id){
return (navigator.appName.match(/Microsoft/i) != null)?window[id]:document[id];
}
window.VideoComponent.prototype.resizeSWFObject = function(id,width,height){
var swfObject = document.getElementById('videoComponent0Container');
swfObject.style.width = width.toString()+'px';
swfObject.style.height = height.toString()+'px';
}
if(document.cookie.indexOf('ipGringa2=1') == -1){
if(navigator.userAgent.indexOf('iPad') == -1 && navigator.userAgent.indexOf('iPhone') == -1 && navigator.userAgent.indexOf('iPod') == -1){
document.write(
window.VideoComponent.prototype.getSWFTagString(
310,
230,
'videoComponent0',
'middle',
'lt',
'always',
'true',
'http://www.tvazteca.com/video_component/swf/video_component-v_1_0_k.swf'+
'?foo=bar'+
'&urlToPlay=http://video.statictvazteca.com/servicios/videos/am/ent/n/am_090213_12_ent_n_ext_3.flv'+
'&titulo=Extranormal'+
'&categoria=Extranormal'+
'&configuration=%7B%22certifica%22%3A%7B%22enabled%22%3Atrue%2C%22id%22%3A23096%7D%7D'+
'&colorActive=CC1612'+
'&bgImage=http%3A%2F%2Fstatic.aztecaamerica.com%2Fextranormal%2Fimagenes%2FimagenVideoPrevio.jpg'+
'',
'false',
'false',
'high',
'noscale',
'transparent',
'#000000'
)
);
}else{
if(navigator.userAgent.indexOf('iPad') > -1){
document.write(
''
);
}else{
document.write(
''
);
}
}
}else{
document.write('
');
}