> if your script is a jquery plugin, just wp_enqueue_script('myscript', > 'url of your script', array('jquery')) and rest assured everything > will always work. and is wp_register_script basically depreciated in favor of wp_enqueue_script? -e