// This script file should be the main initiator of other scripts
$(document).ready(function(){

	// conditionally add tooltips if touch is not supported.
	Modernizr.load({
	  test: Modernizr.appleios,
	  nope : 'scripts/tooltip.js'
	});	

});
