<!-- //


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

//now = new Date

//month = now.getMonth

if (lmonth == 1){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/free-greeting2.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Send A Valentines</a></strong>")
document.write("</td></tr></table>")
}
else if (lmonth == 2){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/free-greeting2.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Send A Valentines</a></strong>")
document.write("</td></tr></table>")
}

else if (lmonth == 3){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/greeting.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Send A Greeting</a></strong>")
document.write("</td></tr></table>")
}

else if (lmonth == 4){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/mothersday.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Make Mom A Card</a></strong>")
document.write("</td></tr></table>")
}

else if (lmonth == 5){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/mothersday.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Make Mom A Card</a></strong>")
document.write("</td></tr></table>")
}

else if (lmonth == 6){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/fathersday.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Make Dad A Card</a></strong>")
document.write("</td></tr></table>")
}

else if (lmonth == 7){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/greeting.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Send A Greeting</a></strong>")
document.write("</td></tr></table>")
}

else if (lmonth == 8){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/greeting.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Send A Greeting</a></strong>")
document.write("</td></tr></table>")
}

else if (lmonth == 9){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/greeting.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Send A Greeting</a></strong>")
document.write("</td></tr></table>")
}

else if (lmonth == 10){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/harvest.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Harvest Festival</a></strong>")
document.write("</td></tr></table>")
}

else if (lmonth == 11){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/thanksgiving.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Give Thanks!</a></strong>")
document.write("</td></tr></table>")
}
else if (lmonth == 12){
document.write("<table width=150><tr><td>")
document.write("<a href='http://cards.mikesart.net/gallery/'><img src='http://www.mikesart.net/images_master/ad_images/holidays.gif' border='0'></a><font face='arial' size='2'>")
document.write("<br><strong><a href='http://cards.mikesart.net/'>Happy Holidays</a></strong>")
document.write("</td></tr></table>")
}
else { document.write("Send A Greeting")
}

// --- End Script -->


