var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Great decor without spending a fortune
";
arnews[0] += "When it comes to home improvement trends, cheap is the new chic. From bargain hunting to making small updates that net big results, there are a host of ways to cash in on the trend and bring home big savings on your home improvements.";
arnews[0] += "
Publ.Date : Sat, 07 Nov 2009 06:44:32 GMT";
arnews[0] += "
";
arnews[1]="HGTV contestant to share tips at International Design Center in Estero today
";
arnews[1] += "Sarasota resident Jason Champion made it to the top five of HGTV's recent reality show, \"Design Star,\" before being eliminated - plenty of time to learn a few things and see what really happens on a reality show.";
arnews[1] += "
Publ.Date : Sat, 10 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Home and garden TV listings
";
arnews[2] += "E21 Today's Homeowner, with Danny Lipford: The host helps everyone with his 'fix-it guy' approach to home improvement.";
arnews[2] += "
Publ.Date : Thu, 08 Oct 2009 15:13:00 GMT";
arnews[2] += "
";
arnews[3]="The School of Visual Arts Showcases Iconic Advertising and Graphic Design
";
arnews[3] += "School of Visual Arts presents \"The Wilde Years: Four Decades of Shaping Visual Culture,\" an exhibition that celebrates designers, art directors and other creative professionals who have graduated from the BFA Advertising and Graphic Design Department at SVA.";
arnews[3] += "
Publ.Date : Tue, 06 Oct 2009 20:38:12 GMT";
arnews[3] += "
";
arnews[4]="HGTV Star John Gidding Taps French/West/Vaughan as Agency of Record
";
arnews[4] += "French/West/Vaughan , one of the nation's largest independent public relations, public affairs and brand communications agencies, today announced it has been named agency of record for design guru John Gidding.";
arnews[4] += "
Publ.Date : Mon, 05 Oct 2009 10:47:10 GMT";
arnews[4] += "
";
arnews[5]="Exhibition at the School of Visual Arts Showcases Iconic Advertising and Graphic Design
";
arnews[5] += "Identity design by Paula Scher and Julia Hoffmann. Photo: Pentagram. NEW YORK, NY.- School of Visual Arts presents 'The Wilde Years: Four Decades of Shaping Visual Culture,' an exhibition that celebrates designers, art directors and other creative professionals who have graduated from the BFA Advertising and Graphic Design Department at SVA.";
arnews[5] += "
Publ.Date : Mon, 05 Oct 2009 02:56:57 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("