var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MyBodyBeats.com, A Fitness Website, Introduces Workout Video Downloads
";
arnews[0] += "MyBodyBeats Workout Video Downloads are the only portable workouts of its kind which combines video demonstration with audio coaching by the athletes themselves, giving users a unique one-one-one training experience with their favorite professional fitness athletes.'Adding MyBodyBeats Workout Videos to your fitness program is the most convenient, ...";
arnews[0] += "
Publ.Date : Fri, 23 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="2009 NPC Bodybuilding and Fitness Championships and Expo returning to San Jose Saturday
";
arnews[1] += "After the Chelsea-Club America exhibition at Stanford and the Riot Boxing event at the San Jose Civic Auditorium two years ago, I stumbled across the 2007 NPC Bodybuilding and Fitness Championships.";
arnews[1] += "
Publ.Date : Wed, 01 Jul 2009 07:00:00 GMT";
arnews[1] += "
";
totcount = 2;
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("