
google.load("prototype", "1");
google.setOnLoadCallback(function() {
	init();
});

// document.observe("dom:loaded", function() {
// 	init();
// });

function init() {
	// console.log("Loaded scripts");
	setupDropDowns();
}


