$(document).ready(function(){ 
	$('#start-sidepanel li:odd a').addClass('alt');

	$('#search .freetext').focus(function() {
		$(this).addClass('focus');
	});

	$('.image-gallery a').click(function(){
		$('.image-holder').html('<img src="/wp-content/themes/pgmt/images/ajax-loader.gif" alt="" />');
		var src = $(this).attr('href');
		$('.image-holder').html('<img src="'+src+'" alt="" />');
		return false;
	});	
	
	swfobject.embedSWF("/wp-content/themes/pgmt/media/main_756x272.swf", "demo-flash", "756", "272", "9.0.0", "", {}, {wmode: "transparent"})	
	
});
