<!--
// EMAIL PROTECTION
function protect(emailName,thisServer){
	if (thisServer == null){
		emailServer = 'giantseedcreative.com';
	} else {
		emailServer = thisServer;
	}
	document.write("<a href=" + "'mai" + "lto:" + emailName + "&#64;" + emailServer + "'>" + emailName + "&#64;" + emailServer +"</a>"); }
 //-->

<!--
//JQUERY SLIDER
$(document).ready(function(){
	    $('#slider').bxCarousel({
	        display_num: 1,
	        move: 1,
					speed: 900,
					margin: 0,
					auto: true,
					auto_interval: 6000,
					prev_image: 'images/new2010/left.png',
					next_image: 'images/new2010/right.png'
	    });
	});
 //-->