﻿//flicker fix
$(document).ready(function() {
    $('body').css('visibility', 'visible');
});

function GoToPrivacy() {
    window.location = 'http://consumer.gsk-chus.com/legal/privacy.aspx';
}

//cookie for text size
//$(document).ready(function () {
//    if ($.cookie('TEXT_SIZE')) {
//        $('body').addClass($.cookie('TEXT_SIZE'));
//    }
//    $('#sizer a').click(function () {
//        var textSize = $(this).parent().attr('class');
//        $('body').removeClass('small large').addClass(textSize);
//        $.cookie('TEXT_SIZE', textSize, { path: '/', expires: 10000 });
//        return false;
//    });
//}); 

// $(function() {
//      cookieResize('#sizer a', 'default');
// });
