<!-- //
var months=new Array(13);
months[1]="1";
months[2]="2";
months[3]="3";
months[4]="4";
months[5]="5";
months[6]="6";
months[7]="7";
months[8]="8";
months[9]="9";
months[10]="10";
months[11]="11";
months[12]="12";
var time=new Date();
var inmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000)    
year = year + 1900; 

if (inmonth == 1){}
else if (inmonth == 2){}
else if (inmonth == 3){}
else if (inmonth == 4){}
else if (inmonth == 5){}
else if (inmonth == 6){}
else if (inmonth == 7){}

else if (inmonth == 8){
document.write("<font size=1 face=arial color=black><a href='http://www.designersketchbook.com'>Visualizers</a> help you see, color and select home decor. The slideshows, can be colored and you learn as you go with running commentary from the author of 1001 Window Covering Decorating Ideas....")
}

else if (inmonth == 9){
document.write("<font size=1 face=arial color=black><a href='http://www.mikesart.net/ex/finders.php?fiN=ALL'>Finders</a> are pointers to specific subject matter.  You know they help you find things. If you had one at home everytime you misplaced your keys it would help you find them. Ar Mikesart finders locate, grab, sort and cache resources and articles from around the world....")
}

else if (inmonth == 10){}
else if (inmonth == 11){}
else if (inmonth == 12){}
else { document.write("No Data IN This Feed")
}
// --- End Script -->


