jQuery(document).ready(function() {

Cufon.replace('.blogname h1,.title h2,#slide h2,#video h2,h3.sidetitl,#comnums h3', { fontFamily: 'Rockwell' });

jQuery('#gallerycover').coinslider({ width: 630, height:250, delay: 5000, effect:'rain' });

jQuery('#top').snowfall({flakeCount : 40,flakeColor : '#eeeeee',flakeIndex: 999999,	minSize : 1,maxSize : 3,minSpeed : 1,maxSpeed : 3});

jQuery.get('/onlineradio.php',{option:'3'},function(data){
		jQuery("#radio").html(data);  
	}); 


}); 


function change_radio(el){
			jQuery.get('/onlineradio.php',{option:el.value},function(data){
				jQuery('#radio').html(data);  
			}); 
		}
