<head> is located in /skin1/customer/home.tpl
If the js is only needed on the home page, use this if to limit it to "/"
Code:
{if $main eq "catalog" and $current_category.category eq ""}
{literal}
<script language="JavaScript" src="javascript.js" type="text/javascript"></script>{/literal}
{/if}
ok?