<!--

// Script by So Fain of My Favorite Sin - www.MyFavoriteSin.com

var currentdate = 0;
var core = 0;

function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}

link = new initArray(
"http://www.nickclaeboe.com/",
//"http://tshirthell.com/store/clicks.php?partner=SoFain88",
// "http://tshirthell.com/store/clicks.php?partner=SoFain88",
// "http://tshirthell.com/store/clicks.php?partner=SoFain88",
"http://madmimi.com/r/5a45d7bae2d4d07061d3e882475b049b",
"http://www.thrillplanet.com/",
"http://www.buzzentertainmentmagazine.com/?utm_source=promoter&utm_medium=erran",
"http://www.myfavoritesin.com/nightclubs/vip-tables-bottle-service.html",
"http://www.myfavoritesin.com/nightclubs/atlanta/tongue-and-groove.html",
"http://www.myfavoritesin.com/nightclubs/atlanta/opera.html",
"http://www.myfavoritesin.com/atlanta-nightlife.html"
);

image = new initArray(
"http://www.myfavoritesin.com/banners/720x90/nickclaeboe-728x90.jpg",
//"http://www.myfavoritesin.com/banners/iputoutforsanta-tshirthell.jpg",
// "http://tshirthell.com/img/affiliate_section/banners/newshirts_720x90.jpg",
// "http://www.tshirthell.com/img/affiliate_section/banners/holiday_2_horz.gif",
"http://madmimi.com/images/madmimi59090.png",
"http://www.1800skyride.com/holiday-banners/skydiving-s50/thrill-planet-728x90.gif",
"http://www.myfavoritesin.com/banners/buzz_banner_728x90.jpg",
"http://www.myfavoritesin.com/banners/vip-tables.gif",
"http://www.myfavoritesin.com/banners/southern-hospitality-01.gif",
"http://www.myfavoritesin.com/banners/opera-fridays.gif",
"http://www.myfavoritesin.com/banners/cell-banner.gif"
);

text = new initArray(
"NickClaeboe.com - Atlanta's Favorite Flyer Designer",
//"T-Shirt Hell - The World's Most Offensive T-Shirts",
// "T-Shirt Hell - New T-Shirts Available Now",
// "T-Shirt Hell - The World's Most Offensive T-Shirts",
"Mad Mimi Email Marketing",
"Thrill Planet Adventure Sports Network",
"Buzz Entertainment Magazine Atlanta",
"Click HERE for VIP Table and Bottle Service Info!",
"Southern Hospitality Thursdays @ Tongue & Groove!",
"Atlanta's Largest and Sexiest Upscale Friday Night Party @ OPERA!",
"Click HERE for VIP Specials, FREE Guestlists and More on your Cellphone!"
);

target = new initArray(
"_blank",
//"_blank",
//"_blank",
//"_blank",
"_blank",
"_blank",
"_blank",
"_self",
"_self",
"_self",
"_self"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];
var rantarget = target[core];

document.write('<a href=\"' +ranlink+ '\" target=\"'+rantarget+'\"><img src=\"'+ranimage+'\" border="0" vspace="10" alt=\"'+rantext+'\" title=\"'+rantext+'\"></a>');

//-->