function resize(){
	var myWidth = 0
  	if( typeof( window.innerWidth ) == 'number' ) {
    		//Non-IE
    		myWidth = window.innerWidth;
	
  	} else{
    		//IE 6+ in 'standards compliant mode'
    		myWidth = document.documentElement.clientWidth;
  	}
	if ('v'=='\v') {
  		$('.contentbox').css('width',myWidth-291);
		$('.textbox').css('width',myWidth-291);
		$('#pagelinks').css('width',myWidth-291);
		//$('.copyright').css('width',myWidth);
		//$('.pagelinks').css('width',myWidth-290);
	}else{
		$('.contentbox').css('width',myWidth-308);
		$('#pagelinks').css('width',myWidth-308);
	}
	$('#pagelinks').css('margin-left','auto');
	$('#pagelinks').css('margin-right','auto');
}
$(document).ready(function() {
  	resize();
	$('#image_rotate0').innerfade({
		speed: 'slow',
		type: 'random_start',
		containerheight: '112px',
		containerwidth: '146px'
	});
	$('#image_rotate1').innerfade({
		speed: 'slow',
		type: 'random_start',
		containerheight: '112px'
	});

	$('#image_rotate2').innerfade({
		speed: 'slow',
		type: 'random_start',
		containerheight: '112px'
	});

	$('#image_rotate3').innerfade({
		speed: 'slow',
		type: 'random_start',
		containerheight: '112px'
	});
	$('#image_rotate4').innerfade({
		speed: 'slow',
		type: 'random_start',
		containerheight: '112px'
	});

	$('#image_rotate5').innerfade({
		speed: 'slow',
		type: 'random_start',
		containerheight: '112px'
	});

	$('#image_rotate6').innerfade({
		speed: 'slow',
		type: 'random_start',
		containerheight: '112px'
	});

	$('#image_rotate7').innerfade({
		speed: 'slow',
		type: 'random_start',
		containerheight: '112px'
	});

	$('#image_rotate8').innerfade({
		speed: 'slow',
		type: 'random_start',
		containerheight: '112px'
	});

	$('#image_rotate9').innerfade({
		speed: 'slow',
		type: 'random_start',
		containerheight: '112px'
	});
	window.onresize = resize;
});
