var ic = 8; 

var title = new Array(ic);


title[0] = '<font face="Tahoma" style="font-size: 8pt"><a style="text-decoration: none" target="_blank" href="http://www.softkade.ir/"><b>&#1591;&#1585;&#1575;&#1581;&#1740; &#1587;&#1575;&#1740;&#1578; &#1575;&#1582;&#1578;&#1589;&#1575;&#1589;&#1740;</b></a></font><br>';
title[1] = '<font face="Tahoma" style="font-size: 8pt"><a style="text-decoration: none" target="_blank" href="http://www.softkade.ir/"><b>&#1601;&#1585;&#1608;&#1588; &#1587;&#1740;&#1587;&#1578;&#1605; &#1578;&#1576;&#1604;&#1740;&#1594;&#1575;&#1578; &#1705;&#1604;&#1740;&#1705;&#1740;</b></a></font><br>';
title[2] = '<font face="Tahoma" style="font-size: 8pt"><a style="text-decoration: none" target="_blank" href="http://www.softkade.ir/"><b>&#1585;&#1575;&#1607; &#1575;&#1606;&#1583;&#1575;&#1586;&#1740; &#1670;&#1578; &#1585;&#1608;&#1605; &#1575;&#1582;&#1578;&#1589;&#1575;&#1589;&#1740;</b></a></font><br>';
title[3] = '<font face="Tahoma" style="font-size: 8pt"><a style="text-decoration: none" target="_blank" href="http://www.softkade.ir/"><b>&#1591;&#1585;&#1575;&#1581;&#1740; &#1602;&#1575;&#1604;&#1576; &#1575;&#1582;&#1578;&#1589;&#1575;&#1589;&#1740; &#1606;&#1740;&#1608;&#1705;</b></a></font><br>';
title[4] = '<font face="Tahoma" style="font-size: 8pt"><a style="text-decoration: none" target="_blank" href="http://www.softkade.ir/"><b>&#1585;&#1575;&#1607; &#1575;&#1606;&#1583;&#1575;&#1586;&#1740; &#1601;&#1585;&#1608;&#1588;&#1711;&#1575;&#1607; &#1575;&#1740;&#1606;&#1578;&#1585;&#1606;&#1578;&#1740;</b></a></font><br>';
title[5] = '<font face="Tahoma" style="font-size: 8pt"><a style="text-decoration: none" target="_blank" href="http://www.softkade.ir/"><b>&#1575;&#1606;&#1580;&#1575;&#1605; &#1662;&#1585;&#1608;&#1688;&#1607; &#1607;&#1575;&#1740; &#1576;&#1585;&#1606;&#1575;&#1605;&#1607; &#1606;&#1608;&#1740;&#1587;&#1740;</b></a></font><br>';
title[6] = '<font face="Tahoma" style="font-size: 8pt"><a style="text-decoration: none" target="_blank" href="http://www.softkade.ir/"><b>&#1575;&#1606;&#1580;&#1575;&#1605; &#1662;&#1585;&#1608;&#1688;&#1607; &#1607;&#1575;&#1740; <span lang="en-us">PHP</span> &#1608; <span lang="en-us">HTML</span></b></a></font><br>';
title[7] = '<font face="Tahoma" style="font-size: 8pt"><a style="text-decoration: none" target="_blank" href="http://www.softkade.ir/"><b>&#1591;&#1585;&#1575;&#1581;&#1740; &#1576;&#1606;&#1585; &#1548; &#1607;&#1583;&#1585; &#1608; &#1604;&#1608;&#1711;&#1608; </b></a></font><br>';
title[8] = '<font face="Tahoma" style="font-size: 8pt"><a style="text-decoration: none" target="_blank" href="http://www.softkade.ir/"><b>&#1606;&#1589;&#1576; &#1587;&#1740;&#1587;&#1578;&#1605; &#1605;&#1583;&#1740;&#1585;&#1740;&#1578; &#1605;&#1581;&#1578;&#1608;&#1575;</b></a></font><br>';


function pickRandom(range) { 

if (Math.random) 

	return Math.round(Math.random() * (range-1)); 

else { 

var now = new Date(); 

return (now.getTime() / 1000) % range; } } 

var choice = pickRandom(ic); 

document.writeln('' + title[choice] + '');
