var today = new Date();
var day = today.getDay();

// PLEASE NOTE: The array below loads images for 7 days - Sun to Sat.
// Edit the corresponding day with the image you've already uploaded to
// /images/fob/image_name.gif.
// If a day doesn't have a sponsor, load /images/skin/blank.gif as the image
// and empty quotes as the url.

var day_array = [
{img: "/images/sob/blank.gif", 
url: ""},
{img: "/images/sob/blank.gif",
url: ""},
{img: "/images/sob/blank.gif",
url: ""},
{img: "/images/sob/blank.gif",
url: ""}, 
{img: "/images/sob/blank.gif",
url: ""},
{img: "/images/sob/blank.gif",
url: ""}, 
{img: "/images/sob/blank.gif",
url: ""}
];