﻿
var urls= new Array("http://www.khshp.ir/tadris/nasher/","http://www.khshp.ir/tadris/company/","http://amar.dpzs.ir/uni/")
ras = new Array("ناشرین ایران، انتشارات در ایران","شرکت های پژوهشی و تحقیقاتی ایران", "انجام پایان نامه های دانشجویی در ایران")
imagesource= new Array(3)
for( var i=0;i<3;++i)
imagesource[i]=new Image()
	imagesource[0].src="http://www.khshp.ir/tadris/image/zadv/nasher.gif";
	imagesource[1].src="http://www.khshp.ir/tadris/image/zadv/company.gif";
	imagesource[2].src="http://www.khshp.ir/tadris/image/zadv/pay.gif";
document.writeln('<table border="0" width="120" height="240">')
for(var i=0;i<3;++i)
{
document.writeln('<tr>')
document.writeln('<td>')
document.writeln('<a href="' + urls[i] + '" target="_blank"  >')
document.writeln('<img src="' + imagesource[i].src + '" width="120" height="240" border="0" alt=" ' + ras[i]  + '">')
document.writeln('</a >')
document.writeln('</td>')
document.writeln('</tr>')
}
document.writeln('</table>')

