var arnews = new Array(2);
totcount = 1;
rnd = 0;
document.title=document.title+ " - Hideaway Recording Studio";
document.title=document.title+ " ";
arnews[0]="Hideaway Recording Studio, Inc. Moves into More Spacious Facility
";
arnews[0] += "(HIDEAWAYRECORDINGSTUDIO.COM) In just a few short months, Hideaway Recording Studio, Inc. of St. Petersburg, FL will be relocating out of the first fl...";
arnews[0] += "
Publ.Date : Thu, 24 May 2007 21:28:54 +0000";
arnews[0] += "
";
totcount = 1;
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]);
}
document.write("