﻿$(document).ready(function() {
	// since javascript is enabled, make this visible
	$("#content").css("display", "block");
});


