var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Poached Salmon with Chilli Lemon Linguine - femalefirst.co.uk
";
arnews[0] += "If time is short use ready poached salmon available in most supermarkets. 1. Bring a large pan of salted water to the boil and add the linguine. Cook following pack’s instructions or until the pasta is al dente (just tender but still has some 'bite ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:24:00 GMT";
arnews[0] += "
";
arnews[1]="Spiced Pork Burgers With South African Peach and Chilli Salsa - femalefirst.co.uk
";
arnews[1] += "\"I wanted to something slightly different here, peaches are so versatile and in this dish they shine with Cajun flavours and pork. \"Making a peach and chilli Salsa is a fresh addition and much better than fat laden sauces. This dish is also a great ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:03:00 GMT";
arnews[1] += "
";
arnews[2]="Spot red chilli standstill - MoneyControl.com
";
arnews[2] += "Guntur – Red chilli spot remained steady in Guntur on Tuesday. Arrival of new red chilli stood around 50,000 bags while inflow at the cold storage was 10-12,000 bags. Local traders apprised that demand from red chilli powder makers is moderate and ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:17:00 GMT";
arnews[2] += "
";
arnews[3]="Global chilli production registers modest growth - Commodity Online
";
arnews[3] += "NEW DELHI (Commodity Online): Chilli production in key producing countries such as India, China, Peru, Bangladesh, Hungary and few others, is growing with a modest pace at CAGR 5.2%, said a latest release from the World Spice Congress held in New ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 11:21:00 GMT";
arnews[3] += "
";
arnews[4]="Red chilli continues to trade steady - MoneyControl.com
";
arnews[4] += "Guntur – Spot red chilli ruled unchanged for the straight third day in Guntur Friday. Demand is reported to be mediocre. Arrival of new red chilli stood around 25,000 bags while inflow at the cold storage was 20,000 bags. Local traders apprised ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 09:10:00 GMT";
arnews[4] += "
";
arnews[5]="Pepper, chilli prices rise - Hindu Business Line
";
arnews[5] += "Black pepper prices rose by Rs 100 to settle at Rs 15,200-15,300 per quintal on fresh buying by exporters. Red chilli prices also traded higher at Rs 5,000-8,500 against previous closing of Rs 4,900-8,400 per quintal. Traders said increased buying by ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 10:45: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("