	// ********************************************************************************

	// *** 2002, zanox AG; last Update: 23/08/02					 ***

	// *** Hilfe finden Sie unter:									 ***

	// *** http://lion.zanox-affiliate.de/web/z_help.nsf/pages/faq_skript3	 ***

	// ********************************************************************************





function mytoys_ProductOfTheWeek1(link)

{

	// ********************************************************************************

	// ***	 set the following values between the quotation mark: 	        ***

	// *** Hint: set the path of the product in zanox-affiliate!			***

	// *** e.g. "http://www.mytoys.de/cgi-bin/mytoys.storefront/DE/product/redirect?prod=" ***

	// ********************************************************************************



var product_id = "de_DE-1565107";
var txt_product = "Bettwäsche Ente, gelb, Cretonne";
var txt_description = "100 x 135 cm";
var txt_company = "bei myToys.de";
var txt_price = "<s>24,99€</s> nur 5,99€";

var img_source = "/7/de_DE-1565107-b.jpg";
// not upper then 100
var img_height = "100";
// max width: 100 !!!, opt: 100
var img_width = "100";
var img_alt = "Schöne Cretonne-Qualität aus 100 % Baumwolle";

var img_path = "http://www.mytoys.de/intershoproot/eCS/Store/de/images/b";

// ********************************************************************************
// *** calling part: ***
// ********************************************************************************
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('<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>');
}
