window.addEvent("domready", function(){
	
	new SmoothScroll({"links": $$(".scroll")});
	//new AlphaPng();
	
	 //var togglers = $$(".pastTeams h2 a");
	 //var elements = $$(".pastTeams .accordian");
 /*
	 togglers.addEvent("click", function(e){ 
	  new Event(e).stop();
 	});
 
	 new Accordion(togglers, elements,{ "alwaysHide":true, "show":-1 });

	
	
	
*/	
	

	$$(".volatile").each(function(el){
		$(el).addEvent("focus", function(){
			if(this.getValue() == this.getProperty("title")) {
				this.value = "";
			}
		});
	});

	$$("a[rel*='external']").each(function(a){ 
		$(a).setProperty("target", "_blank");
	});
	

	
	
	










});
