var page_info = new Array();
var content_info = new Array();
/*
This function makes the links work through ajax
*/
$(document).ready(function() {
        $('img[@src$=.png]').ifixpng();

        /*
        $().ajax_page({
                containers:["content", "static_body"] //These are the containers used
        });


        $("#loading").ajaxStart(function(){ 
                $(this).show(); 
        });
        $("#loading").ajaxStop(function(){ 
                $(this).hide(); 
        });
        */

});


/*
$("body").load(function() {
        alert("adsfjkl")
        $("body").prepend("<div id='video_bg'></div>");
	so = new SWFObject("/flash/video_bg_red.swf", "video_bg", "100%", "100%", "8", "#000000");
		so.addParam("redirectUrl", "http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash");
		so.addParam("salign", "tc");
        so.addParam("scale", "exactfit");
   		so.addParam("menu", "false");
		so.addParam("allowScriptAccess", "always");
		so.write("video_bg");
});
*/
