/*
* Global Vars for Site
*/

Event.observe(window, 'load', init_gallery, false);

function init_gallery(){
	// Submit the form if it hasnt been submitted
	if(getQueryVariable('g') == false) {
		document.form_gallery.submit();
	}
}