// in my template.php
$theme_path = path_to_theme();

// Add javascript and stylesheets here.
drupal_add_css($theme_path .'/css/mystyles.css', 'theme', 'all');
drupal_add_js($theme_path .'/myjavascript.js');
