jQuery.noConflict();

jQuery(document).ready(function() {
	if ((screen.width < 1024)) {
		filename="fileadmin/marlene/templates/css/stylesPda.css";
		var fileref=document.createElement("link");
		fileref.setAttribute("rel", "stylesheet");
		fileref.setAttribute("type", "text/css");
		fileref.setAttribute("href", filename);
		document.getElementsByTagName("head")[0].appendChild(fileref);
		//alert(screen.width );
	}

	
	if(jQuery("#linkedImage2").length ){
		jQuery("#animation").attr('id',  'animation2');
	
	}
	if(jQuery("#linkedVorhang").length ){
		jQuery("#animation").attr('id',  'animationVorhang');
	
	}

});


