﻿// National Sales Event Banner

// Set background color of banner
/*
var bannerColor = '#84cc38';

jQuery.noConflict();jQuery("title").before(document.write("<link href='http://tollbrothers.com/common/css/toll/toll.salesevent.banner.css' rel='stylesheet' type='text/css' /><style type='text/css'>div#saleseventbanner {background-color:"+bannerColor+"}</style>"));jQuery(document).ready(function(a){a("body *:first").before("<div id='saleseventbanner'><div id='logo'><img src='http://tollbrothers.com/images/salesevent/nse_roadblock_banner_open.gif' /></div></div>");var c=a("div#saleseventbanner"),b=a("div#logo");a(c).click().toggle(function(){a(this).stop(true,true).animate({height:"34px"},{duration:700,easing:"easeOutSine"});a(b).html("<img src='http://tollbrothers.com/images/salesevent/nse_roadblock_banner_closed.gif' />")},function(){a(this).stop(true,true).animate({height:"115px"},{duration:700,easing:"easeOutSine"});a(b).html("<img src='http://tollbrothers.com/images/salesevent/nse_roadblock_banner_open.gif' />")})});
*/