// JavaScript Document

function js_redirect(in_href) {
	window.location = in_href;
}