function dom_init() {

  if(post == 0) $('.newsletter').hide();
  $('a.newsletterb').click(function(){$('.newsletter').slideToggle();});
//  $('#collapse p').slideUp();
  $('#collapse h3').mouseover(function(){
		if($(this).parent().children('p').is(':hidden') && !ie6 && !ie7){
			$(this).parent().parent().find('p').slideUp();
			$(this).parent().children('p').slideDown();
		}
  });
}

$(".countdown").countdown({until: new Date(2009,4,23,12,00,00),compact:true});