var delay=15;
var id = new Array(25,3,24,2,6,17,14,36,13,8,11,23);
var name = new Array('ابتكار','وطن امروز','آفتاب یزد','جمهوری اسلامی','ابرار سیاسی','افغانستان دیلی','اعتماد','كيهان','مردم سالاري','ابرار اقتصادی','خبر ورزشي','دنیای اقتصاد');
var url = new Array('http://www.ebtekarnews.com/','http://www.vatanemrooz.ir/','http://www.aftab-yazd.com/','http://www.jeslami.com/','http://www.abrarnews.com/politic/','http://www.dailyafghanistan.com/','http://www.etemaad.ir/','http://kayhannews.ir/','http://www.mardomsalari.com/','http://www.abrarnews.com/economic/','http://varzeshi.net/','http://www.donya-e-eqtesad.com/');
var i = 0;
function showpress()
{
document.getElementById('img').src='http://www.ghatreh.com/pishkhan/data/'+id[i]+'_larg.jpg?2010-02-09';
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);