// JavaScript Document
$(document).ready(function() { 
	//for content page tabs
	$("#tabs > ul").tabs();
});