// Imageslider (c)2008 by Hetfield - Begin
$(document).ready(
				function(){
										
					$('ul#imageslider').innerfade({
						animationtype: 'slide',
						speed: 200,
						timeout: 9000,
						type: 'sequence',
						containerheight: '240px'
					});
				});
// Imageslider (c)2008 by Hetfield - End