
 	$(function() {
			   $("#accor div:first").addClass("active");
			   $("#accor p:not(:first)").hide();
			      $("#accor div").hover(function() {
								$(this).next("p").slideDown("fast").siblings("p:visible").slideUp("slow");
								$(this).toggleClass("active");
							$(this).siblings("h3").removeClass("active");
										  
										 });
			
			   });



var bname = navigator.appName;
if (bname.search(/netscape/i) == 0) 
  {
  }
else 
  {
	$(document).ready(function () {
	  $("#nav").corner("10px");
	  $("#welcome").corner("5px bottom");
	  $("#news").corner("5px");
	  $("#ads").corner("5px");
	  

	});
  }



 
$(document).ready(function(){  

});  

$(document).ready(function(){  
   $('#forex_slide').cycle({  
      fx: 'scrollUp',  
      speed: 400,  
      timeout: 5000  
   });  
});

