// JavaScript Document
$(document).ready(function(){init()});
function init(){
	if($.browser.version == 6.0 && $.browser.msie){
		$("body")
		.animate( { backgroundColor: '#000' }, 1000)
		.animate( { backgroundColor: '#f00' }, 1000).animate( { backgroundColor: '#000' }, 1000)
		.animate( { backgroundColor: '#f00' }, 1000).animate( { backgroundColor: '#000' }, 1000)
		.animate( { backgroundColor: '#f00' }, 1000).animate( { backgroundColor: '#000' }, 1000)
		.animate( { backgroundColor: '#f00' }, 1000).animate( { backgroundColor: '#000' }, 1000)
		.animate( { backgroundColor: '#f00' }, 1000).animate( { backgroundColor: '#000' }, 1000)
		.animate( { backgroundColor: '#f00' }, 1000)
		;
	}
	else{
		$("body")
		.animate( { backgroundColor: '#fff' }, 10000)
		.animate( { backgroundColor: '#ceeeff' }, 10000)
		
		.animate( { backgroundColor: '#fff' }, 10000)
		.animate( { backgroundColor: '#ceeeff' }, 10000)
		
		.animate( { backgroundColor: '#fff' }, 10000)
		.animate( { backgroundColor: '#ceeeff' }, 10000)
		
		.animate( { backgroundColor: '#fff' }, 10000)
		.animate( { backgroundColor: '#ceeeff' }, 10000)
		
		.animate( { backgroundColor: '#fff' }, 10000)
		.animate( { backgroundColor: '#ceeeff' }, 10000)
		;
	}
	CKEDITOR.replace("fontTestingTextarea");
	
	$('#IE6Continue').bind('click', function(){
														  $('#IHATEIE6').hide('slow');
														  $('#page').show('slow');
														  });
}