﻿
var bustcachevar=1
var loadedobjects=""
var rootdomain="http://"+window.location.hostname
var bustcacheparameter=""

//incjs("http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js");
//incjs("animatedcollapse.js");
//<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
//<script type="text/javascript" src="animatedcollapse.js"></script>

//function include(script_filename) {
//    document.write('<' + 'script');
//    document.write(' language="javascript"');
//    document.write(' type="text/javascript"');
//    document.write(' src="' + script_filename + '">');
//    document.write('</' + 'script' + '>');
//}

//include("http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js");
//include("animatedcollapse.js");



animatedcollapse.addDiv('jason', 'fade=1,height=80px')
animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
	//$: Access to jQuery
	//divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
	//state: "block" or "none", depending on state
}
animatedcollapse.init()




