function shop_gnezdo_ru_tizer(data){
	var res_str = '';
	document.write('<style type="text/css">html,body{margin: 0px;padding: 0px;background-color:white;}.gnezdo_main_block {background-image: url(http://shop.gnezdo.ru/img/hits_17x100.gif);background-repeat: no-repeat;padding-left: 10px;}.gnezdo_cell, .gnezdo_td{vertical-align:top;}.gnezdo_cell_header, .gnezdo_cell_header a{font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:12px;color:black;}.gnezdo_cell{border-left:2px solid red;margin-left:5px;padding:4px;}.gnezdo_cell_price{font-family:georgia,serif;font-size:18px;color:#6600FF;margin:3px 0;}.gnezdo_cell_shop{clear:both;font-family:arial,sans-serif;font-size:10px;color:#888;}.gnezdo_img{float:left;margin:0 7px 0 0;border:none;}<'+'/st'+'yle>');
	 res_str += '<div class="gnezdo_main_block"><div class="gnezdo_header"><\/div><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>';
	 var goods = data.split("#1#");
	 var pr = 25;
	 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/80x80/'+elem[1];
		if ((i%tr) == (tr-1)) {pr = 25;} else {pr=25;} res_str +='<td width="'+pr+'%" class="gnezdo_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="80" height="80" 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.00') {res_str +='<div class="gnezdo_cell_price">'+elem[5]+'ð.<\/div>';}
		res_str +='<div class="gnezdo_cell_price">'+elem[5]+'ð.<\/div><div class="gnezdo_cell_shop">'+elem[6]+' &rarr; '+elem[7]+'<\/div>'+
		
		'<\/div><\/td>';if ((i%tr) == (tr-1)) res_str +='<\/tr><tr>';
		
	 }
	 res_str += '<\/tr><\/table><\/div>';
	 document.getElementById('gnezdo_ru_186').innerHTML = res_str;
}

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