Me parece que la propiedad que tenés que modificar es href:
Código:
<script type="text/javascript">
function llamada(){
window.location.href = 'default.html';
}
</script>
Igualmente, qué estás intentando hacer? quizás puede hacerse sin javascript.
Suerte
Fede