// JavaScript Document

varHowLong = "30000";
		
function redirectMe(uri) {
	self.setTimeout("self.location.href = " + uri,varHowLong);
}