function getEzine(issue) {
	var t=(screen.height/2)-(t/2);
	var l=(screen.width/2)-(l/2);
	var p = "height=" + 768 + ", width=" + 1024 + ", top=" + t + ", left=" + l + ", toolbar=yes, scrollbars=yes, resizable=yes, status=no, copyhistory=no, location=no, menubar=no";
	var urlString = ""
	if (issue != null) {
		urlString = "http://" + q + ".wehelpschools.com/archive/" + issue + "/ezine.aspx?q=" + q;
	} else {
		urlString = "http://" + q + ".wehelpschools.com/ezine.aspx?q=" + q;
	}
	var ezine=window.open(urlString,"ezine", p);
}

function getWebsite() {
	window.open(website);
}

function gotoLaunch() {
	var urlString = "http://" + q + ".wehelpschools.com";
	location.href = urlString;
}

function gotoPrint() {
	var urlString = "http://www.wehelpschools.com/ezine/app/viewAllArticles.aspx?eid=" + eid;
	location.href = urlString;
}

function gotoHelp() {
	var urlString = "http://www.wehelpschools.com/ezine/pages/help.html?q=" + q;
	location.href = urlString;
}

function gotoPolicy() {
	var urlString = "http://www.wehelpschools.com/ezine/pages/privacypolicy.html?q=" + q;
	location.href = urlString;
}

function getPolicy() {
	var urlString = "http://www.wehelpschools.com/ezine/pages/privacypolicy.html?q=" + q;
	window.open(urlString);
}

