if(!rarebrick) var rarebrick = new Object();

rarebrick.emailSignup = function() {
	rarebrick.popup(rarebrick.URL_CC,'emailsignup','menubar=yes,resizable=yes,width=375,height=420');
}

rarebrick.popup = function(theURL,winName,features) {
  window.open(theURL,winName,features);
}