window.onload = function()
{
	Nifty("div.logo_box", "top");
	Nifty("div.nav_box", "bottom");
	Nifty("div.where_box", "top");
	Nifty("div.hours_box", "bottom fixed-height");
	Nifty("div#restaurant_image", "bottom fixed-height");
	Nifty("div#restaurant_copyright", "bottom fixed-height");
	P7_equalCols2(0,'left_column','DIV','right_column','DIV');
}