$(document).ready(function() {
	
	var height = $('div#content').height();
	
	$('div#subnavigation').height(height);
	
	if ($('div#mainSwfDiv').html()=='') {
		window.location.href = '/noneflash';
	}
	
});
