/*
+----------------------------------------------------------------+
|																							|
|	GaMerZ Shopping Cart															|
|	Copyright (c) 2006 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://www.lesterchan.net													|
|																							|
|	File Information:																	|
|	- JavaScript File																	|
|	- scripts/javascript.js															|
|																							|
+----------------------------------------------------------------+
*/


function display_email(text) {
	a = 'con';
	b = 'tac';
	c = 't@fi';
	d = 'rstfo';
	e = 'od.c';
	f = 'om';
	g = '.s';
	h = 'g';
	display = '';
	if(text == 1) {
		display = 'Contact Us';
	} else {
		display =  a + b + c + d + e + f + g + h;
	}
	document.write('<a href="mailto:' + a + b + c + d + e + f + g + h + '">' + display + '</a>');	
}
$(document).ready(function() {});