var homePromo = {
    title: "George Balanchine's The Nutcracker", // Title of the ad.
    src: "/lib/images/ads/home/ad-nutcracker.jpg", // The image source.
    width: 738,
    height: 215,
    href: "http://cpyb.org/performances/2011-2012-season/the-nutcracker/", // The full anchor of the ad link.
    target: '', // Use this if you want the ad to open a new tab/window.
    timeout: 5000, // Timeout in miliseconds.
    starts: new Date("11/11/2011 11:11 AM"), // Ad Start date - used to limit when the ad should be displayed
    ends: new Date("12/17/2011 23:59:59") // Ad end date - the date when the ad should expire and no long popup.
};

