
function subscribe()
{
   thepop = window.open ("http://glebeca.ca/gca_php/subscribe.php","thepop","width=750,height=500,location=0,menubar=0,toolbar=0,status=0,scrollbars=0,resizable=0");
  	thepop.moveTo(50,50);
 }
 
function ask_ian()
{
   thepop = window.open ("http://glebeca.ca/gca_php/ask_ian.php","thepop","width=550,height=500,location=0,menubar=0,toolbar=0,status=0,scrollbars=0,resizable=0");
  	thepop.moveTo(50,50);
 }
 
 function create_mail(who, domain, suffix, label)
 {
	var mail;
    mail += '<a href="' + 'ma' + 'il' + 'to:' + who;
    mail += '&#64;' + domain + '.' + suffix;
    mail += '">' + label + '<' + '/a>';
    document.write(mail);
}
