
		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.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ThyssenKrupp AG: 			22,70<span style="color:#008000"> (2,00%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> K+S AG (K + S, K&amp;S): 			41,47<span style="color:#008000"> (2,46%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> BMW: 			43,94<span style="color:#008000"> (2,40%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			41,36<span style="color:#008000"> (1,56%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Merck KGaA : 			70,88<span style="color:#008000"> (1,40%)</span>  	<span>DAX Flops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> RWE AG St.: 			53,85<span style="color:#008000"> (0,72%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Allianz: 			83,34<span style="color:#008000"> (0,71%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> METRO AG St.: 			42,83<span style="color:#008000"> (0,68%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Beiersdorf AG: 			43,07<span style="color:#008000"> (0,66%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Börse AG: 			49,13<span style="color:#008000"> (0,60%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>TDAX Tops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Singulus: 			3,68<span style="color:#008000"> (3,78%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Nordex AG: 			7,57<span style="color:#008000"> (3,70%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> QSC AG: 			1,68<span style="color:#008000"> (3,63%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Pfeiffer Vacuum Technology AG : 			64,20<span style="color:#008000"> (2,79%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dialog Semiconductor plc: 			10,09<span style="color:#008000"> (2,13%)</span>  	<span>TDAX Flops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Smartrac N.V.: 			19,85<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> freenet AG: 			8,02<span style="color:#008000"> (0,39%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Drägerwerk AG Vz.: 			63,50<span style="color:#008000"> (0,31%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kontron AG: 			6,00<span style="color:#008000"> (0,03%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> AIXTRON AG: 			20,55<span style="color:#FF0000"> (-3,77%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>Dow Tops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> JPMorgan Chase &amp; Co. : 			38,28<span style="color:#008000"> (2,19%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Alcoa Inc.: 			10,86<span style="color:#008000"> (1,93%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Boeing Co.: 			63,42<span style="color:#008000"> (1,70%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> General Electric Co. (GE): 			15,44<span style="color:#008000"> (1,62%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Caterpillar Inc.: 			69,70<span style="color:#008000"> (1,49%)</span>  	<span>Dow Flops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Walt Disney Co.: 			33,84<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> McDonald\'s Corp.: 			75,80<span style="color:#008000"> (0,37%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Coca-Cola Co.: 			57,63<span style="color:#008000"> (0,35%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Exxon Mobil Corp. (ExxonMobil): 			60,55<span style="color:#008000"> (0,33%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Cisco Systems Inc.: 			20,58<span style="color:#008000"> (0,29%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>MDAX Tops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Klöckner &amp; Co: 			16,41<span style="color:#008000"> (5,15%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ProSiebenSat.1 Media AG Vz.: 			15,27<span style="color:#008000"> (2,59%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Continental AG: 			49,85<span style="color:#008000"> (2,43%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> RATIONAL AG: 			144,80<span style="color:#008000"> (2,38%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Praktiker Bau- und Heimwerkermärkte Holding AG: 			6,57<span style="color:#008000"> (2,18%)</span>  	<span>MDAX Flops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DOUGLAS HOLDING AG: 			34,50<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Rheinmetall AG: 			44,98<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> European Aeronautic Defence and Space Co. EADS N.V.: 			18,07<span style="color:#008000"> (0,06%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Vossloh AG : 			80,18<span style="color:#008000"> (0,02%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Krones AG: 			44,24<span style="color:#FF0000"> (-0,98%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>ESTOXX Tops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Nokia Oyj (Nokia Corp.): 			7,18<span style="color:#008000"> (4,46%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ArcelorMittal S.A. Actions Nouvelles Nominat. ON: 			24,76<span style="color:#008000"> (2,08%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Sanofi-Aventis S.A.: 			46,83<span style="color:#008000"> (2,05%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> L\'Oréal S.A. (L\'Oreal, L Oreal): 			81,00<span style="color:#008000"> (2,04%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Unilever N.V.: 			21,22<span style="color:#008000"> (2,03%)</span>  	<span>ESTOXX Flops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Telefonica S.A.: 			17,82<span style="color:#008000"> (0,56%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Assicurazioni Generali S.p.A.: 			14,59<span style="color:#008000"> (0,55%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SAP AG: 			35,26<span style="color:#008000"> (0,47%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Schneider Electric S.A.: 			86,02<span style="color:#008000"> (0,40%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Alstom S.A.: 			38,70<span style="color:#008000"> (0,32%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.cdu-vellmar.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.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DAX: 6117,89<span style="color:#008000"> (0,76%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TDAX: 758,49<span style="color:#008000"> (0,26%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dow: 10340,69<span style="color:#008000"> (0,45%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MDAX: 8463,66<span style="color:#008000"> (0,65%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ESTOXX: 2727,16<span style="color:#008000"> (0,94%)</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.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ThyssenKrupp AG: 			22,70<span style="color:#008000"> (2,00%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> K+S AG (K + S, K&amp;S): 			41,47<span style="color:#008000"> (2,46%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> BMW: 			43,94<span style="color:#008000"> (2,40%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Daimler AG: 			41,36<span style="color:#008000"> (1,56%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Merck KGaA : 			70,88<span style="color:#008000"> (1,40%)</span>  	<span>DAX Flops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> RWE AG St.: 			53,85<span style="color:#008000"> (0,72%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Allianz: 			83,34<span style="color:#008000"> (0,71%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> METRO AG St.: 			42,83<span style="color:#008000"> (0,68%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Beiersdorf AG: 			43,07<span style="color:#008000"> (0,66%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Deutsche Börse AG: 			49,13<span style="color:#008000"> (0,60%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>TDAX Tops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Singulus: 			3,68<span style="color:#008000"> (3,78%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Nordex AG: 			7,57<span style="color:#008000"> (3,70%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> QSC AG: 			1,68<span style="color:#008000"> (3,63%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Pfeiffer Vacuum Technology AG : 			64,20<span style="color:#008000"> (2,79%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dialog Semiconductor plc: 			10,09<span style="color:#008000"> (2,13%)</span>  	<span>TDAX Flops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Smartrac N.V.: 			19,85<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> freenet AG: 			8,02<span style="color:#008000"> (0,39%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Drägerwerk AG Vz.: 			63,50<span style="color:#008000"> (0,31%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Kontron AG: 			6,00<span style="color:#008000"> (0,03%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> AIXTRON AG: 			20,55<span style="color:#FF0000"> (-3,77%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>Dow Tops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> JPMorgan Chase &amp; Co. : 			38,28<span style="color:#008000"> (2,19%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Alcoa Inc.: 			10,86<span style="color:#008000"> (1,93%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Boeing Co.: 			63,42<span style="color:#008000"> (1,70%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> General Electric Co. (GE): 			15,44<span style="color:#008000"> (1,62%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Caterpillar Inc.: 			69,70<span style="color:#008000"> (1,49%)</span>  	<span>Dow Flops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Walt Disney Co.: 			33,84<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> McDonald\'s Corp.: 			75,80<span style="color:#008000"> (0,37%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> The Coca-Cola Co.: 			57,63<span style="color:#008000"> (0,35%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Exxon Mobil Corp. (ExxonMobil): 			60,55<span style="color:#008000"> (0,33%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Cisco Systems Inc.: 			20,58<span style="color:#008000"> (0,29%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>MDAX Tops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Klöckner &amp; Co: 			16,41<span style="color:#008000"> (5,15%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ProSiebenSat.1 Media AG Vz.: 			15,27<span style="color:#008000"> (2,59%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Continental AG: 			49,85<span style="color:#008000"> (2,43%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> RATIONAL AG: 			144,80<span style="color:#008000"> (2,38%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Praktiker Bau- und Heimwerkermärkte Holding AG: 			6,57<span style="color:#008000"> (2,18%)</span>  	<span>MDAX Flops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DOUGLAS HOLDING AG: 			34,50<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Rheinmetall AG: 			44,98<span style="color:#008000"> (0,00%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> European Aeronautic Defence and Space Co. EADS N.V.: 			18,07<span style="color:#008000"> (0,06%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Vossloh AG : 			80,18<span style="color:#008000"> (0,02%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Krones AG: 			44,24<span style="color:#FF0000"> (-0,98%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/smarthouse_disclaimer.html" target="_blank">Haftungsausschluss!</a>		        	<span>ESTOXX Tops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Nokia Oyj (Nokia Corp.): 			7,18<span style="color:#008000"> (4,46%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ArcelorMittal S.A. Actions Nouvelles Nominat. ON: 			24,76<span style="color:#008000"> (2,08%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Sanofi-Aventis S.A.: 			46,83<span style="color:#008000"> (2,05%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> L\'Oréal S.A. (L\'Oreal, L Oreal): 			81,00<span style="color:#008000"> (2,04%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Unilever N.V.: 			21,22<span style="color:#008000"> (2,03%)</span>  	<span>ESTOXX Flops: </span><img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Telefonica S.A.: 			17,82<span style="color:#008000"> (0,56%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Assicurazioni Generali S.p.A.: 			14,59<span style="color:#008000"> (0,55%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> SAP AG: 			35,26<span style="color:#008000"> (0,47%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Schneider Electric S.A.: 			86,02<span style="color:#008000"> (0,40%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Alstom S.A.: 			38,70<span style="color:#008000"> (0,32%)</span>  			    		End of Day Aktienkurse provided by <a href="http://www.finanzen.net">finanzen.net</a> (Smarthouse Media GmbH).		  		<a href="http://www.cdu-vellmar.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.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> DAX: 6117,89<span style="color:#008000"> (0,76%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> TDAX: 758,49<span style="color:#008000"> (0,26%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> Dow: 10340,69<span style="color:#008000"> (0,45%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> MDAX: 8463,66<span style="color:#008000"> (0,65%)</span>  	<img width="11" height="9" src="http://www.cdu-vellmar.de/spicons/tinc/eueconfig/contentmodules/stockticker_arrow.gif"/> ESTOXX: 2727,16<span style="color:#008000"> (0,94%)</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);
		}
	
