function shop_gnezdo_ru_tizer(data){
	var res_str = '';
	document.write('<style type="text/css">html,body{margin:0;padding:5px;background-color:white;}.gnezdo_header {font-family:arial,sans-serif;font-size:14px;color:red;font-weight:bold;border-bottom:2px solid red;text-align:center;font-variant:small-caps;margin-bottom:8px;}.gnezdo_cell{border-left:2px solid red;margin-bottom:10px;padding:2px 0 2px 5px;}.gnezdo_img {float:left;margin:0 8px 3px 0;border:none;}.gnezdo_cell_header,.gnezdo_cell_header a{font-family:arial,sans-serif;font-size:14px;color:black;}.gnezdo_cell_price{font-family:arial,sans-serif;font-size:22px;color:#3C78A7;margin:3px 0;}.gnezdo_cell_shop{clear:both;font-family:arial,sans-serif;font-size:12px;color:#888;}.gnezdo_cell_price a{text-decoration:none;}.gnezdo_cell_discount{float: left;font-family:arial,sans-serif;padding: 3px 3px 10px 0;margin-right: 4px;border-right: 1px solid gray;}.gnezdo_cell_discount a{font-size:22px;color:red;text-decoration:none;}.gnezdo_cell_oldprice a{font-size:12px;font-weight: bold;color:gray;text-decoration: line-through;}.gnezdo_rub{font-size:0.7em;}<'+'/st'+'yle>');
	 res_str += '<div class="gnezdo_main_block"><div class="gnezdo_header">хиты продаж<\/div><table border="0" cellpadding="0" cellspacing="0" width="100%">';
	 var goods = data.split("#1#");
	 var pr = 33;
	 var tr = 0;
	 for(i = 0; i < goods.length; i++) 
	 {
		var elem = goods[i].split("$2$");
		var img = elem[1].toString().substring(0,7)=='http://'?elem[1]:'http://shop.gnezdo.ru/img/100x100/'+elem[1];
		res_str +='<tr><td><div class="gnezdo_cell"><div class="gnezdo_div_img"><a href="http://shop.gnezdo.ru/d/'+elem[3]+'/'+elem[0]+'/?token='+elem[4]+'" target=_blank><img border="0" src="'+img+'" class="gnezdo_img" width="100" height="100" alt="'+elem[2]+'"><\/a><\/div>'+
		'<div class="gnezdo_cell_header"><a href="http://shop.gnezdo.ru/d/'+elem[3]+'/'+elem[0]+'/?token='+elem[4]+'" target=_blank>'+elem[2]+'<\/a><\/div>';if (elem[5]!='0') {res_str +='<div class="gnezdo_cell_price">';
		if (elem[8]!='0') {res_str +='<div class="gnezdo_cell_discount"><a target="_blank" href="http://shop.gnezdo.ru/d/'+elem[3]+'/'+elem[0]+'/?token='+elem[4]+'">-'+elem[9]+'%<\/a><\/div><div class="gnezdo_cell_oldprice"><a target="_blank" href="http://shop.gnezdo.ru/d/'+elem[3]+'/'+elem[0]+'/?token='+elem[4]+'">'+elem[8]+'<font class="gnezdo_rub">р.<\/font><\/a><\/div>';}
		res_str +='<a target="_blank" href="http://shop.gnezdo.ru/d/'+elem[3]+'/'+elem[0]+'/?token='+elem[4]+'">'+elem[5]+'<font class="gnezdo_rub">р.<\/font><\/a><\/div>';}		
		res_str +=
		'<div class="gnezdo_cell_shop">'+elem[6]+' &rarr; '+elem[7]+'<\/div><\/td><\/tr>';
		
	 }
	 res_str += '<\/table><\/div>';
	 document.getElementById('gnezdo_ru_105').innerHTML = res_str;
}

document.write('<scr'+'ipt language="JavaScript" src="http://shop.gnezdo.ru/cgi-bin/tzr_geo.fcgi?id=105" type="text/javascript" charset="windows-1251"><'+'/scr'+'ipt>');
