	//requires jquery
	if(typeof(jQuery)=='undefined'){
		document.write('<'+'scri'+'pt type="text/javascript" src="http://xdesigngroup.com/wp-content/themes/synthetik/tell_a_friend/sendfiles/gb/jquery-latest.js"><'+'/sc'+'ript>');
	}
	document.write('<'+'scri'+'pt type="text/javascript" src="http://xdesigngroup.com/wp-content/themes/synthetik/tell_a_friend/sendfiles/gb/greybox.js"><'+'/sc'+'ript>');
	document.write('<'+'link'+' rel="stylesheet" href="http://xdesigngroup.com/wp-content/themes/synthetik/tell_a_friend/sendfiles/gb/greybox.css" type="text/css" />');
	var GB_ANIMATION = true;
      $(document).ready(function(){
        $("a.sendtofriend").click(function(){
          var t = this.title || this.innerHTML || this.href;
          GB_show(t,this.href+(this.href.match('url=') ? '&' : '?url='+window.location.href+'&')+'lb',800,520,'http://xdesigngroup.com/wp-content/themes/synthetik/tell_a_friend/sendfiles/gb/');
          return false;
        });
      });
	