/*
  -------------------------------------------------------------------------
	JavaScript link creation code (no-juice.js)
	
	This code allows you to create a link using a span tag like this 
	      <span onclick="javascript:juice1()" class="no-juice">
	that does not pass page rank and is not robot readable as a link.
  -------------------------------------------------------------------------  
*/

function juice1() {
	location.href='http://www.getgrouptravel.com/site/associations/';
}






