
		try {
  			if (window.parent.parent.CSSInject) {
				var listLength = window.parent.parent.CSSInject.length;
				for(var i=0; i<listLength; i++){
					var cssInjectUrl = window.parent.parent.CSSInject[i];
					document.writeln("<style type='text/css'>@import url("+cssInjectUrl+");</style>");
				};
  			}
		} catch (ex) {};
	
	function Scrollbox (ref, container, canvas, dx, dy, interval) {
  this.reference = ref;
  this.container = container;
  this.canvas = canvas;
  this.canvasWidth = 0;
  this.canvasHeight = 0;
  this.containerWidth = 0;
  this.containerHeight = 0;
  this.x = 0;
  this.y = 0;
  this.dx = dx;
  this.dy = dy;
	this.interval = interval;
}

Scrollbox.prototype.getContainer = function()
{
  var parentEl = document.getElementById(this.canvas).parentNode;
  while(parentEl != document.body)
  {
    if(parentEl.id === this.container) {
       return parentEl;
    }

    parentEl = parentEl.parentNode;
  }

  return null;
}

Scrollbox.prototype.init = function () {
  var container = this.getContainer();

  if(!container) {
    throw "Missing container element with ID = '" +this.container +"'";
  }
  var canvas = document.getElementById(this.canvas);
	var canvas_hidden = document.getElementById(this.canvas + "_hidden");

  if (document.defaultView && document.defaultView.getComputedStyle) {  // is mozilla
    this.canvasWidth = parseInt(document.defaultView.getComputedStyle(canvas_hidden, null).getPropertyValue("width"));
	this.canvasHeight = parseInt(document.defaultView.getComputedStyle(canvas, null).getPropertyValue("height"));
    this.containerWidth = parseInt(document.defaultView.getComputedStyle(container, null).getPropertyValue("width"));
    this.containerHeight = parseInt(document.defaultView.getComputedStyle(container, null).getPropertyValue("height"));
  } else if (canvas.currentStyle) { // is IE
    // this needs to be set first, so that the real dimensions can be accessed
    canvas.style.canvasWidth = container.style.width;

		// fallback if value is not available
		if (container.style.height == "" ){
			canvas.style.height = "23px";
		} else {
			// use half of the container size as height for the two canvas container
			canvas.style.height = (parseInt(container.style.height.substring(0, container.style.height.indexOf("px"))) / 2) + "px";
		};

		this.canvasWidth = canvas.offsetWidth;
		this.canvasHeight = canvas.offsetHeight;
		this.containerWidth = parseInt(container.currentStyle["width"]);
    this.containerHeight = parseInt(container.currentStyle["height"]);
  }
  this.x = this.containerWidth;
  setInterval(this.reference+".scroll()", this.interval);
}

