var nav = new Nav();


function Nav(){

}

Nav.prototype.init = function(){
	$("#nav").draggable();
}
