var declarers = {
	indexPage: "index.html"
};

$(function() {
	$("#logo").click(function() {
		window.location.href = "http://generationstudio.net/index.html";
	});
	try {
		$("#content_head").corner({
			bl: { radius: 0 },
			br: { radius: 0 },
			validTags: ["div"]
		})
	} catch(e) {}

});