/**
 * Alliance Software Content Management System
 *
 * @copyright Copyright &copy; 2007, Alliance Software
 * No unauthorised use without the express written permission
 * of Alliance Software
 *
 * @package JCAP
 *
 */

//////////////////////////////////////////////////////////////////////////////

var which;

function ad(which) {
	var  start = 'jcap';
	var  end = '.com.au';
	var  add = which + '@' + start + end;
	document.write('<a href="mailto:' + add + '">' + add + '</a>');
	return true;
}

function add(which, whereto, wending) {
	var  start = 'jcap';
	var  end = '.com.au';
	var  addit = which + '@' + start + end + wending;
	document.write('<a href="mailto:' + addit + '">' + whereto + '</a>');
	return true;
}

//////////////////////////////////////////////////////////////////////////////
// JavaScript Document
