
		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:468px;height:51px;overflow:hidden;color:#000000;font-size:11px;text-decoration:none;font-weight:bold;font-style:normal;background-color:#FFFFFF;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.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Börse AG: 			49,13<span style="color:#008000"> (2,11%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> RWE AG St.: 			53,23<span style="color:#008000"> (1,84%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> E.ON AG: 			22,93<span style="color:#008000"> (1,79%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> HeidelbergCement AG: 			34,52<span style="color:#008000"> (1,74%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Fresenius Vz.: 			56,31<span style="color:#008000"> (1,40%)</span>  	<span>DAX Flops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bayer AG (Namens-Aktien): 			49,50<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> BASF: 			43,34<span style="color:#008000"> (0,10%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Telekom AG: 			10,37<span style="color:#008000"> (0,05%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			41,66<span style="color:#FF0000"> (-0,97%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MAN: 			73,14<span style="color:#FF0000"> (-0,90%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>TDAX Tops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> QSC AG: 			1,60<span style="color:#008000"> (5,63%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bechtle AG: 			23,94<span style="color:#008000"> (1,98%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Drägerwerk AG Vz.: 			62,10<span style="color:#008000"> (1,85%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dialog Semiconductor plc: 			10,27<span style="color:#008000"> (1,51%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Carl Zeiss Meditec AG: 			11,44<span style="color:#008000"> (1,40%)</span>  	<span>TDAX Flops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SMA Solar Technology AG: 			84,04<span style="color:#008000"> (0,29%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> freenet AG: 			8,06<span style="color:#008000"> (0,24%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Singulus: 			3,82<span style="color:#008000"> (0,05%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Conergy: 			0,65<span style="color:#FF0000"> (-2,30%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Evotec AG: 			2,45<span style="color:#FF0000"> (-1,27%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>Dow Tops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> JPMorgan Chase &amp; Co. : 			38,16<span style="color:#008000"> (2,65%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Cisco Systems Inc.: 			20,52<span style="color:#008000"> (2,58%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Caterpillar Inc.: 			68,54<span style="color:#008000"> (2,25%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> American Express Co.: 			40,88<span style="color:#008000"> (2,25%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Walt Disney Co.: 			33,91<span style="color:#008000"> (2,24%)</span>  	<span>Dow Flops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Intel Corp.: 			18,28<span style="color:#008000"> (0,82%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kraft Foods Inc.: 			30,35<span style="color:#008000"> (0,76%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Chevron Corp.: 			77,45<span style="color:#008000"> (0,71%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Merck Co.: 			35,35<span style="color:#008000"> (0,68%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Johnson &amp; Johnson: 			58,61<span style="color:#008000"> (0,55%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>MDAX Tops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Brenntag AG: 			60,40<span style="color:#008000"> (3,69%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Sky Deutschland AG: 			0,93<span style="color:#008000"> (3,66%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Klöckner &amp; Co: 			16,11<span style="color:#008000"> (2,02%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kabel Deutschland Holding AG: 			25,28<span style="color:#008000"> (1,48%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bilfinger Berger AG: 			48,47<span style="color:#008000"> (1,38%)</span>  	<span>MDAX Flops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ElringKlinger AG: 			21,94<span style="color:#FF0000"> (-2,35%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Heidelberger Druckmaschinen AG: 			6,49<span style="color:#FF0000"> (-2,25%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Demag Cranes AG: 			25,77<span style="color:#FF0000"> (-1,59%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bauer AG: 			33,55<span style="color:#FF0000"> (-1,58%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> GILDEMEISTER AG: 			10,16<span style="color:#FF0000"> (-1,38%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>ESTOXX Tops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> RWE AG St.: 			53,30<span style="color:#008000"> (2,14%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Börse AG: 			49,13<span style="color:#008000"> (2,11%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> E.ON AG: 			23,00<span style="color:#008000"> (1,83%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Nokia Oyj (Nokia Corp.): 			7,02<span style="color:#008000"> (1,71%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> CRH plc: 			13,67<span style="color:#008000"> (1,61%)</span>  	<span>ESTOXX Flops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Assicurazioni Generali S.p.A.: 			14,84<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			41,68<span style="color:#FF0000"> (-1,10%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Carrefour S.A.: 			37,85<span style="color:#FF0000"> (-0,91%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> LVMH Moet Hennessy Louis Vuitton S.A.: 			98,31<span style="color:#FF0000"> (-0,85%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> AXA S.A.: 			13,22<span style="color:#FF0000"> (-0,64%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.adams24.com/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.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DAX: 6134,62<span style="color:#008000"> (0,33%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TDAX: 766,17<span style="color:#008000"> (0,45%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dow: 10320,10<span style="color:#008000"> (1,24%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MDAX: 8507,83<span style="color:#008000"> (0,01%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ESTOXX: 2746,23<span style="color:#008000"> (0,27%)</span>  	</div></div><div style="margin-top:8px;font-size:75%;text-align:right;width:468px">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.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Börse AG: 			49,13<span style="color:#008000"> (2,11%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> RWE AG St.: 			53,23<span style="color:#008000"> (1,84%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> E.ON AG: 			22,93<span style="color:#008000"> (1,79%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> HeidelbergCement AG: 			34,52<span style="color:#008000"> (1,74%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Fresenius Vz.: 			56,31<span style="color:#008000"> (1,40%)</span>  	<span>DAX Flops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bayer AG (Namens-Aktien): 			49,50<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> BASF: 			43,34<span style="color:#008000"> (0,10%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Telekom AG: 			10,37<span style="color:#008000"> (0,05%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			41,66<span style="color:#FF0000"> (-0,97%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MAN: 			73,14<span style="color:#FF0000"> (-0,90%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>TDAX Tops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> QSC AG: 			1,60<span style="color:#008000"> (5,63%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bechtle AG: 			23,94<span style="color:#008000"> (1,98%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Drägerwerk AG Vz.: 			62,10<span style="color:#008000"> (1,85%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dialog Semiconductor plc: 			10,27<span style="color:#008000"> (1,51%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Carl Zeiss Meditec AG: 			11,44<span style="color:#008000"> (1,40%)</span>  	<span>TDAX Flops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SMA Solar Technology AG: 			84,04<span style="color:#008000"> (0,29%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> freenet AG: 			8,06<span style="color:#008000"> (0,24%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Singulus: 			3,82<span style="color:#008000"> (0,05%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Conergy: 			0,65<span style="color:#FF0000"> (-2,30%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Evotec AG: 			2,45<span style="color:#FF0000"> (-1,27%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>Dow Tops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> JPMorgan Chase &amp; Co. : 			38,16<span style="color:#008000"> (2,65%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Cisco Systems Inc.: 			20,52<span style="color:#008000"> (2,58%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Caterpillar Inc.: 			68,54<span style="color:#008000"> (2,25%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> American Express Co.: 			40,88<span style="color:#008000"> (2,25%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Walt Disney Co.: 			33,91<span style="color:#008000"> (2,24%)</span>  	<span>Dow Flops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Intel Corp.: 			18,28<span style="color:#008000"> (0,82%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kraft Foods Inc.: 			30,35<span style="color:#008000"> (0,76%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Chevron Corp.: 			77,45<span style="color:#008000"> (0,71%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Merck Co.: 			35,35<span style="color:#008000"> (0,68%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Johnson &amp; Johnson: 			58,61<span style="color:#008000"> (0,55%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>MDAX Tops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Brenntag AG: 			60,40<span style="color:#008000"> (3,69%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Sky Deutschland AG: 			0,93<span style="color:#008000"> (3,66%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Klöckner &amp; Co: 			16,11<span style="color:#008000"> (2,02%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kabel Deutschland Holding AG: 			25,28<span style="color:#008000"> (1,48%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bilfinger Berger AG: 			48,47<span style="color:#008000"> (1,38%)</span>  	<span>MDAX Flops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ElringKlinger AG: 			21,94<span style="color:#FF0000"> (-2,35%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Heidelberger Druckmaschinen AG: 			6,49<span style="color:#FF0000"> (-2,25%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Demag Cranes AG: 			25,77<span style="color:#FF0000"> (-1,59%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bauer AG: 			33,55<span style="color:#FF0000"> (-1,58%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> GILDEMEISTER AG: 			10,16<span style="color:#FF0000"> (-1,38%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>ESTOXX Tops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> RWE AG St.: 			53,30<span style="color:#008000"> (2,14%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Börse AG: 			49,13<span style="color:#008000"> (2,11%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> E.ON AG: 			23,00<span style="color:#008000"> (1,83%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Nokia Oyj (Nokia Corp.): 			7,02<span style="color:#008000"> (1,71%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> CRH plc: 			13,67<span style="color:#008000"> (1,61%)</span>  	<span>ESTOXX Flops: </span><img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Assicurazioni Generali S.p.A.: 			14,84<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			41,68<span style="color:#FF0000"> (-1,10%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Carrefour S.A.: 			37,85<span style="color:#FF0000"> (-0,91%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> LVMH Moet Hennessy Louis Vuitton S.A.: 			98,31<span style="color:#FF0000"> (-0,85%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> AXA S.A.: 			13,22<span style="color:#FF0000"> (-0,64%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.adams24.com/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.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DAX: 6134,62<span style="color:#008000"> (0,33%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TDAX: 766,17<span style="color:#008000"> (0,45%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dow: 10320,10<span style="color:#008000"> (1,24%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MDAX: 8507,83<span style="color:#008000"> (0,01%)</span>  	<img width="11" height="9" src="http://www.adams24.com/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ESTOXX: 2746,23<span style="color:#008000"> (0,27%)</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);
		}
	
