// JavaScript Document

function loadPage(url){
	
	url = url.replace("?", "&");
	
	var template_url = "/template_2.asp?t="+url;
	window.open(template_url, "_self");	
}