

$('#title ul').cycle({
	fx: 'fade',
	random:1,
	timeout: 7000,
	cleartypeNoBg:true
});

$("#doors #content h2, #faq #content h2").each(function(){
    $(this).nextUntil("h2").wrapAll($("<div/>").hide());
}).click(function(){
    $(this).next().slideToggle("slow");
}).css({
	"margin-bottom":"1em",
	"cursor":"pointer"
});
