<!-- //
//This delivers timely materials based on the month

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 tmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000)    
year = year + 1900; 

if (tmonth == 1){}
else if (tmonth == 2){}
else if (tmonth == 3){}
else if (tmonth == 4){}
else if (tmonth == 5){}
else if (tmonth == 6){}
else if (tmonth == 7){}
else if (tmonth == 8){document.write("<font size=1 face=arial color=black><a href='http://www.myownpublisher.com'>MyOwnPublisher</a> serves writers and readers. Poetry, Creative Writing and Journalism, Database of places to publish, contests, writers tools and a place to sell your work. Classified, character name generator, genealogy manager, glossaries and help with spelling.....")}
else if (tmonth == 9){document.write("<font size=1 face=arial color=black><a href='/linksengine/LivingSpace_Lifestyle/Collectible_Gifts/'>Collectable Gifts</a> are something we all look at for our friends and loved one's. Mikesart hosts one of the internets best resource guides to collectables, antiques, and memorabilia. Part of At Home's Living and Lifestyle....")}
else if (tmonth == 10){document.write("<font size=1 face=arial color=black><a href='/linksengine/Real_Estate/'>Real Estate</a> is a subject most people don't think of Mikesart for, but the truth is we have a vast resource pool for you.  In addition to <a href='http://www.rightathomedaily.com/mikesart/'>Right At Home Daily</a> our guide to finding, buying and managing your home investment, we have a resource database called Real Estate....")}
else if (tmonth == 11){}
else if (tmonth == 12){}
else { document.write("No Data IN This Feed")}

// --- End Script -->


