/* Author:  Ikon */

/* updated jan 21st 2011 */
$(document).ready(function(){
	$("header").click(function(){
		$(this).next("div.content").toggle("slow");
		$(this).children("h2").toggleClass("open")});
		//$("#leftColumn").height($("#content").height());
});

	




















