$(document).ready(function() {
	// Rounded Corners - THIS USES jquery.corners and causes MAJOR issues in IE, sooooo we use another method for IE corners
	// This ensures we don't make these calls in IE
	if($.browser.msie==false)
	{
		$('.box,.join input , .contactform input,.contactform textarea,.join .box .boxin a,.join .packageselection a,.loginpage .error').corner('6px');
		$('#contentbox,.contactform .button, .join .button,.contentboxbodybottom').corner('12px');
		$('#contentboxheader').corner('top 12px');
		$('.box .header').corner('top 6px');
		$('#cbhoverview').corner('tl 12px');
	}




	
});


//Cufon.replace('#nav li a.topnav');
//Cufon.replace('h1,h2,h3,h4');
//Cufon.replace('.sidebar h3,#registration-process li');  
//Cufon.replace('ul#footer-nav a'); 
//Cufon.replace('#blog .sidebar .show-only label'); 


function initialblog() {
	if ($('#blog').val() == "Type your name") {
		$('#blog').val('');
	}
}

