function getqueryparam(){
	valName = "mySkip" + "=";
	var myURL = document.URL;
	var myParam = myURL.split("?");
	
	return myParam[1];

}

