awright i got two functions, <?php do_action('gm_ajax_preloader'); ?> /* I want to add time in here so that preloader shows for a longer duration*/ <body onLoad="new Accordian('accordian',9,'header_highlight');"> anyway around
Try setTimeout via the JS onLoad: http://www.w3schools.com/js/js_timing.asp or... sleep via php... http://uk2.php.net/sleep