<!--
var dftmsg = "Welcome to The Yellowstone Valley Mustang and Special Interest Ford Club"
window.status = dftmsg

var WinHold = null

function newWindow(value){
    if (WinHold && !WinHold.closed){
            WinHold.location.replace(value);
    } else{
            WinHold = window.open(value, 'WinHold', "width=500, height=600, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, statusbar=no");
    } 
    WinHold.focus();
}

function mailthis () {
    var arg = "yvmsifclub";
    arg = arg + "@";
    arg = arg + "hotmail.com";
    window.location = "mailto:"+ arg + "?subject=Inquiry for the Yellowstone Valley Mustang Club.";
  }   

function mailholiday () {
    var arg = "thance";
    arg = arg + "@";
    arg = arg + "higrandmt.com";
    window.location = "mailto:"+ arg + "?subject=Booking inquiry for the 2009 International Mustang Meet.";
  }   

function mailchamber () {
    var arg = "info";
    arg = arg + "@";
    arg = arg + "billingschamber.com";
    window.location = "mailto:"+ arg + "?subject=Questions about visiting Billings, Montana.";
  }   

function runvideo () {
    var browser=navigator.appName;
    var govideo = "http://www.youtube.com/swf/l.swf?iurl=http%3A%2F%2Fi2." + "ytimg.com%2Fvi%2F9iBhXxdts_Q%2Fhqdefault.jpg&fs=1&rel=1&video_id=9iBhXxdts_Q&swf=http%3A%2F%2Fs.ytimg.com%2Fyt%2Fswf%2Fcps-vfl102521.swf";

    if (browser=="Microsoft Internet Explorer"){
    window.location.href = govideo;
    }
    else { 
     window.location.href="http://www.youtube.com/v/9iBhXxdts_Q&hl=en&fs=1&";
    }
}      
   
//-->
