var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Colombo Fashion Week 2008 Photos | Lankans Only
";
arnews[0] += "In This Photo Set: Romanthi Maria Colombage, Rebecca Wicker, Shimalka Bodaragama, Chrys Fernando, Nicole Faria, Smitha Rao, Kumudu Wimalasooriya, Irwin Roshan Issac, Rozelle Plunkett, Roshni Laura George, Amr Thaha, Tania Deen, ...";
arnews[0] += "
";
arnews[1]="Fashion Modelling Portfolio of Maria Colombage
";
arnews[1] += "Romanthi Maria Colombage won Miss Sri Lanka 2007 and represented Sri Lanka at the Miss World 2007 pageant. She started her modelling career as a fashion model at age of 17. Romanthi, better known in the industry as Maria, ...";
arnews[1] += "
";
arnews[2]="miss 2007 beauty queen maria colombage
";
arnews[2] += "romanthi maria colombage is a beauty queen. famous and beautiful fashion model maria colombage's sexiest image collection as a fashion model.";
arnews[2] += "
";
arnews[3]="maria colombage miss sri lanka world 2007
";
arnews[3] += "maria(romanthi maria colombage) grew up in the capital, colombo. sri lanka is a beautiful country of sun kissed beaches, breathtaking water falls, luxury tea estates and misty mountains.she has a diploma in fashion design and was the ...";
arnews[3] += "
";
arnews[4]="model romanthi maria colombage new photo collection
";
arnews[4] += "model romanthi maria colombage new photo collection. romanthi maria colombage is a beauty queen who represented sri lanka in miss world 2007 in china. she has a diploma in fashion design and she has a degree in marketing and business ...";
arnews[4] += "
";
arnews[5]="miss sri lanka pageant 2007 romanthi maria colombage
";
arnews[5] += "she is one of the famous and beautiful fashion model maria colombage's hot pictures collection. she was the winner of the miss sri lanka 2007.";
arnews[5] += "
";
arnews[6]="romanthi maria colombage's hot images collection of fashion show
";
arnews[6] += "romanthi maria colombage is a beauty queen who represented sri lanka in miss world 2007 in china. she has a diploma in fashion design and she has a degree in marketing and business administration, she is currently working as a marketing ...";
arnews[6] += "
";
arnews[7]="miss sri lanka 2007 winner romanthi maria colombage
";
arnews[7] += "miss sri lanka 2007 winner romanthi maria colombage.";
arnews[7] += "
";
arnews[8]="fashion model maria colombage
";
arnews[8] += "beautiful fashion model romanthi maria colombage's old pictires.";
arnews[8] += "
";
arnews[9]="Sri Lankan Super Model Romanthi Maria Colombage : Sri Lankan ...
";
arnews[9] += "Sri Lankan Super Model Romanthi Maria Colombage. Sri Lankan Super Model Romanthi Maria Colombage's new photos. Bookmark and Share. Labels: Maria Colambage, Models · Newer Post Older Post Home · Blog Widget by LinkWithin ...";
arnews[9] += "
";
totcount = 10;
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("