var actionShow = function(){
$.ajax({
type: "GET",
url: "template/headerAction.php",
success: function(data) {
$('#action').html(data);
$('#section_title_4').attr('style', 'padding: 30px 0 0 0;');
}
});
setTimeout(arguments.callee,8000);
}