	// ********************************************************************************
	// *** 2001, zanox AG    									 ***
	// *** Hilfe finden Sie unter:									 ***
	// *** http://lion.zanox-affiliate.de/web/z_help.nsf/pages/faq_skript3	 ***
	// ********************************************************************************


function Jeanswelt_ProductOfTheMonth(link)
{
	// ********************************************************************************
	// ***	 set the following values between the quotation mark: 	        ***
	// ********************************************************************************
	var product_id = "";

	var txt_product = "Lee Denver";
	var txt_description = "Angebot zum Sonderpreis!";
	var txt_company = "<b>Internetpreis:</b>";
	var txt_price = "59,90 Euro";

	var img_source = "mustang-bigsur-stretch-55-110.jpg";
	// not upper then 100
	var img_height = "110";
	// max width: 120 !!!, opt: 100
	var img_width = "55";
	var img_alt = "zur Jeans klicken!";

	var img_path = "http://www.faustmannswelt.de/jeanswelt-banner/";
	var link_path = "http://www.jeanswelt.de/Jeans-des-Monats";

	// ********************************************************************************
	// *** calling part: 											 ***
	// ********************************************************************************
	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=" ' + link + link_path + product_id + ' " 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>');
}
