//to get the query string for video player deeplinking

function callRootString()
{
   if(ValidateURL(document.location.href))
        return document.location.href;
}
function ValidateURL(form) {
    var v = new RegExp();
    v.compile("^([A-Za-z]+)(://[A-Za-z0-9-_\]+).([A-Za-z0-9-_%&\?\/#:.=\\s]+)$");
    if (!v.test(form)) 
    {
        return false;
    }
    return true;
} 
var flashvars = true;
var subjectDiv = "contentarea1_1";
var d = new Date();
var flashSrc="http://estc.msn.com/br/intl/spec/en-gb/Ford-Fiesta/swf/fashion_app.swf"+"?date="+d.getDate()+(d.getMonth()+1)+d.getFullYear();
var params = {  allowscriptaccess: "always", menu: "false", bgcolor:"#000000" , flashvars: "FV_account=msnportalukspecialsfordfiesta&FV_pageName=Fashion_Quiz&FV_pageURL=http://specials.uk.msn.com/Ford-Fiesta/StyleConsultant.aspx&FV_charSet=en-gb&FV_currencyCode=USD&siteBasePath=http://estc.msn.com/br/intl/spec/en-gb/Ford-Fiesta&PageName=Quiz"};
var attributes = { };
swfobject.embedSWF(flashSrc, 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;     
    };


