var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Rick Younger Show Returns To Manhattan - PRLog (free press release)
";
arnews[0] += "PR Log (Press Release) – Feb 08, 2010 – “The Rick Younger Show” makes its 2010 debut on March 7 at The Parkside Lounge at 8pm. It was this show which earned Rick Younger the 2009 MAC Award for Best Male Stand-Up. All tickets are $5.00 with a ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 16:08:00 GMT";
arnews[0] += "
";
arnews[1]="Top 10 Songs About Basketball - Associated Content
";
arnews[1] += "10.) Hoop in Ya Face by 69 Boyz - The 69 Boyz are known for their party songs. This song is loud and energetic, perfect for the subject matter of basketball. It's got that electro-rap feel to it to get the crowd excited, and would be a great arena ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 20:10:00 GMT";
arnews[1] += "
";
arnews[2]="It Isn't Easy To Break Out Of Obscurity In The Music Business - Tech Dirt
";
arnews[2] += "Out of [those], 227 artists broke the \"obscurity line\" for the first time ever. Out of the 227 first-timers, 14 artists did it own their own; approximately 106 were signed to a major; the rest were signed to indies. Interesting stuff, right? Now, the ...";
arnews[2] += "
Publ.Date : Sun, 17 Jan 2010 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Back to Work? - Egypt Today
";
arnews[3] += "T ransitioning from the bearable weather of El-Sahel to the scorching heat of Cairo is no fun. Neither is trading in your swimsuit for a trouser suit. Now you’re staring blankly at your computer screen instead of a sea view, longing for the beach ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 08:07:00 GMT";
arnews[3] += "
";
totcount = 4;
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("