// Imageslider (c)2008 by Hetfield - Begin
$(document).ready(
				function(){							
					$('ul#imageslider').innerfade({
						speed: 1000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '500px'
					});
					$('.fade').innerfade({
						animationtype: 'fade', 
						speed: 4000,
						timeout: 3000,
						type: 'sequence',
						containerheight: '500px'
					});
				});
// Imageslider (c)2008 by Hetfield - End