// Load background music
if(document.images) {
document.write('<center><span class="greenmusic">Theme Song</span>&nbsp;&nbsp;');
document.write('<embed src="sounds/gilligan.mov" autostart="false" controller="true"');
document.write(' loop="false" height="14" width="120" pluginspage=');
document.write('"http://www.apple.com/quicktime/download/"></embed></center><br />');
} else {
document.write('<center><span class="greenmusic">Theme Song</span>&nbsp;&nbsp;');
document.write('<span class"=yellowmusic">No Support</span>');
}
