
		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.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SAP AG: 			35,33<span style="color:#008000"> (1,00%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Merck KGaA : 			69,12<span style="color:#008000"> (2,75%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MAN: 			71,65<span style="color:#008000"> (2,08%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Lufthansa AG: 			12,81<span style="color:#008000"> (1,72%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			41,00<span style="color:#008000"> (1,60%)</span>  	<span>DAX Flops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Beiersdorf AG: 			43,21<span style="color:#008000"> (0,57%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> K+S AG (K + S, K&amp;S): 			41,86<span style="color:#008000"> (0,54%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> HeidelbergCement AG: 			34,35<span style="color:#008000"> (0,51%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ThyssenKrupp AG: 			22,47<span style="color:#008000"> (0,42%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> adidas AG: 			41,56<span style="color:#008000"> (0,41%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>TDAX Tops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dialog Semiconductor plc: 			9,87<span style="color:#008000"> (4,03%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> United Internet AG: 			10,25<span style="color:#008000"> (2,44%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Carl Zeiss Meditec AG: 			11,26<span style="color:#008000"> (1,60%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Pfeiffer Vacuum Technology AG : 			61,99<span style="color:#008000"> (1,47%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> AIXTRON AG: 			20,45<span style="color:#008000"> (1,27%)</span>  	<span>TDAX Flops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Drillisch AG: 			5,38<span style="color:#FF0000"> (-2,81%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Singulus: 			3,90<span style="color:#FF0000"> (-2,05%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Conergy: 			0,66<span style="color:#FF0000"> (-1,96%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Phoenix Solar AG: 			29,30<span style="color:#FF0000"> (-1,67%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kontron AG: 			6,15<span style="color:#FF0000"> (-1,48%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>Dow Tops: </span><img width="11" height="9" src="http://www.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>MDAX Tops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> GAGFAH S.A.: 			5,67<span style="color:#008000"> (3,63%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Gerresheimer AG: 			27,87<span style="color:#008000"> (3,30%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> LANXESS: 			36,27<span style="color:#008000"> (3,16%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Heidelberger Druckmaschinen AG: 			6,30<span style="color:#008000"> (2,98%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ElringKlinger AG: 			21,50<span style="color:#008000"> (2,05%)</span>  	<span>MDAX Flops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Vossloh AG : 			81,22<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Rheinmetall AG: 			45,05<span style="color:#008000"> (0,04%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Sky Deutschland AG: 			0,95<span style="color:#FF0000"> (-1,80%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Postbank AG: 			25,69<span style="color:#FF0000"> (-1,09%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> European Aeronautic Defence and Space Co. EADS N.V.: 			18,33<span style="color:#FF0000"> (-0,95%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>ESTOXX Tops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> CRH plc: 			13,00<span style="color:#008000"> (5,15%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> BASF: 			41,64<span style="color:#008000"> (4,59%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Société Générale S.A. (Societe Generale): 			42,79<span style="color:#008000"> (3,72%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Crédit Agricole S.A. (Credit Agricole): 			10,54<span style="color:#008000"> (3,27%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Compagnie de Saint-Gobain S.A.: 			30,62<span style="color:#008000"> (2,91%)</span>  	<span>ESTOXX Flops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Münchener Rückversicherungs-Gesellschaft AG (vink. NA): 			102,39<span style="color:#008000"> (0,56%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Telecom Italia S.p.A.: 			1,08<span style="color:#008000"> (0,55%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Groupe Danone S.A.: 			43,14<span style="color:#008000"> (0,41%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bayer AG (Namens-Aktien): 			49,22<span style="color:#008000"> (0,40%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Iberdrola SAShs: 			5,66<span style="color:#008000"> (0,27%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.rucker.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.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DAX: 6083,85<span style="color:#008000"> (0,83%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TDAX: 761,91<span style="color:#008000"> (0,56%)</span>  	<img width="11" height="9" src="http://www.rucker.de/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.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MDAX: 8463,57<span style="color:#008000"> (0,52%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ESTOXX: 2715,19<span style="color:#008000"> (1,14%)</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.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SAP AG: 			35,33<span style="color:#008000"> (1,00%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Merck KGaA : 			69,12<span style="color:#008000"> (2,75%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MAN: 			71,65<span style="color:#008000"> (2,08%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Lufthansa AG: 			12,81<span style="color:#008000"> (1,72%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			41,00<span style="color:#008000"> (1,60%)</span>  	<span>DAX Flops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Beiersdorf AG: 			43,21<span style="color:#008000"> (0,57%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> K+S AG (K + S, K&amp;S): 			41,86<span style="color:#008000"> (0,54%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> HeidelbergCement AG: 			34,35<span style="color:#008000"> (0,51%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ThyssenKrupp AG: 			22,47<span style="color:#008000"> (0,42%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> adidas AG: 			41,56<span style="color:#008000"> (0,41%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>TDAX Tops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dialog Semiconductor plc: 			9,87<span style="color:#008000"> (4,03%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> United Internet AG: 			10,25<span style="color:#008000"> (2,44%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Carl Zeiss Meditec AG: 			11,26<span style="color:#008000"> (1,60%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Pfeiffer Vacuum Technology AG : 			61,99<span style="color:#008000"> (1,47%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> AIXTRON AG: 			20,45<span style="color:#008000"> (1,27%)</span>  	<span>TDAX Flops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Drillisch AG: 			5,38<span style="color:#FF0000"> (-2,81%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Singulus: 			3,90<span style="color:#FF0000"> (-2,05%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Conergy: 			0,66<span style="color:#FF0000"> (-1,96%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Phoenix Solar AG: 			29,30<span style="color:#FF0000"> (-1,67%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kontron AG: 			6,15<span style="color:#FF0000"> (-1,48%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>Dow Tops: </span><img width="11" height="9" src="http://www.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/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.rucker.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>MDAX Tops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> GAGFAH S.A.: 			5,67<span style="color:#008000"> (3,63%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Gerresheimer AG: 			27,87<span style="color:#008000"> (3,30%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> LANXESS: 			36,27<span style="color:#008000"> (3,16%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Heidelberger Druckmaschinen AG: 			6,30<span style="color:#008000"> (2,98%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ElringKlinger AG: 			21,50<span style="color:#008000"> (2,05%)</span>  	<span>MDAX Flops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Vossloh AG : 			81,22<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Rheinmetall AG: 			45,05<span style="color:#008000"> (0,04%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Sky Deutschland AG: 			0,95<span style="color:#FF0000"> (-1,80%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Postbank AG: 			25,69<span style="color:#FF0000"> (-1,09%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> European Aeronautic Defence and Space Co. EADS N.V.: 			18,33<span style="color:#FF0000"> (-0,95%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>ESTOXX Tops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> CRH plc: 			13,00<span style="color:#008000"> (5,15%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> BASF: 			41,64<span style="color:#008000"> (4,59%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Société Générale S.A. (Societe Generale): 			42,79<span style="color:#008000"> (3,72%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Crédit Agricole S.A. (Credit Agricole): 			10,54<span style="color:#008000"> (3,27%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Compagnie de Saint-Gobain S.A.: 			30,62<span style="color:#008000"> (2,91%)</span>  	<span>ESTOXX Flops: </span><img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Münchener Rückversicherungs-Gesellschaft AG (vink. NA): 			102,39<span style="color:#008000"> (0,56%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Telecom Italia S.p.A.: 			1,08<span style="color:#008000"> (0,55%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Groupe Danone S.A.: 			43,14<span style="color:#008000"> (0,41%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Bayer AG (Namens-Aktien): 			49,22<span style="color:#008000"> (0,40%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Iberdrola SAShs: 			5,66<span style="color:#008000"> (0,27%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.rucker.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.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DAX: 6083,85<span style="color:#008000"> (0,83%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TDAX: 761,91<span style="color:#008000"> (0,56%)</span>  	<img width="11" height="9" src="http://www.rucker.de/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.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MDAX: 8463,57<span style="color:#008000"> (0,52%)</span>  	<img width="11" height="9" src="http://www.rucker.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ESTOXX: 2715,19<span style="color:#008000"> (1,14%)</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);
		}
	
