function getInformersCookie(pref) {
	if (!document.cookie) {
		return ((new Date).getSeconds() % 10 + 1);
	}
	var prefix = pref + "=";
	var begin = document.cookie.indexOf("; " + prefix);
	if (begin == -1) {
		begin = document.cookie.indexOf(prefix);
		if (begin != 0) {
			return ((new Date).getSeconds() % 10 + 1);
		}
	} else {
		begin += 2;
	}
	var end = document.cookie.indexOf(";", begin);
	if (end == -1) {
		end = document.cookie.length;
	}
	return unescape(document.cookie.substring(begin + prefix.length, end));
}

function DiamantInformersLoad(json) {
	var i;
	if (!json) json = Array();
	DMI_data = '';
	json.sort(function () {
		return (Math.round(Math.random()) - 0.5);
	});
	for (i = 0; i < json.length; i++) {
		DMI_data += '<td valign="top" align="center" width="'+(100/DMI_items)+'%"><div><a target="_blank" href="http://diamant.kiev.ua/jewelry/' + json[i][4] + '/"><img alt="' + json[i][0] + '" width="90" height="90" src="http://diamant.kiev.ua' + json[i][5] + '" /></a></div><div class="dmiprice_'+DMI_id+'">' + (parseInt(json[i][2]) ? '<div class="dmioldprice_'+DMI_id+'">' + json[i][2] + '</div>' : '') + json[i][3] + '</div><div class="dmidesc_'+DMI_id+'"><a target="_blank" href="http://diamant.kiev.ua/jewelry/' + json[i][4] + '/" class="dmidesc_'+DMI_id+'">' + json[i][1] + '</a></div></td>';
	}
	if (DMI_el) DMI_el.innerHTML = '<div style="margin-right:20px;"><table width="100%" cellpadding="0" cellspacing="2" border="0" class="dmitable_'+DMI_id+'" style="border-collapse:separate;" ><tr>' + DMI_data + '</tr></table></div>';
}

var DMI_id		= 6;
var DMI_coookie	= getInformersCookie("DMI_" + DMI_id);
var DMI_num		= 0;
var DMI_data	= '';
var DMI_el		= document.getElementById('DiamantInformers_' + DMI_id);

if(!DMI_items) {
	var DMI_items = 3;
}

if (DMI_coookie != null && parseInt(DMI_coookie) < 9) DMI_num = parseInt(DMI_coookie) + 1; else if (parseInt(DMI_coookie) > 8) DMI_num = 0;
document.cookie = "DMI_" + DMI_id + "=" + DMI_num + ";path=/;domain=brilliant.kiev.ua";
if (DMI_el) {
	document.write('<style type="text/css"> .dmiprice_'+DMI_id+' {padding-top:3px;font-size:13px;font-weight:bold;color:#20b9c7;text-decoration:none;font-family:tahoma;} .dmioldprice_'+DMI_id+' {color:#808080;text-decoration:line-through;} div.dmidesc_'+DMI_id+' {padding:3px;} a.dmidesc_'+DMI_id+',a.dmidesc_'+DMI_id+':link,a.dmidesc_'+DMI_id+':active,a.dmidesc_'+DMI_id+':hover,a.dmidesc_'+DMI_id+':visited {font-size:11px;font-weight:normal;color:#000000;text-decoration:none;font-family:tahoma;} a.dmidesc_'+DMI_id+':hover {text-decoration:underline;} .dmitable_'+DMI_id+' td {padding:0 5px 10px 5px; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;} .dmitable_'+DMI_id+' {} <'+'/style>');
	document.write('<scr' + 'ipt charset="windows-1251" type="text/javascript" src="http://diamant.kiev.ua/informers/'+DMI_items+'/d' + DMI_num + '"><' + '/scr' + 'ipt>');
}
