var arr = new Array(

	{header:'Секретарь-переводчик',price:'32000',link:'http://hh.ru/vacancy.do?vacancyId=2682626'},

	{header:'Менеджер по продажам',price:'90000',link:'http://hh.ru/vacancy.do?vacancyId=2598250'},

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

	{header:'Менеджер по продажам',price:'35000',link:'http://hh.ru/vacancy.do?vacancyId=2153797'},

	{header:'Торговый представитель',price:'35000',link:'http://hh.ru/vacancy.do?vacancyId=2153818'}

	);

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

document.write ('<div id="informer_1"><table><tr><th colspan=2>Вакансии <a href="http://www.hh.ru/" target="_blank"><b>Head</b>Hunter (HH<b>.ru</b>)</a></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>');

