.
---------------------------------------------------------------------
*/
/*
Version 1.5.2 - Adds IE6 compatibility.
Version 1.5.1 - Revised coding to help make sure of compatibility. And changed plugin link to new site. Also confirmed it works with WP 2.8 .
Corrected huge link problem from when I was developing the public package, I'm sooo sorry it took me this LONG to realize that...
Version 1.5 - Jumped to 1.5 for the five new changes.
PHP code revised, now supports up to WordPress 2.7 .
Added a "Theme Support" guide to the readme in the FAQ section.
Included current version of jquery: 1.2.6-packed edition. (Now 32k compared to 1.0's 68k.)
Included "querystring.js" javascript library which was missing from 1.0 .
Changed loading.gif to an animated throbber, found in AJAXed WP.
Version 1.0 First Release.
*/
if(!function_exists('get_option'))
require_once('../../../wp-config.php');
// Set Hook for outputting JavaScript
add_action('wp_head','ajax_page_loader_js');
function ajax_page_loader_js() {?>