var loaded = true;
var str = location.search;
var pos = str.indexOf("?");
if (pos != -1) 
{
	var add = str.substring(pos+1, str.length);
	var page = "http://www.oopweb.com" + add;
}
else page = "Volume/C++ Coding Standard.htm";
