var arnews = new Array(8);
totcount = 8;
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]="Paradorn optimistic after injury absence
";
arnews[3] += "AFP/File Thai star Paradorn Srichaphan, seen here in 2007, is targetting a return to the ATP Tour after making Wed Sep 30, 1:04 pm ET BANGKOK Thai star Paradorn Srichaphan is targetting a return to the ATP Tour after making his comeback from two and a half years out through injury with a doubles defeat at the Thailand Open here on Wednesday.";
arnews[3] += "
Publ.Date : Wed, 30 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Paradorn optimistic after injury absence
";
arnews[4] += "AFP/File Thai star Paradorn Srichaphan, seen here in 2007, is targetting a return to the ATP Tour after making Wed Sep 30, 1:04 pm ET BANGKOK Thai star Paradorn Srichaphan is targetting a return to the ATP Tour after making his comeback from two and a half years out through injury with a doubles defeat at the Thailand Open here on Wednesday.";
arnews[4] += "
Publ.Date : Wed, 30 Sep 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Paradon hopes to come back next year
";
arnews[5] += "Paradorn Srichaphan, who suffered a defeat in his comeback match yesterday, sees a bright future for himself and is expected to return to competitive tennis sometime in January next year.";
arnews[5] += "
Publ.Date : Wed, 30 Sep 2009 17:51:28 GMT";
arnews[5] += "
";
arnews[6]="Paradorn, Agassi set to return
";
arnews[6] += "BANGKOK: Former ninth-ranked Paradorn Srichaphan announced his nearly three-year comeback from injury yesterday, saying he'll play doubles at the Thailand Open next week.";
arnews[6] += "
Publ.Date : Sun, 27 Sep 2009 21:32:27 GMT";
arnews[6] += "
";
arnews[7]="Comebacks: Paradorn Srichaphan and Joachim Johansson
";
arnews[7] += "With the big-time comebacks on the women's tour, are the men getting jealous? This week sees a couple mini-comebacks from two former ATP top-10 players.";
arnews[7] += "
Publ.Date : Sun, 27 Sep 2009 06:04:03 GMT";
arnews[7] += "
";
totcount = 8;
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("