// ********************************************************************************
// *** Weinpaket des Monats ***
// ********************************************************************************

function ebrosia_ProductOfTheMonth(link)
{
	// ********************************************************************************
	// ***	 set the following values between the quotation mark: 	        ***
	// ********************************************************************************
	var product_id = "003511";

	var txt_product = "Italien Probierpaket";
	var txt_description = "12 Wein Flaschen";
	var txt_company = "plus 4 Gläser gratis";
	var txt_price = "nur 69,90 Euro";

	var img_source = "110x100-js-bordeaux.gif";
	// not upper then 100
	var img_height = "100";
	// max width: 120 !!!, opt: 100
	var img_width = "110";
	var img_alt = "Italien Wein Probierpaket mit 4 Gratisgläsern";

	var img_path = "http://banner.ebrosia.com/";
	var link_path = "http://www.ebrosia.de/Wein-Pakete/Wein-Pakete-Italien/003288-Italienischer-Wein-Zauber-mit-4-Gratisglaesern.html?afid=266";

	// ********************************************************************************
	// *** 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 + ' " 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>');
}