Follow these three steps:
1. Click to tool icon

in your browser menu.
2. Select
Options from the menu.
3. Under the basic tab go to the home page
section: select
Open this page and type
"www.draggo.com" in the text box.
';
echo '';
if ($browserType == 'Mozilla Firefox'){
echo $mozilla . $close_msg;
}
elseif ($browserType == 'Internet Explorer 7' || $browserType == 'Internet Explorer 8') {
echo $ie . $close_msg;
}elseif ($browserType == 'Chrome') {
echo $chrome . $close_msg;
}
echo '
'; ?>