
//window.onload = function(e){

	/*if( explorer = document.getElementById("explorer") ){
		for (var i=0; (a = getElementsByClassName("intro_title","a",document.getElementById("whatidomod"))[i]); i++) {
			a.onclick = function(){
				document.getElementById("intro_example").innerHTML = "<div class=\"loading\">Loading</div>";
				loadXMLDoc(this.getAttribute("href"));
				clearoutclasses("homepage_whatido", "a");
				this.className = "intro_title selected";
				this.blur();
				return false;
			}
		}
	}*/

	/*if( document.getElementById("foreign") ){
		foreach( gallery a ){
			load content; //gallery call
			unset "selected" class;
			this.class = "selected";
			return false;
		}
	}*/

//}





if( typeof jQuery != 'undefined' ){
	$(document).ready(function(){
		$('#explorer').mouseover(
			function(){
				//$(this).css("bottom","0");
				$(this).stop();
				$(this).animate({top: "0", opacity: .85}, 100 );
			}
		);
		$('#explorer').mouseout(
			function(){
				//$(this).css("bottom","-150px");
				$(this).stop();
				$(this).animate({top: "-31px", opacity: .65}, 100 );
			}
		);
	});
}





