<!--
// ==============================
// SET VARIABLES
// ==============================


// ==============================
// RUN ALL ONLOAD JQUERY COMMANDS
// ==============================
$(document).ready(function() {
	/*$('div.component div.title h4').mouseup(function() {
		$(this).parent().parent().find('div.inside').slideToggle('fast');
	});*/
	$('div#success').oneTime(5000, function() {
    	$(this).animate({top:'-40px'}, 1000 );
	});
});
//-->  
