$(document).ready(function() { 
	
	//start xhtml valid target="_blank"
	$("a[href*='http://']:not([href*='"+location.hostname+"'])").click( function() {
	window.open(this.href);
	return false;
	});
	//end xhtml valid target="_blank"
	
   	$('ul#side-blog li:last-child').addClass( 'last1' ); 
   	
   	// Rounded corners...
   	$('#home-video').corner('10px');
   	$('.hCallbox').corner('10px');
   	$('#side-mspeaking').corner('10px');
   	$('#side-mission').corner('10px');
   	$('#side-cprograms').corner('10px');
   	
});
