

/* Detecting Server Settings...
------------------------------------*/

/* Environment: Live */
/* Media Server to use: http://media.ef.com */


/* Detecting Browser Settings...
------------------------------------*/

/* Country:               us
/* Language:              us
/* Web crawler?           True
/* Your browser:          generic crawler
/* Your browser version:  1
/* Your platform:  function platform(str)
{
//Use this if you are using short hand like 'windows' or 'mac'
//The more speciffic you are the more likely this will give you an accurate response
if (platform_n.indexOf(str)!=-1)
{
Response.WriteBlock(6)
Response.Write(str)
Response.WriteBlock(7)
Response.Write(platform_n)
Response.WriteBlock(8)
return true;
} else {
return false;
}
}
/* Accepts Style sheets?  False
/*
/* You can switch style sheets using the following scripts:
/* (remove spaces between < and % for asp
/* < %if(browser("IE==5")) {% > Your styles < %}% >
/* for multiple use commas, for version equal to less than or greater than use conditionals <,>,==,!=,>=,<=
/* < %if(browser("IE>5,firefox,safari<3")) {% > Your styles < %}% >
/*
/* the following variables may also be used
/* browser_n (browser name), browser_v (version), isCrawler (boolean true if a spider)
*/



.promoBanner {
    width:418px;
    height:70px;
    background:#fff url(http://media.ef.com/_imgs/lt/_shared/banner_bg.gif) top left no-repeat;
    display:block;
    cursor:pointer;
    margin:10px 0px 0px 0px;
}

.promoBannerOver {
    width:418px;
    height:70px;
    background:#fff url(http://media.ef.com/_imgs/lt/_shared/banner_bg.gif) top left no-repeat;
    display:block;
    cursor:pointer;
    margin:10px 0px 0px 0px;
}

.promoBannerOver .promoBannerText {
    width:228px;
    height:70px;
    float:left;
}

.promoBanner .promoBannerText {
    width:228px;
    height:70px;
    float:left;
}

.promoBanner .promoBannerText h2 {
    color:#f85e12;
    width:208px;
    height:50px;
    margin:10px;
    font-size:16px;
}

.promoBannerOver .promoBannerText h2 {
    color:#f85e12;
    width:208px;
    height:50px;
    margin:10px;
    font-size:16px;
    text-decoration:underline;
}

.promoBanner .promoBannerImg {
    width:190px;
    height:70px;
    float:left;
}

.promoBannerOver .promoBannerImg {
    width:190px;
    height:70px;
    float:left;
}