//$(document).ready(function(){
//    $('#iDivLocationAwards').click(function(event){
//        document.location.href='/news/detail/id/56';
//    });
//    setLogo();
//    $(window).resize(function(){
//        setLogo();
//    });
//});
//
//function setLogo(){
//    var windowWidth = $(window).width();
//    var logoWidth = $('#iDivLocationAwards').width();
//    $('#iDivLocationAwards').css('left',Math.round(windowWidth - logoWidth));
//}
