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

    $(document).pngFix();
    
	$('.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'
	});
			
	$("#tabs").tabs();

// 	Trying to sort cookie for tab
// 	$('#panel').tabs({ cookie: { expires: 30 } });
// 	var cookie = $('#panel').tabs('option', 'cookie');

// 		$('#map').flash(
// 			{ src: '/_graphics/flash/map.swf', width: 225, height: 360 }, 
// 			
// 			{ expressInstall: true }
// 		);			
// 

	$('#north_west_map').flash({
		src: '/_graphics/flash/map.swf',
		width: 240,
		height: 400
	},
		{ expressInstall: true }
	);

	$('#bulgarian_tv').flash({
		src: '/_videos/071121.swf',
		width: 384,
		height: 340
	},
		{ expressInstall: true }
	);
	$('#activities').flash({
		src: '/_videos/74-robert-atkins.swf',
		width: 320,
		height: 275
	},
		{ expressInstall: true }
	);

}); 
