var wi=0;
var hi=0;
function shownews(wi,hi)
{
if (wi==0)
{
wi=480
}
if (hi==0)
{
hi=400
}

document.write('<table border="1" align="center" style="border-collapse: collapse; border-style: dotted; border-width: 1" bordercolor="#0033CC"><tr><td width="100%">');
document.write('<IFRAME name="news" id="news"   WIDTH='+ wi +' HEIGHT='+ hi +' MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0  SCROLLING=auto BORDERCOLOR="#000000" SRC="http://www.niksalehi.com/rss/index.php"> ');
document.write('</IFRAME>');
document.write('</td></tr></table>');
document.write('<center><b><font face="Tahoma" style="font-size: 8pt" color="#000099">.::: niksalehi.com Free Service :::.</font></b></center>');

}