$.noConflict();
jQuery(document).ready(function() {
  	/*$('#content_links').children('.single').hover(function(){
	  var news_id = jQuery(this).children('a').attr('href').split('[tt_news]=');
	  var newsid  = news_id[1].split('&tx_ttnews');
	  var news    = newsid[0];
	  //alert(news); 
		$.post("fileadmin/php/getNews.php",{id: news},
		 function(data) {
		   
		}, function(){
		
		});
	});*/
	//jQuery('#header').animate({background:'none'})
});
