
function aktuelles_offer(link)
{	
	var txt_product = "Test-Aktion!";
	var txt_description = "Poster 40x30 cm";
	var txt_company = "vom JPEG";
	var txt_price = "Hier GRATIS!";
	var img_source = "403-105x105.gif";
	var img_height = "105";
	var img_width = "105";
	var img_alt = "Jetzt GRATIS bei posterXXL bestellen";
	var img_path = "http://www.posterxxl.com/images/de/banner/zanox/401-aktuelles-offer/";


	var url_product = link;
	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=" ' + url_product + ' " 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>');
}
