<!--

	
	// ****************************************** //
	// E_M_A_I_L Builder                                                //
	// ****************************************** //
	
	function buildE(recipient, domain, linktext){
		if (linktext == '') {
			document.write('<a href=\"' + 'mail' + 'to' + ':' + recipient + '@' + domain + '\" class=\"link\">' + recipient + '@' + domain + '</a>');
		} else {
			document.write('<a href=\"' + 'mail' + 'to' + ':' + recipient + '@' + domain + '\" class=\"link\">' + linktext + '</a>');
		}
	}
	
	
	// ****************************************** //
	// Random Images                                               //
	// ****************************************** //
	
    
    var ic = 5;                     // Number of alternative images
    var i = new Array(ic);          // Array to hold filenames
    
    // Set up the images. save space by including path in the 'writeln' statement 
    for (var loop = 0; loop <ic; loop++)
{
   i[loop] = loop;
}
    

	

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=420,height=620');");
}

	
	
//-->
