var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Australia tightens skilled migration rules - Tehran Times
";
arnews[0] += "Immigration Minister Chris Evans blamed the overrepresentation of lower skilled immigrants on a system put in place by Prime Minister John Howard, whose government lost power in 2007 elections. “Under the Howard government, we had a lot of cooks, a ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:59:00 GMT";
arnews[0] += "
";
arnews[1]="Australia tightens immigration rules - Hindu Business Line
";
arnews[1] += "... engineers and teachers instead of groups such as cooks and hairdressers ... Minister, Mr Chris Evans, said on such claims. “The current points test puts an overseas student with a short-term vocational qualification gained in Australia ahead ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 06:50:00 GMT";
arnews[1] += "
";
arnews[2]="Australia rejects 20,000 migrant applications - Daily Telegraph
";
arnews[2] += "Chris Evans, immigration minister, said the reforms, which follow a sudden rise in Australia's Indian population and an embarrassing rash of attacks on students from the country, would give priority to migrants with higher skills. Mr Evans said about ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:17:00 GMT";
arnews[2] += "
";
arnews[3]="Several Indians leaving Australia - PRLog (free press release)
";
arnews[3] += "The new system will favour skilled workers such as nurses, medical practitioners, engineers and teachers instead of groups such as cooks and hairdressers. The cancelled ... According to immigration minister Chris Evans, the existing program \"has been ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 04:48:00 GMT";
arnews[3] += "
";
arnews[4]="The Losers Trailer - femalefirst.co.uk
";
arnews[4] += "Movies are really bringing together some great ensemble casts at the moment and The Losers is another fine example. Zoe Saldana, Jeffrey Dean Morgan, Chris Evans, Idris Elba and Jason Patric join forces for Sylvain White’s latest movie, his first ...";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 10:25:00 GMT";
arnews[4] += "
";
arnews[5]="Chris Evans's BBC interview triggered British Squash Open 'nasty ... - Daily Telegraph
";
arnews[5] += "Light hearted: England's top two players spoke an hour before goijg on court to Chris Evans Photo: GETTY IMAGES The final will be remembered for Matthew's series of tête-à-tête’s with the referees and Willstrop calling his rival \"disrespectful ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 09:05:00 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("