/*---------------------------------------------------------------- 
  Copyright: Copyright (C) 2009 danielfajardo web
  License: GPL Software 
  Original Author: danielfajardo - http: //wwww.danielfajardo.com
  Adapted by Nate Stewart - http://www.in-vmedia.com - nate@in-vmedia.com
---------------------------------------------------------------- */
include( $template_directori_uri+'/includes/lib/scrollTo.js' ); jQuery(document).ready(function(){ jQuery("ul.links li a").append(" <img src='wp-content/themes/celiacspeaks/images/icons/external.png' border ='0' />"); jQuery("a.external").append(" <img src='wp-content/themes/celiacspeaks/images/icons/external.png' border ='0' />"); jQuery("span#gototop a").click( function() { jQuery.scrollTo(jQuery("body"), 1000); return false;	});});