<!-- //
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://ds.mikesart.net/perspectives/'>Perspectives</a> is a magazine written about design. Angle, proportion, scale, scope, color and the like are the topics. Written by professional designers, the eZine captures the essence of the science behind the craft....")}
else if (tmonth == 9){document.write("<font size=1 face=arial color=black><a href='/linksengine/Home_Decor/Country/'>Country Decorating</a> is a category with-in At Home Database. No other place at Mikesart has the collection of resources. Country decorating, collecting, crafts and home improvement add up to a complete set of interesting and informative resources....")}
else if (tmonth == 10){document.write("<font size=1 face=arial color=black><a href='/links/database/home.htm'>Fixtures?</a> for the kitchen, bath, materials like stone, marble, tile, wood and paint await your browsing. Part of the Home Improvement Finder, Fixtures leads you to masters suppliers for your projects. Look for spa, bathroom elements and decorative hardware there too....")}

else if (tmonth == 11){}
else if (tmonth == 12){}
else { document.write("No Data In This Feed")}

// --- End Script -->


