﻿// JavaScript Document
function Recharger(url) {
	document.location=url;
}