// JavaScript Document
$(document).ready(function() {
	/* Diaporama photo - http://medienfreunde.com/lab/innerfade */
	$('#diaporama').innerfade({
			animationtype: 'fade',
			speed: 2000,
			timeout: 6000,
			type: 'random',
			containerheight: '310px'
		});
});

function OutFrames() {
    i = parent.frames.length;
    if (i > 0)
    parent.location.href = self.location.href;
}
