var str = window.location.href;
var temp = new Array();
temp = str.split("http\:\/\/www.me.cmu.edu\/faculty1\/sitti\/nano\/");
var newstr = "http\:\/\/nanolab.me.cmu.edu\/" + temp[1];
window.location = newstr;
