// JavaScript Document

$(document).ready(function(){
		 
	 $('.ajax').ajaxContent({  
		event:'click',  
		target:'#content'
	 })
	 
})
