/*
var loc = String(document.location);
if(loc.indexOf("?")<0){
	document.location.href = loc+"?month=201101";
}
*/
