﻿$(document).ready(function() {
	if (navigator.platform == 'iPad' || navigator.platform == 'iPhone' || navigator.platform == 'iPod') {
		//Do a shitload of changes so the footer sticks at the bottom of the page if we're on an iPad/iPhone due to viewport/page bugs in mobile webkit with position:fixed

	};
});
