/**
 * Methods
 */

$(document).ready(function() {
	
	/*
	 * Base path
	 */
	
	jQuery.base = function() {
		
		return '/';
		
	}
	
});
