<!--
// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
function makeArray(n) {
this.length = n
return this
}
monthNames = new makeArray(12)
monthNames[1] = "January"
monthNames[2] = "February"
monthNames[3] = "March"
monthNames[4] = "April"
monthNames[5] = "May"
monthNames[6] = "June"
monthNames[7] = "July"
monthNames[8] = "August"
monthNames[9] = "September"
monthNames[10] = "October"
monthNames[11] = "November"
monthNames[12] = "December"
function dateString(oneDate) {
var theMonth = monthNames[oneDate.getMonth() + 1]
var theYear = oneDate.getFullYear()
return theMonth + " " + oneDate.getDate() + ", " + theYear
}
//-->

<!--hide from old browsers
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End hide -->



<!--
function addIEFavorite() {
   if (window.external) {
      external.AddFavorite(location.href, 'Kudoshops - Shopping Guide')
      }
   else {
      alert("Sorry, your browser doesn't support this feature.\n" +
      "If you are using a Netscape browser, click Bookmarks\n" +
      "and then Add Bookmark to add this site to your favorites.");
      }
}
// -->




// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
function create() {
        this.width = ''
        this.height = ''
        this.src = ''
        this.href = ''
        this.border = ''
        this.mouseover = ''
        this.sponsor = ''
}
ads = new Array()
for(var i=1; i<=5; i++) { ads[i] = new create() }

ads[1].width = "468"
ads[1].height = "60"
ads[1].src = "http://www.qksrv.net/image-670996-9836025"
ads[1].href = "http://www.awin1.com/awclick.php?mid=912&linkid=26800&id=3679"
ads[1].border = "0"
ads[1].mouseover = "Click here to enter the PlanMagic Business world"
ads[1].sponsor = "PlanMagic Business"

ads[2].width = "468"
ads[2].height = "60"
ads[2].src = "http://www.qksrv.net/image-670996-9836025"
ads[2].href = "http://www.awin1.com/show.php?mid=912&linkid=26800&aid=3679"
ads[2].border = "0"
ads[2].mouseover = "Our Hot shareware & freeware"
ads[2].sponsor = "SimplytheBest Shareware"

ads[3].width = "468"
ads[3].height = "60"
ads[3].src = "http://www.awin1.com/show.php?mid=403&gid=9426&aid=3679"
ads[3].href = "http://www.awin1.com/show.php?mid=403&gid=9426&aid=3679"
ads[3].border = "0"
ads[3].mouseover = "Do we need to say more?"
ads[3].sponsor = "Simply the Best"

ads[4].width = "468"
ads[4].height = "60"
ads[4].src = "http://www.qksrv.net/image-670996-9836025"
ads[4].href = "http://planmagic.com/marketing_planning.html"
ads[4].border = "0"
ads[4].mouseover = "Marketing planning software"
ads[4].sponsor = "PlanMagic Marketing"

ads[5].width = "468"
ads[5].height = "60"
ads[5].src = "http://www.awin1.com/show.php?mid=403&gid=9426&aid=3679"
ads[5].href = "http://webquestpro.com"
ads[5].border = "0"
ads[5].mouseover = "Enter the world of professional online marketing"
ads[5].sponsor = "WebQuest Pro"

var n = Math.random() + ''
n = parseInt(n.charAt(5))
if(n >5) {
        n = n - 5
}
else if(n==0) {
        n = n + 5
}
n += ""

var image = ads[n]
var ad = ""
ad += '<a href="' + image.href + '" \n'
ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
ad += 'onMouseOut="self.status=\'\'"> \n'
ad += '<img src="' + image.src + '" width=' + image.width
ad += '\n height=' + image.height + ' border=' + image.border


