$(document).ready(function() {
	/*
	$('').click(function(e) {
		e.preventDefault();
		alert('Not yet, coming soon though. I promise.');
		return false;
	})
	*/
});