/**************************************** functions.js -- JAVASCRIPT LIBRARY **************************************
 *                                                                                                                *
 * This file contains all of the frequently-used javascript functions for the support website. This is mainly to  *
 * ease the code on the eye and make it easier to modify and/or understand.                                       *
 *                                                                                                                *
 ******************************************************************************************************************/

function antispam(recipient,subject) {
	window.location='mailto:'+recipient+'@netuitive.com'+'?subject='+subject;
}
