$(document).ready(function(){
	
	$("body").before('<style type="text/css">.highlight { background-color: yellow }</style>');
	
	$("#container div").each(function(){
		//$(this).addClass('dynacloud');
	});
	
	$("div#footer").after('<div style="clear:both;" id="dynacloud"></div>');
	
	//$.dynaCloud();
	//$.dynaCloud.auto = true;
	$("#content").dynaCloud();

});