<!-- Begin 
var how_many_vulcans = 8; 
var now = new Date() 
var sec = now.getSeconds() 
var vulcan = sec % how_many_vulcans; 
vulcan +=1; 
if (vulcan==1) {
document.write('<img border="0" src="http://forums.magiccitymustangs.com/style_images/mcm/header/Vulcan65.jpg" width="94" height="80">')
}
if (vulcan==2) {
document.write('<img border="0" src="http://forums.magiccitymustangs.com/style_images/mcm/header/Vulcan67.jpg" width="94" height="80">')
}
if (vulcan==3) {
document.write('<img border="0" src="http://forums.magiccitymustangs.com/style_images/mcm/header/Vulcan70.jpg" width="94" height="80">')
}
if (vulcan==4) {
document.write('<img border="0" src="http://forums.magiccitymustangs.com/style_images/mcm/header/Vulcan71.jpg" width="94" height="80">')
}
if (vulcan==5) {
document.write('<img border="0" src="http://forums.magiccitymustangs.com/style_images/mcm/header/Vulcan93.jpg" width="94" height="80">')
}
if (vulcan==6) {
document.write('<img border="0" src="http://forums.magiccitymustangs.com/style_images/mcm/header/Vulcan98.jpg" width="94" height="80">')
}
if (vulcan==7) {
document.write('<img border="0" src="http://forums.magiccitymustangs.com/style_images/mcm/header/Vulcan01.jpg" width="94" height="80">')
}
if (vulcan==8) {
document.write('<img border="0" src="http://forums.magiccitymustangs.com/style_images/mcm/header/Vulcan05.jpg" width="94" height="80">')
}
//  End -->