jQuery(document).ready(function() { 
	jQuery("#ornamentLeft").fadeIn(5000);
	jQuery("#ornamentRight").fadeIn(5000);
});
