YAHOO.namespace("cywalk.Pages");

YAHOO.cywalk.Pages.Default = function() {
	this.scrollBox = null;
	this.bildlaufFlash = null;
	this.tickerFlash = null;
}

YAHOO.cywalk.Pages.Default.prototype.initialize = function() {
	// this.scrollBox = new YAHOO.cywalk.HTMLScroller("scrollbox", "content", "scrollbar", 444);
	 
	this.tickerFlash = new SWFObject("fileadmin/templates/layout/flash/ticker/fsmxtickerv2.swf", "flashTicker", "994", "33", "0", "#000000");
	this.tickerFlash.addVariable('tickerurl', 'ticker/index.txt');
 	this.tickerFlash.write("flashTicker");
}

YAHOO.cywalk.Pages.Default.Instance = new YAHOO.cywalk.Pages.Default();