// *******************************************************************************
// *** 
// *** MDM Scriptbanner
// *** 
// *******************************************************************************

		var MDM_scriptBoxTotalItems = 1;
	
		var MDM_scriptBoxLinkArray = new Array(
			"http://www.mdm.de/shop/action/product?prodid=11028&wk=1052215"
		);

		var MDM_scriptBoxBitmapArray = new Array(
			"http://www.mdm.de/spacedealer/scrTOP/trans/rand.gif"
		);

		
		var MDM_scriptBoxTextArray = new Array(
			"Zwei Gold-Rands aus S&uuml;dafrika! Nur 298 &euro;!"
		);


// *******************************************************************************
// *** 
// *** Hauptfunktion zur ausgabe des Tables
// *** 
// *******************************************************************************

		function MDM_scriptbox_Sonderangebot( strZanoxTrackingParam ){
			var strDescription = MDM_scriptBoxTextArray[0];
			var strImageAlt    = 'Hier Klicken';
			var strImagePath   = '';
			var strImageName   = MDM_scriptBoxBitmapArray[0];
			var strLink				 = strZanoxTrackingParam+MDM_scriptBoxLinkArray[0];
			
			document.write('	<table width="120" border="0" cellspacing="0" cellpadding="0">');
			document.write('		<tr><td><a href="'+strLink+'" target="_BLANK"><img src="'+strImagePath+strImageName+'" width="120" height="55" border="0" alt="'+strImageAlt+'"></a></td></tr>');
			document.write('		<tr><td><center><a target="_BLANK" href="'+strLink+'"><font face="Verdana" size="1">'+strDescription+'</font></a></center></td></tr>');
			document.write('	</table>');
		}