/**
 * @author alexander.farkas
 */
(function(){
	var path = 'js/',
		files = [];
	// wichtige Core-Module:
	files.push('jquery.js');
	files.push('ui.core.js');
	files.push('ui.a11y.ext.js');
	
	//Ermöglicht die Verwendung einfacher mediaqueries:
	files.push('jquery.mediaqueries.js');
	
	//Helper für ui.scroller
	files.push('jquery.mousewheel.js');
	
	//Einzelne Module
	//Scroller:
	files.push('ui.scroller.js');
	files.push('ui.slider.js');
	
	//Tabs/Superpromo:
	files.push('jquery.tabtree.js');
	
	//Erweiterung um swf-Object einfacher einzubinden
	files.push('jquery.swfobject.js');
	files.push('swfobject.js');
	
	//Social-Boockmark
	files.push('jquery.social-b.js');
	
	//Flowplayer
    files.push('flowplayer.js');
	
	//youtube
	files.push('locations.js');
	files.push('template.js');
	files.push('joutube.js');
	files.push('jquery.flickrFeed.js');
	
	//Lightbox und Helper-Funktionen
	files.push('jquery.objscale.js');
	files.push('jquery.imgpreload.js');
	
	files.push('ui.cOverlay.js');
	files.push('showbox.js');
	
	files.push('simpleMenu.js');
		
	//last!
	files.push('init-behaviour.js');
	
	for(var i = 0, len = files.length; i < len ; i++){
		document.write('<script type="text/javascript" src="'+path+files[i]+'"><\/script>');
	}
	
})();
