var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wearable fashion
";
arnews[0] += "DIVERSE OPTIONS Designer Sanjana Jon is targeting the middle class \"I do not want only people with money to wear my clothes.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:45:37 GMT";
arnews[0] += "
";
arnews[1]="Wearable fashion
";
arnews[1] += "\"I do not want only people with money to wear my clothes. The clothes that fashion designers come up with have to be wearable and affordable.\" These are the words of fashion designer Sanjana Jon, who was in the eye of a storm following her show at the Wills Lifestyle Fashion Week recently.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 22:06:30 GMT";
arnews[1] += "
";
arnews[2]="Wearable fashion
";
arnews[2] += "DIVERSE OPTIONS Designer Sanjana Jon is targeting the middle class \"I do not want only people with money to wear my clothes.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 22:01:00 GMT";
arnews[2] += "
";
arnews[3]="Achieving and Maintaining Physical Perfection No Easy Task f
";
arnews[3] += "Miss Venezuela Dayana Mendoza won the Miss Universe competition last year, but wouldn't reveal whether or not she'd had work done.";
arnews[3] += "
Publ.Date : Fri, 21 Aug 2009 15:54:01 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("