// JavaScript Document
function holdingPageInit(){
	//make the logo draggable for shits and giggles
	new Draggable("Logo", {revert:true});
};//end function holdingPageInit

window.onload = function (){holdingPageInit();};
