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