<!-- begin hiding
var links = new Array (
// write the domain name of ads in the following lines. terminate each with a comma except the last
'../../../../www.irna.ir/en'

);

var imgs = new Array (
// write the image name of ads in the following lines. terminate each with a comma except the last
'2.jpg border=0 width=270 height=64 alt=""',
'3.jpg border=0 width=270 height=93 alt=""',
'1.jpg border=0 width=270 height=82 alt=""',
'4.jpg border=0 width=270 height=64 alt=""'
);

// please don't touch the following lines
document.writeln ('<table cellspacing=0 cellpadding=2 border=0>');
var c;
	for (c = 0; c < links.length; c++) {
	document.writeln ('<tr><td valign=middle align=center><a href='+links[c]+'><img src=../../../advert/'+imgs[c]+'></a></td></tr>');
	}
document.writeln ('</table>');
// end hiding -->


