function fireBugify(){
	j=document.createElement("SCRIPT");
	j.src="http://code.jquery.com/jquery-latest.pack.js";
	document.getElementsByTagName("HEAD")[0].appendChild(j);
}
//$().ready(fireBugify);
