var loc = window.location.href;
pos = loc.indexOf('libdemsinhessle');
if (pos > -1) {
var keywords = loc.substring (pos + 1, loc.length);
newloc = '/hessle.shtml';
setTimeout ('window.location = newloc', 0);
}

