var arr = new Array(

	{header:'Программист 1С',price:'65000',link:'http://hh.ru/vacancy.do?vacancyId=2575284'},

	{header:'Программист C#/C++',price:'85000',link:'http://hh.ru/vacancy.do?vacancyId=2572238'},

	{header:'Менеджер отдела реализации проектов',price:'45000',link:'http://hh.ru/vacancy.do?vacancyId=2682607'},

	{header:'Специалист технической поддержки',price:'35000',link:'http://hh.ru/vacancy.do?vacancyId=2682595'},

	{header:'Сервис инженер по ремонту оргтехники',price:'40000',link:'http://hh.ru/vacancy.do?vacancyId=2682593'}

	);

document.write ('<style>#informer_3 * { box-sizing: border-box; -moz-box-sizing: border-box}');
document.write ('#informer_3 {width:200px; overflow:hidden}');
document.write ('#informer_3 a {text-decoration:none}');
document.write ('#informer_3 a:hover {text-decoration:underline}');
document.write ('#informer_3 table {border-collapse:collapse; width:200px; font-size:11px; font-family:verdana, tahoma}');
document.write ('#informer_3 table td {border:1px solid #B0B0B0; color:#000}');
document.write ('#informer_3 table td a {color:#000}');
document.write ('#informer_3 table th {border:1px solid #B0B0B0; background:#039; color:#fff; text-align:center; vertical-align:middle; font-weight:bold; padding:2px}');
document.write ('#informer_3 table th a {color:#fff}');
document.write ('#informer_3 table th a b {color:#fc0}');
document.write ('#informer_3 table th div.position {width:194px; overflow:hidden; text-overflow:ellipsis}');
document.write ('#informer_3 table tr.head td {background:#5979C3; color:#fff; font-weight:bold; text-align:center}');
document.write ('#informer_3 table tr.vac td {border-width:0 1px; padding:1px 2px; background:#EAEAEA}');
document.write ('#informer_3 table tr.vac td.zp {text-align:center}');
document.write ('#informer_3 table td.vac a {display:block; width:150px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:left}');
document.write ('#informer_3 tr.sub_scr_ipt td {background:#B09D7C; text-align:center; font-weight:bold; padding:2px}');
document.write ('#informer_3 tr.sub_scr_ipt td a {color:#fff}</style>');

document.write ('<div id="informer_3"><table><tr><th colspan=2>Вакансии <a href="http://www.hh.ru/" target="_blank"><b>Head</b>Hunter (HH<b>.ru</b>)</a><div class="position" title="Информационные технологии/IT/Telecom">Информационные технологии/IT/Telecom</div></th></tr><tr class="head"><td>требуется</td><td>з/п</td></tr>');
for ( i=0; i<arr.length; i++ ) {
	document.write ('<tr class="vac"><td class="vac"><a href="'+arr[i].link+'" target="_blank" title="'+arr[i].header+'">'+arr[i].header+'</a></td><td class="zp">'+arr[i].price+'</td></tr>');
}
document.write ('<tr class="sub_scr_ipt"><td colspan="2"><a href="http://informer.ru" target="_blank" title="РБК-Информер">РБК-Информер</a></td></tr></table></div>');

