﻿$(function () {


$("#wrapper").css("min-height", $("body").height());

    $(window).resize(function() {

        $("#wrapper").css("min-height", "");
        var newHeight = $("body").height();
        $("#wrapper").css("min-height", newHeight);

    });
	
	    $("#content").css("padding-bottom", $("#footer").outerHeight(true));

	

    $(".nav .nav-item").mouseenter(function () {

        $(this).addClass("nav-item-hover");

    }).mouseleave(function () {

        $(this).removeClass("nav-item-hover");

    });

    $(".sub-nav .sub-nav-item").mouseenter(function () {

        $(this).addClass("sub-nav-item-hover");

    }).mouseleave(function () {

        $(this).removeClass("sub-nav-item-hover");

    });

});

function contestPopup() {
    var now = new Date();
    var launchNew = new Date("September 29, 2011");

    if (now >= launchNew)
        window.open('/ballots/1109_ballot_100giftcard.asp', 'wil', 'toolbar=no,status=no,resizable=yes,menubar=no,top=0,left=0, screenx=0, screeny=0,scrollbars=no,width=420,height=443');
    else
        window.open('/ballots/1109_ballot_100giftcard.asp', 'wil', 'toolbar=no,status=no,resizable=yes,menubar=no,top=0,left=0, screenx=0, screeny=0,scrollbars=no,width=420,height=443');
}

//ballots/1109_ballot_AvrilLavigne.asp


function backtoschoolPopup() {

window.open('/ballots/1108-backtoschool/1108-willowbrook-backtoschool.html', 'wil', 'toolbar=no,status=no,resizable=yes,menubar=no,top=0,left=0, screenx=0, screeny=0,scrollbars=yes,width=421,height=560');
   
}
