$(function () {

	/* Cufon */
	Cufon.replace('#header ol, .text, #headerBlocks h1, .box h2, .date span, span.cufonDay', {
		hover: true
	});

	/* Transparant PNG when IE6 */
	if (!window.XMLHttpRequest && typeof DD_belatedPNG !== 'undefined'){
		DD_belatedPNG.fix('#header, div#login input.submit, h2, .commentButton, .line, .borderTop, .borderRight, .borderBottom, .borderLeft, .item');
	}

	/* Marquee */
	$('.newsMarquee').marquee().mouseover(function () {
		$(this).trigger('stop');
	}).mouseout(function () {
		$(this).trigger('start');
	});
});