window.addEvent("domready", function(){
	//var links = $$("a");
	new SmoothScroll();
	new Lightbox();

	$$(".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");
	});
	
//	var imgArray = [
//		"<img src='/_images/straps/cut-the-cost.gif' alt='Our approach is proven to cut the cost of recruitment by up to 50%' />",
//		"<img src='/_images/straps/vacancy-guarantee.gif' alt='We guarantee to fill any vacancy' />",
//		"<img src='/_images/straps/store-managers.gif' alt='We can place Store Managers within your business from £1000' />"
//	];
//	
//	$E(".strapline").setHTML(imgArray.getRandom());


	
	





















});

window.addEvent("load", function(){



});