﻿
var urls= new Array("http://amar.dpzs.ir/education/","http://www.khshp.ir/contactus.aspx","http://amar.dpzs.ir/")
ras = new Array("آموزش  آمار و احتمال، آموزش نرم افزار های آماری","طراحی سایت", "انجام پایان نامه")
imagesource= new Array(3)
for( var i=0;i<3;++i)
imagesource[i]=new Image()
	imagesource[0].src="http://kar.khshp.ir/zadv/soft.gif";
	imagesource[1].src="http://kar.khshp.ir/zadv/des.gif";
	imagesource[2].src="http://kar.khshp.ir/zadv/research.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>')

