var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="complete Schedule of MPT HD
";
arnews[0] += "06:00 AM Fons & Porter's Love of Quilting Pantographs for Longarm Quilting Quilting artist Heidi Kaisand discusses pantograph-type quilting designs and shows quilt examples.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:52:51 GMT";
arnews[0] += "
";
arnews[1]="Curtains: The Phantom of the Opera Tour at Gammage
";
arnews[1] += "No need to pay too much attention to the mist, the boat, or the candles: She'll sing about them in a few minutes.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:01:34 GMT";
arnews[1] += "
";
arnews[2]="Oprah Says It's Time to Say Goodbye to Chicago | Final Show September 9, 2011
";
arnews[2] += "It's official. Oprah will end the \"The Oprah Winfrey Show\" on September 9, 2011 and say goodbye to Chicago.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:50:57 GMT";
arnews[2] += "
";
arnews[3]="'I'm just enjoying life as much as I can'
";
arnews[3] += "\"... God it looks like Daniel, must be the clouds in my eyes ... .\" Daniel Lang, 24, lives in Lowell with his mother, Jane Lang.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:47:40 GMT";
arnews[3] += "
";
arnews[4]="Singer has even higher hopes
";
arnews[4] += "At 15, Chloe Agnew left her home in Dublin, Ireland, to become the youngest member of Celtic Woman.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="CIAM backs legal moves against YouTube
";
arnews[5] += "The International Council of Creators of Music , part of the global authors' rights body CISAC, has backed legal moves against YouTube/Google in Germany.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 06:28:00 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("