/**
 * @author basti
 */
window.onload = function() {
	hashref = window.location.hash;
	nref = hashref.substring(1);
	if (hashref.length > 1) {
		//do not forget to add widgets (e.g. Plugoo by 'contact')
		if (nref == "contact") 
			innerload(jsURL+nref+"/?cdata","plugoo");
		else 
			innerload(jsURL+nref+"/?cdata");
	}
}
