how would i manipulate this php code to get the div to only show on my homepage
function my_div() {
?>
<div id="left" style="left: 10px; top: 10px; width: 984px; height: 100px; background: black;">
</div>
<?php
}
add_action('thesis_hook_after_header' , 'my_div');
any help is greatly appreciated