Scrollbox.prototype.scroll = function () {
  var canvas = document.getElementById(this.canvas);
	if (this.x + this.canvasWidth < 0) {
		this.x = this.containerWidth;
  } else {
    this.x -= this.dx;
  }
	canvas.style.marginLeft = this.x+"px";
}
	try { if (window.parent.parent.CSSInject) { var listLength = window.parent.parent.CSSInject.length; for(var i=0; i<listLength; i++){ var cssInjectUrl = window.parent.parent.CSSInject[i]; document.writeln("<style type='text/css'>@import url("+cssInjectUrl+");</style>"); }; } } catch (ex) {};document.writeln('<div id="tinc_content" style="width:600px;height:51px;overflow:hidden;color:#000000;font-size:11px;text-decoration:none;font-weight:normal;font-style:normal;background-color:#E5E8ED;font-family:Arial, Helvetica, sans-serif"><div style="padding:4px;white-space:nowrap" id="canvas2" class="wfx_content"><span>DAX Tops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Fresenius Vz.: 			57,10<span style="color:#008000"> (0,67%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Merck KGaA : 			70,53<span style="color:#008000"> (0,50%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Henkel KGaA Vz.: 			38,24<span style="color:#008000"> (0,27%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			41,25<span style="color:#008000"> (0,25%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Volkswagen AG Vz. (VW AG): 			83,14<span style="color:#008000"> (0,19%)</span>  	<span>DAX Flops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SAP AG: 			35,66<span style="color:#FF0000"> (-1,00%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Infineon Technologies AG: 			4,49<span style="color:#FF0000"> (-3,56%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Commerzbank AG: 			6,48<span style="color:#FF0000"> (-2,12%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Börse AG: 			50,16<span style="color:#FF0000"> (-2,05%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> K+S AG (K + S, K&amp;S): 			42,33<span style="color:#FF0000"> (-2,02%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>TDAX Tops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Pfeiffer Vacuum Technology AG : 			63,14<span style="color:#008000"> (1,68%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> centrotherm photovoltaics AG : 			33,72<span style="color:#008000"> (0,56%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Drägerwerk AG Vz.: 			63,25<span style="color:#008000"> (0,40%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Evotec AG: 			2,42<span style="color:#FF0000"> (-1,20%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Phoenix Solar AG: 			28,98<span style="color:#FF0000"> (-0,95%)</span>  	<span>TDAX Flops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Q-Cells: 			5,35<span style="color:#FF0000"> (-3,74%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Singulus: 			3,82<span style="color:#FF0000"> (-3,66%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SMA Solar Technology AG: 			84,28<span style="color:#FF0000"> (-3,46%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Software AG: 			84,55<span style="color:#FF0000"> (-3,24%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dialog Semiconductor plc: 			10,42<span style="color:#FF0000"> (-3,21%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>Dow Tops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> McDonald\'s Corp.: 			75,09<span style="color:#008000"> (0,95%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> General Electric Co. (GE): 			15,40<span style="color:#008000"> (0,26%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Coca-Cola Co.: 			57,56<span style="color:#008000"> (0,12%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Verizon Communications Inc.: 			30,20<span style="color:#008000"> (0,07%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kraft Foods Inc.: 			30,58<span style="color:#FF0000"> (-0,75%)</span>  	<span>Dow Flops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> American Express Co.: 			41,80<span style="color:#FF0000"> (-4,09%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Walt Disney Co.: 			34,67<span style="color:#FF0000"> (-2,39%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> JPMorgan Chase &amp; Co. : 			39,17<span style="color:#FF0000"> (-2,27%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Cisco Systems Inc.: 			21,05<span style="color:#FF0000"> (-2,23%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bank of America Corp.: 			13,50<span style="color:#FF0000"> (-2,15%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>MDAX Tops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> LANXESS: 			37,07<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> FUCHS PETROLUB AG Vz.: 			80,25<span style="color:#008000"> (1,92%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche EuroShop AG: 			23,93<span style="color:#008000"> (1,53%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> IVG Immobilien AG: 			5,24<span style="color:#008000"> (1,22%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kabel Deutschland Holding AG: 			25,65<span style="color:#008000"> (0,82%)</span>  	<span>MDAX Flops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bauer AG: 			33,02<span style="color:#FF0000"> (-2,98%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Continental AG: 			51,14<span style="color:#FF0000"> (-2,52%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Praktiker Bau- und Heimwerkermärkte Holding AG: 			6,70<span style="color:#FF0000"> (-1,93%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> RHÖN-KLINIKUM AG St.: 			17,24<span style="color:#FF0000"> (-1,77%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Fraport AG: 			42,15<span style="color:#FF0000"> (-1,73%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>ESTOXX Tops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Nokia Oyj (Nokia Corp.): 			7,14<span style="color:#008000"> (0,56%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ArcelorMittal S.A. Actions Nouvelles Nominat. ON: 			24,69<span style="color:#008000"> (0,28%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Sanofi-Aventis S.A.: 			46,76<span style="color:#008000"> (0,15%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Anheuser-Busch InBev S.A.: 			42,87<span style="color:#008000"> (0,07%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bayer AG (Namens-Aktien): 			49,43<span style="color:#008000"> (0,05%)</span>  	<span>ESTOXX Flops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Société Générale S.A. (Societe Generale): 			44,32<span style="color:#FF0000"> (-4,10%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> CRH plc: 			13,89<span style="color:#FF0000"> (-2,81%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Crédit Agricole S.A. (Credit Agricole): 			10,95<span style="color:#FF0000"> (-2,79%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ING Groep N.V.: 			7,60<span style="color:#FF0000"> (-2,67%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> UniCredito Italiano S.p.A.: 			1,97<span style="color:#FF0000"> (-2,44%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	</div><div style="padding:4px;white-space:nowrap" id="canvas1" class="wfx_content"><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DAX: 6155,04<span style="color:#FF0000"> (-0,60%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TDAX: 769,63<span style="color:#FF0000"> (-1,45%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dow: 10447,93<span style="color:#FF0000"> (-1,03%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MDAX: 8508,33<span style="color:#FF0000"> (-0,53%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ESTOXX: 2753,60<span style="color:#FF0000"> (-0,96%)</span>  	</div></div><div style="margin-top:8px;font-size:75%;text-align:right;width:600px">End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).</div><div style="top:-100px;left:-20000px;position:absolute;visibility:hidden" id="canvas2_hidden"><span>DAX Tops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Fresenius Vz.: 			57,10<span style="color:#008000"> (0,67%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Merck KGaA : 			70,53<span style="color:#008000"> (0,50%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Henkel KGaA Vz.: 			38,24<span style="color:#008000"> (0,27%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			41,25<span style="color:#008000"> (0,25%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Volkswagen AG Vz. (VW AG): 			83,14<span style="color:#008000"> (0,19%)</span>  	<span>DAX Flops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SAP AG: 			35,66<span style="color:#FF0000"> (-1,00%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Infineon Technologies AG: 			4,49<span style="color:#FF0000"> (-3,56%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Commerzbank AG: 			6,48<span style="color:#FF0000"> (-2,12%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Börse AG: 			50,16<span style="color:#FF0000"> (-2,05%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> K+S AG (K + S, K&amp;S): 			42,33<span style="color:#FF0000"> (-2,02%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>TDAX Tops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Pfeiffer Vacuum Technology AG : 			63,14<span style="color:#008000"> (1,68%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> centrotherm photovoltaics AG : 			33,72<span style="color:#008000"> (0,56%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Drägerwerk AG Vz.: 			63,25<span style="color:#008000"> (0,40%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Evotec AG: 			2,42<span style="color:#FF0000"> (-1,20%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Phoenix Solar AG: 			28,98<span style="color:#FF0000"> (-0,95%)</span>  	<span>TDAX Flops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Q-Cells: 			5,35<span style="color:#FF0000"> (-3,74%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Singulus: 			3,82<span style="color:#FF0000"> (-3,66%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SMA Solar Technology AG: 			84,28<span style="color:#FF0000"> (-3,46%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Software AG: 			84,55<span style="color:#FF0000"> (-3,24%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dialog Semiconductor plc: 			10,42<span style="color:#FF0000"> (-3,21%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>Dow Tops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> McDonald\'s Corp.: 			75,09<span style="color:#008000"> (0,95%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> General Electric Co. (GE): 			15,40<span style="color:#008000"> (0,26%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Coca-Cola Co.: 			57,56<span style="color:#008000"> (0,12%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Verizon Communications Inc.: 			30,20<span style="color:#008000"> (0,07%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kraft Foods Inc.: 			30,58<span style="color:#FF0000"> (-0,75%)</span>  	<span>Dow Flops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> American Express Co.: 			41,80<span style="color:#FF0000"> (-4,09%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Walt Disney Co.: 			34,67<span style="color:#FF0000"> (-2,39%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> JPMorgan Chase &amp; Co. : 			39,17<span style="color:#FF0000"> (-2,27%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Cisco Systems Inc.: 			21,05<span style="color:#FF0000"> (-2,23%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bank of America Corp.: 			13,50<span style="color:#FF0000"> (-2,15%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>MDAX Tops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> LANXESS: 			37,07<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> FUCHS PETROLUB AG Vz.: 			80,25<span style="color:#008000"> (1,92%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche EuroShop AG: 			23,93<span style="color:#008000"> (1,53%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> IVG Immobilien AG: 			5,24<span style="color:#008000"> (1,22%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kabel Deutschland Holding AG: 			25,65<span style="color:#008000"> (0,82%)</span>  	<span>MDAX Flops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bauer AG: 			33,02<span style="color:#FF0000"> (-2,98%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Continental AG: 			51,14<span style="color:#FF0000"> (-2,52%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Praktiker Bau- und Heimwerkermärkte Holding AG: 			6,70<span style="color:#FF0000"> (-1,93%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> RHÖN-KLINIKUM AG St.: 			17,24<span style="color:#FF0000"> (-1,77%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Fraport AG: 			42,15<span style="color:#FF0000"> (-1,73%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>ESTOXX Tops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Nokia Oyj (Nokia Corp.): 			7,14<span style="color:#008000"> (0,56%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ArcelorMittal S.A. Actions Nouvelles Nominat. ON: 			24,69<span style="color:#008000"> (0,28%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Sanofi-Aventis S.A.: 			46,76<span style="color:#008000"> (0,15%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Anheuser-Busch InBev S.A.: 			42,87<span style="color:#008000"> (0,07%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bayer AG (Namens-Aktien): 			49,43<span style="color:#008000"> (0,05%)</span>  	<span>ESTOXX Flops: </span><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Société Générale S.A. (Societe Generale): 			44,32<span style="color:#FF0000"> (-4,10%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> CRH plc: 			13,89<span style="color:#FF0000"> (-2,81%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Crédit Agricole S.A. (Credit Agricole): 			10,95<span style="color:#FF0000"> (-2,79%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ING Groep N.V.: 			7,60<span style="color:#FF0000"> (-2,67%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> UniCredito Italiano S.p.A.: 			1,97<span style="color:#FF0000"> (-2,44%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	</div><div style="top:-200px;left:-20000px;position:absolute;visibility:hidden" id="canvas1_hidden"><img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DAX: 6155,04<span style="color:#FF0000"> (-0,60%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TDAX: 769,63<span style="color:#FF0000"> (-1,45%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dow: 10447,93<span style="color:#FF0000"> (-1,03%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MDAX: 8508,33<span style="color:#FF0000"> (-0,53%)</span>  	<img width="11" height="9" src="http://www.5dim.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ESTOXX: 2753,60<span style="color:#FF0000"> (-0,96%)</span>  	</div>');
			__cm_stocks = new Scrollbox('__cm_stocks', 'tinc_content', 'canvas2', 1, 5, 10);
		
		__cm_indices = new Scrollbox('__cm_indices', 'tinc_content', 'canvas1', 1, 10, 20);

		function __cm_startTicker () {
			__cm_indices.init();
			
				__cm_stocks.init();
			
		}
		if (window.attachEvent) {
			window.attachEvent("onload", __cm_startTicker);
		} else if (window.addEventListener) {
			window.addEventListener("load", __cm_startTicker, false);
		}
	
