Make Safari 4 Look Like Safari 3
defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO
defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO
defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NOThis will give you the old Safari 3 interface (including tabs below and the old loading bar) as well as the older Safari 3 behaviors for the tab bar like double-clicking dead space to create a new tab.
Fantastic tip. Ironically was just commenting on how I wish I could do this.