﻿Event.attach(document, "DOMContentLoaded", function() {
	new Search($i("search"), false);
	var addToMySpots = $i("addToMySpots");
	if (addToMySpots) {
		new SpotList(addToMySpots);
	}
});