///*
// * To change this template, choose Tools | Templates
// * and open the template in the editor.
// */
//
//var ie8 = ( $.browser.msie && $.browser.version >= 8 && $.browser.version < 9);
//$(document).ready(function(){
//    // Set the final menu element to be one pixel longer...
//    $( '#hd_nav li:last-child a' ).css( 'width', '155' );
//
//	if (ie8)
//		$( '#hd_nav li:last-child a' ).css( 'width', '154' );
//});
//
//var ltie7;
//
//ltie7 = ( $.browser.msie && $.browser.version < 7 );
//if( ltie7 )
//{
//    var ie6_layout_update = function()
//    {
//       	windowWidth = $( window ).width();
//        if( typeof splashPage == "undefined" )
//        {
//        } else {
//            $( '#splash-ft' ).css( 'width', windowWidth );
//        }
//    }
//    $(document).ready(function(){
//
//        // Set the final menu element to be one pixel longer...
//        $( '#hd_nav li:last-child a' ).css( 'width', '159' );
//
//        // PNG FIXING
//        DD_belatedPNG.fix( '#splash-logo, #logo, #logo-moustache-logged-out, #logo-moustache-logged-in, #tile-ytplayer-overlay-img' );
//
//        $(window).resize( function() {
//            ie6_layout_update();
//	});
//        ie6_layout_update();
//    });
//}
