//to get the query string for video player deeplinking

function callRootString()
{   
   return document.location.href;
}

var flashvars = true;
var subjectDiv = "contentarea1_1";
var params = {  allowscriptaccess: "always", menu: "false", bgcolor:"#000000" , flashvars: "siteBasePath=http://estc.msn.com/br/intl/spec/en-gb/Ford-Fiesta/"};
var attributes = { };
swfobject.embedSWF("http://estc.msn.com/br/intl/spec/en-gb/Ford-Fiesta/swf/index.swf", subjectDiv, "968", "530", "9.0.0","http://estc.msn.com/br/intl/spec/en-gb/Ford-Fiesta/js/expressInstall.swf", flashvars, params, attributes);

var logoFiesta="<a  href=http://www.ford.co.uk > <img style='border:none; margin-top:0px' src=http://estc.msn.com/br/intl/spec/en-gb/Ford-Fiesta/images/req_fiesta_logo.png width=256 height=93 alt=Fiesta_Logo /></a>";
var logoMsn='<a style=" margin-left:620px;margin-top:15px;position:absolute;float:right;width:10%;border:none;" href="http://www.uk.msn.com"> <img style="float:right;margin-top:25px;border:none;" src="http://estc.msn.com/br/intl/spec/en-gb/Ford-Fiesta/images/req_MSN_Logo.png" width="72" height="23" alt="MSN_Logo" /></a>';
var htmlAlternateView = '<p id="para" style="padding-left:350px">Having trouble? For the best experience with our site please verify that<br></br> you have met the minimum requirements below:<br></br>1.JavaScript enabled.<br></br>2.ActiveX enabled.<br></br>3.The latest version of the Adobe Flash Plug-in (Version 9r28 and above).</p><a href = http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&amp;promoid=BIOW /> <img style="border:none; margin-left:350px; margin-bottom:100px" src=http://estc.msn.com/br/intl/spec/en-gb/Ford-Fiesta/images/Install_Flash.jpg  width="158" height="39" alt="Get Adobe flash player"/></a>';

// Read in flash version. Write alternate content   
if(swfobject.getFlashPlayerVersion().major==0)
    {       
        document.getElementById(subjectDiv).innerHTML = logoFiesta + logoMsn + htmlAlternateView;     
    };


