new function() {
	if (typeof wips == "undefined") alert("You must include core.js");
	var scripts = ["joinNewsletter", "tipAFriend"];
	for (i in scripts) {
		wips.loadScript(wips.path + scripts[i] + ".js");
	}
}

