I like this plug-in however for some reason it uses the full path including my domain name when adding itself to the head of the page.
It puts
<script type="text/javascript" src="http://www.luminousjourneys.net/wp-content/plugins/caccordin/js/caccordion.js"></script><script language="javascript" type="text/javascript">
into my head when is should be
<script type="text/javascript" src="/wp-content/plugins/caccordin/js/caccordion.js"></script><script language="javascript" type="text/javascript">
What is the best way to change this without breaking anything.