// JavaScript Document

/*
// --------------------------------------------------------------------------
// jQuery.custom.js by orangepointsolutions Ltd., www.orangepointsolutions.de
// --------------------------------------------------------------------------
*/

$(document).ready(function() {

	//$(window)._scrollable();
	$("#back2top a").click( function() { $.scrollTo( 0, 1000 ); });

});

// --- end of jQuery.custom.js ---

