﻿$(document).ready(function(){

    $(document).pngFix();
    
	$('div.fitted').fitted();

	$('ul#slideshow').innerfade({
		speed: 'slow',
		timeout: 10000,
		type: 'sequence',
		containerheight: '250px'
	});
		
	$('input#q').Watermark('Search this site');

	$('ul#news').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'sequence'
// 		containerheight: '30px'
	});
			
}); 
