var fullpath=location.pathname;
if (fullpath.indexOf('_silence') > -1)
 {
newpath="index.htm"
} else {
newpath="index_silence.htm"
}

