	// ********************************************************************************
	// *** 2001, zanox AG    									                    ***
	// *** Hilfe finden Sie unter:									                ***
	// *** http://lion.zanox-affiliate.de/web/z_help.nsf/pages/faq_skript3	        ***
	// ********************************************************************************


function Pro7_Product05(link)
{
	// ********************************************************************************
	// ***	 set the following values between the quotation mark: 	                ***
	// ********************************************************************************
	var product_id = "show-and-comedy/lissi-und-der-wilde-kaiser.html";

	var txt_product = "Lissi die Kaiserin";
	var txt_description = "Das Kleid zum ";
	var txt_company = "neuen Bully-Film";
	var txt_price = "Nur 79,90 EUR ";

	var img_source = "cache/3/small_image/135x135/5e06319eda06f020e43594a9c230972d/A/1/A11701001.jpg";
	// not upper then 100
	var img_height = "93";
	// max width: 120 !!!, opt: 100
	var img_width = "80";
	var img_alt = "Jetzt bestellen!";

	var img_path = "http://www.prosieben-fanshop.de/media/catalog/product/";
	var link_path = "http://www.prosieben-fanshop.de/";
			

	
	// ********************************************************************************
	// *** 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>');
}
