
		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:950px;height:51px;overflow:hidden;color:#000000;font-size:11px;text-decoration:none;font-weight:normal;font-style:normal;background-color:#F7F7F7;font-family:Verdana, 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.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> adidas AG: 			42,17<span style="color:#008000"> (1,00%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Commerzbank AG: 			6,28<span style="color:#008000"> (2,63%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			42,00<span style="color:#008000"> (2,57%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SAP AG: 			35,45<span style="color:#008000"> (2,55%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Volkswagen AG Vz. (VW AG): 			83,33<span style="color:#008000"> (2,51%)</span>  	<span>DAX Flops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> BMW: 			44,99<span style="color:#008000"> (0,91%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Linde AG: 			93,59<span style="color:#008000"> (0,69%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Siemens AG: 			75,35<span style="color:#008000"> (0,66%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ThyssenKrupp AG: 			23,16<span style="color:#008000"> (0,63%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Fresenius Vz.: 			57,60<span style="color:#008000"> (0,59%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>TDAX Tops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Software AG: 			82,51<span style="color:#008000"> (3,05%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> United Internet AG: 			10,47<span style="color:#008000"> (2,44%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dialog Semiconductor plc: 			10,30<span style="color:#008000"> (2,18%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SMA Solar Technology AG: 			81,35<span style="color:#008000"> (2,15%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Wirecard AG: 			9,28<span style="color:#008000"> (2,12%)</span>  	<span>TDAX Flops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Conergy: 			0,61<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SolarWorld AG: 			9,28<span style="color:#008000"> (0,17%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Smartrac N.V.: 			19,85<span style="color:#008000"> (0,05%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> QSC AG: 			1,74<span style="color:#FF0000"> (-2,99%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> centrotherm photovoltaics AG : 			33,80<span style="color:#FF0000"> (-2,93%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>Dow Tops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> JPMorgan Chase &amp; Co. : 			39,12<span style="color:#008000"> (2,51%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Johnson &amp; Johnson: 			58,85<span style="color:#008000"> (1,65%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> American Express Co.: 			40,07<span style="color:#008000"> (1,55%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> AT&amp;T Inc. (AT &amp; T Inc.): 			27,39<span style="color:#008000"> (1,53%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Alcoa Inc.: 			11,07<span style="color:#008000"> (1,45%)</span>  	<span>Dow Flops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Microsoft Corp.: 			23,92<span style="color:#008000"> (0,38%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> 3M Co.: 			82,75<span style="color:#008000"> (0,25%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> International Business Machines Corp. (IBM Corp.): 			126,08<span style="color:#008000"> (0,22%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> United Technologies Corp. (UTC): 			68,47<span style="color:#008000"> (0,22%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Wal-Mart Stores Inc.: 			51,83<span style="color:#008000"> (0,15%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>MDAX Tops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Wacker Chemie AG: 			124,35<span style="color:#008000"> (5,35%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Postbank AG: 			24,66<span style="color:#008000"> (4,66%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> LEONI AG: 			22,27<span style="color:#008000"> (4,20%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> LANXESS: 			37,29<span style="color:#008000"> (4,06%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> HOCHTIEF AG: 			54,64<span style="color:#008000"> (3,79%)</span>  	<span>MDAX Flops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Salzgitter: 			51,23<span style="color:#008000"> (0,41%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kabel Deutschland Holding AG: 			25,95<span style="color:#008000"> (0,31%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TUI AG: 			8,32<span style="color:#008000"> (0,26%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Praktiker Bau- und Heimwerkermärkte Holding AG: 			6,71<span style="color:#FF0000"> (-1,44%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Heidelberger Druckmaschinen AG: 			6,29<span style="color:#FF0000"> (-1,06%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>ESTOXX Tops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Crédit Agricole S.A. (Credit Agricole): 			10,46<span style="color:#008000"> (4,59%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Société Générale S.A. (Societe Generale): 			42,15<span style="color:#008000"> (3,42%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Intesa Sanpaolo S.p.A.: 			2,38<span style="color:#008000"> (3,15%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ING Groep N.V.: 			7,45<span style="color:#008000"> (2,81%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> UniCredito Italiano S.p.A.: 			1,94<span style="color:#008000"> (2,52%)</span>  	<span>ESTOXX Flops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> L\'Oréal S.A. (L\'Oreal, L Oreal): 			82,65<span style="color:#008000"> (0,27%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> AEGON N.V. : 			4,34<span style="color:#008000"> (0,16%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Siemens AG: 			75,35<span style="color:#008000"> (0,13%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Vivendi Universal S.A.: 			19,53<span style="color:#008000"> (0,05%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Bank AG: 			48,93<span style="color:#FF0000"> (-2,96%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.lc-invest.net/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.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DAX: 6164,44<span style="color:#008000"> (0,93%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TDAX: 760,48<span style="color:#008000"> (0,78%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dow: 10387,01<span style="color:#008000"> (0,27%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MDAX: 8518,56<span style="color:#008000"> (1,66%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ESTOXX: 2752,89<span style="color:#008000"> (1,07%)</span>  	</div></div><div style="margin-top:8px;font-size:75%;text-align:right;width:950px">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.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> adidas AG: 			42,17<span style="color:#008000"> (1,00%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Commerzbank AG: 			6,28<span style="color:#008000"> (2,63%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			42,00<span style="color:#008000"> (2,57%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SAP AG: 			35,45<span style="color:#008000"> (2,55%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Volkswagen AG Vz. (VW AG): 			83,33<span style="color:#008000"> (2,51%)</span>  	<span>DAX Flops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> BMW: 			44,99<span style="color:#008000"> (0,91%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Linde AG: 			93,59<span style="color:#008000"> (0,69%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Siemens AG: 			75,35<span style="color:#008000"> (0,66%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ThyssenKrupp AG: 			23,16<span style="color:#008000"> (0,63%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Fresenius Vz.: 			57,60<span style="color:#008000"> (0,59%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>TDAX Tops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Software AG: 			82,51<span style="color:#008000"> (3,05%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> United Internet AG: 			10,47<span style="color:#008000"> (2,44%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dialog Semiconductor plc: 			10,30<span style="color:#008000"> (2,18%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SMA Solar Technology AG: 			81,35<span style="color:#008000"> (2,15%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Wirecard AG: 			9,28<span style="color:#008000"> (2,12%)</span>  	<span>TDAX Flops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Conergy: 			0,61<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SolarWorld AG: 			9,28<span style="color:#008000"> (0,17%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Smartrac N.V.: 			19,85<span style="color:#008000"> (0,05%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> QSC AG: 			1,74<span style="color:#FF0000"> (-2,99%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> centrotherm photovoltaics AG : 			33,80<span style="color:#FF0000"> (-2,93%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>Dow Tops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> JPMorgan Chase &amp; Co. : 			39,12<span style="color:#008000"> (2,51%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Johnson &amp; Johnson: 			58,85<span style="color:#008000"> (1,65%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> American Express Co.: 			40,07<span style="color:#008000"> (1,55%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> AT&amp;T Inc. (AT &amp; T Inc.): 			27,39<span style="color:#008000"> (1,53%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Alcoa Inc.: 			11,07<span style="color:#008000"> (1,45%)</span>  	<span>Dow Flops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Microsoft Corp.: 			23,92<span style="color:#008000"> (0,38%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> 3M Co.: 			82,75<span style="color:#008000"> (0,25%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> International Business Machines Corp. (IBM Corp.): 			126,08<span style="color:#008000"> (0,22%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> United Technologies Corp. (UTC): 			68,47<span style="color:#008000"> (0,22%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Wal-Mart Stores Inc.: 			51,83<span style="color:#008000"> (0,15%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>MDAX Tops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Wacker Chemie AG: 			124,35<span style="color:#008000"> (5,35%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Postbank AG: 			24,66<span style="color:#008000"> (4,66%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> LEONI AG: 			22,27<span style="color:#008000"> (4,20%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> LANXESS: 			37,29<span style="color:#008000"> (4,06%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> HOCHTIEF AG: 			54,64<span style="color:#008000"> (3,79%)</span>  	<span>MDAX Flops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Salzgitter: 			51,23<span style="color:#008000"> (0,41%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kabel Deutschland Holding AG: 			25,95<span style="color:#008000"> (0,31%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TUI AG: 			8,32<span style="color:#008000"> (0,26%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Praktiker Bau- und Heimwerkermärkte Holding AG: 			6,71<span style="color:#FF0000"> (-1,44%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Heidelberger Druckmaschinen AG: 			6,29<span style="color:#FF0000"> (-1,06%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>ESTOXX Tops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Crédit Agricole S.A. (Credit Agricole): 			10,46<span style="color:#008000"> (4,59%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Société Générale S.A. (Societe Generale): 			42,15<span style="color:#008000"> (3,42%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Intesa Sanpaolo S.p.A.: 			2,38<span style="color:#008000"> (3,15%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ING Groep N.V.: 			7,45<span style="color:#008000"> (2,81%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> UniCredito Italiano S.p.A.: 			1,94<span style="color:#008000"> (2,52%)</span>  	<span>ESTOXX Flops: </span><img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> L\'Oréal S.A. (L\'Oreal, L Oreal): 			82,65<span style="color:#008000"> (0,27%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> AEGON N.V. : 			4,34<span style="color:#008000"> (0,16%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Siemens AG: 			75,35<span style="color:#008000"> (0,13%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Vivendi Universal S.A.: 			19,53<span style="color:#008000"> (0,05%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Bank AG: 			48,93<span style="color:#FF0000"> (-2,96%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.lc-invest.net/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.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DAX: 6164,44<span style="color:#008000"> (0,93%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TDAX: 760,48<span style="color:#008000"> (0,78%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dow: 10387,01<span style="color:#008000"> (0,27%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MDAX: 8518,56<span style="color:#008000"> (1,66%)</span>  	<img width="11" height="9" src="http://www.lc-invest.net/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ESTOXX: 2752,89<span style="color:#008000"> (1,07%)</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);
		}
	
