var addthis_pub = "";



window.addEvent("domready", function(){
	
	new SmoothScroll({"links": $$(".scroll")});
	new AlphaPng();
	

	$$(".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");
	});
	
	

	$$(".ticker").each(function(el){ new Ticker(el, {"interval": 5000}) });

/*	if($("homepagebanners")){
		var slideshow = new MooSlideshow("homepagebanners", "#homepagebanners li", {
			"wait": 6000,
			"fxDuration": 1000
		});
	}
*/

	

});
