var aller = { src: 'http://www.thmry.nl/includes/flash/aller.swf' };
var aller_lt = { src: 'http://www.thmry.nl/includes/flash/aller_lt.swf' };

sIFR.activate(aller, aller_lt);
sIFR.replace(aller_lt, {
	selector: 'h1', css: [
		'.sIFR-root { color: #ffffff; width: 75%; height: 20px; }',
		'a { text-decoration: none; height: 20px; }',
		'a:link { color: #ffffff; height: 20px; }',
		'a:hover { color: #ffffff; height: 20px; }'
	]
});

$( document ).ready(
	function() 
	{
		$( "a.switch_view" ).toggle(
			function ()
			{
				$( this ).removeClass( "swap" );
				$( "ul.display" ).fadeOut( "fast", 
					function()
					{
						$( this ).fadeIn( "fast" ).removeClass( "thumb_view" );
					}
				);
			},
			function()
			{
				$( this ).addClass( "swap" ); 
				$( "ul.display" ).fadeOut( "fast", 
					function()
					{
						$( this ).fadeIn( "fast" ).addClass( "thumb_view" ); 
					}
				);
			}
		);
	}
);
