
if (top.location.href.search(/webpreprint/i) != -1 && top.location.search == "") {
	top.location.href = top.location.href + "?id=190";
} else if (top.location.href.search(/communitynet/i) != -1 && top.location.search == "") {
	
	top.location.href = top.location.href + "?id=30";
}
