function next(page) {
	var req = mint.Request();
	req.AddParam("page",page);
	req.Send("section1.php","section1_bg")
}
