var delay=5;
var id = new Array(10,3,5,11,36,20,4,1,25,2,7,23,8,6,30,17);
var name = new Array('اطلاعات','وطن امروز','ایران','خبر ورزشي','كيهان','سیاست روز','ایران ورزشی','جام جم','ابتكار','جمهوری اسلامی','ابرار ورزشی','دنیای اقتصاد','ابرار اقتصادی','ابرار سیاسی','خبر','افغانستان دیلی');
var url = new Array('http://www.ettelaat.com/new/','http://www.vatanemrooz.ir/','http://www.iran-newspaper.com/','http://varzeshi.net/','http://kayhannews.ir/','http://www.siasatrooz.ir/','http://www.iran-varzeshi.com/','http://jamejamonline.ir/','http://www.ebtekarnews.com/','http://www.jeslami.com/','http://www.abrarnews.com/sport/','http://www.donya-e-eqtesad.com/','http://www.abrarnews.com/economic/','http://www.abrarnews.com/politic/','http://www.khabaronline.ir/','http://www.dailyafghanistan.com/');
var i = 0;
function showpress()
{
document.getElementById('img').src='http://www.ghatreh.com/pishkhan/data/'+id[i]+'_small.jpg?2010-08-01';
document.getElementById('href').href='http://www.ghatreh.com/pishkhan/'+id[i]+'.html';
document.getElementById('href2').href=url[i];
document.getElementById('href2').innerHTML=name[i];
document.getElementById('href').title=name[i];
document.getElementById('img').alt=name[i];
i++;
if(i==id.length)
i=0;
}
document.write("![]()
");
showpress();
setInterval("showpress()",delay*1000);