var myDate=new Date();
myDate.setFullYear(2010,0,12);

var today = new Date();

if (today<=myDate)
{
document.write("<p>Join me every Tuesday from 11:30am -12n on Live365 at Station Cameo69 or log into <a href=\'http://cyberstationusa.com/\' target=\'_blank\'>CyberstationUSA</a> and listen to me at your convenience.  Each show is available On Demand 24 hours after it airs for up to 2 weeks.  You never know what you&#8217;re going to hear next so be sure to tune in weekly.</p>");
}
else
{
document.write("<p>Join me every Tuesday from 12n - 1pm on Live365 at Station Cameo69 or log into <a href=\'http://cyberstationusa.com/\' target=\'_blank\'>CyberstationUSA</a> and listen to me at your convenience.  Each show is available On Demand 24 hours after it airs for up to 2 weeks.  You never know what you&#8217;re going to hear next so be sure to tune in weekly.</p>");
}