$(document).ready(function () {
if($.browser.mozilla){
$("body").addClass("loading");
$(window).load(function() {
$("body").removeClass("loading",500);//I'm using the jQuery UI animation here to fade content in, omit the ",500" if you aren't loading jqueryui.1.7.2.js.
});
};

$('.slides').cycle({speed: 3500, timeout: 5000});

    $(".ListTable tr.ItemRowOdd, .ListTable tr.ItemRowEven, .FeaturedPanel .ItemRowEven, .FeaturedPanel .ItemRowOdd").click(function () {
        window.location = $(this).find("a").attr("href");
        return this;
    });
    $('.GetLowestPriceLink a').click(function (event) {
        event.stopPropagation()
    });


// add current class to navigation
 $(function(){
   var path = location.pathname.substring(1);
   if ( path )
     $('#nav a[href$="' + path + '"]').attr('class', 'current');
 });
 
});		
 
 swfobject.embedSWF("/flash/ExploreUSA-Header.swf", "flash", "643", "145", "6.0.0", "/flash/expressInstall.swf", null, null, null);
 
 function removeDefaultCSS()
{
var el = document.getElementsByTagName("link"); 
for (var i = 0; i < el.length; i++ ) { 
if(el[i].getAttribute('href') == '/InterActRV/UserControls/Default.css') {
el[i].disabled = true;
}}
}



window.onload = removeDefaultCSS;
 