$(document).ready(function(){

	/*** General behaviours ***/
	/*************************/

	/* Add target attribute on external links */
	$("a[href^=http://]").attr("target","_blank");
	
	/*** Visual enhancements ***/
	/**************************/


	/*** Form behaviours ***/
	/***********************/


}); 
