onclick goto a URL...how?

onclick goto a URL...how?

Hey guys

How do I complete this so that when a user clicks on on the div rollOver, it loads in a new html page into the current browser window.

$('rollOver').click(function(){

// load URL index.php

});


Thanks so much in advance
Vic