$(document).ready(function () { 
	EndDate = new Date("December 30, 2011 23:00");
    today = new Date();
    if (EndDate > today) {
        CreatePopup("../../jQuery_message/popup.html", 200, 1500, "Notification", 7); 
    }
});
