﻿// base.js

if(typeof jQuery != 'undefined') {
	
	$(document).ready(function() {
		// your jquery magic goes here
	});
	
}
