var $ = jQuery.noConflict();

function gotoTestPage() {
	var testIndexBox = $('#testIndexBox');
	var v = testIndexBox.val();
	if (v != '') window.location = v;
}
