 $(document).ready(function(){
   // Your code here
   if($.browser.msie && $.browser.version < 7.0){
   		$('#wrapper').css('width', '1050');
   		$('#news').css('width', '28%');
   		$('#banner').css('background-image', 'url(public/images/design/cct_banner_muncitori.gif)');
   		$('#bannerBottom').css('padding-left', '500px');
   		//alert('smaller');
   }
   
   // BBC style news ticker
   var options = {
  		newsList: "#flashInfo",
 		startDelay: 10,
 		tickerRate: 40,
 		placeHolder1: " []"
	}
	$().newsTicker(options);

 });