
snapIn(10,0);

function snapIn(jumpSpaces,position) { var msg = "Welcome to the Hoosier State Chevelle Association's club website!"; var out = ""; for (var i=0; i<position; i++) { out += msg.charAt(i) } for (i=1;i<jumpSpaces;i++) { out += " " } out += msg.charAt(position); window.status = out; if (jumpSpaces <= 1) { position++; if (msg.charAt(position) == ' ') { position++ } jumpSpaces = 100-position } else if (jumpSpaces >  3) { jumpSpaces *= .09 } else { jumpSpaces-- } if (position != msg.length) { var cmd = "snapIn(" + jumpSpaces + "," + position + ")"; window.setTimeout(cmd,10); } return true }


function click() {
  if (event.button==2) {
     alert('Pictures (not graphics) are the property of the owner and HSCA.  Please contact the owner to get these pictures.')
  }
}
document.onmousedown=click;


function openNewsletter(selectedValue, source)
{
var msg = "Sorry, this doesn't work with your browser.  Please try IE 6+ or click the links below";
  if ("'http://www.indianachevelles.com/index.html'" ==    "'" + source + "'")
  {
	msg = "Sorry, this doesn't work with your browser.  Please try IE 6+ or click a newsletter link on the Newsletters page.";
  }

  if( "'undefined'" ==    "'" + selectedValue + "'" )
  {
     alert(msg);
  }
  else
  {
      window.location= selectedValue;
  }
}

function openNewsletterFromHomePage(selectedValue)
{
  if( "'undefined'" ==    "'" + selectedValue + "'" )
  {
     alert("Sorry, this doesn't work with your browser.  Please try IE 6+ or click the links on the Newsletter page");
  }
  else
  {
      window.location= selectedValue;
  }
}

var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "ChevelleGraphic1.jpg";
msg[2] = "ChevelleGraphic2.jpg";
msg[3] = "ChevelleGraphic3.jpg";
msg[4] = "ChevelleGraphic4.jpg";
msg[5] = "ChevelleGraphic5.jpg";
msg[6] = "ChevelleGraphic6.jpg";
msg[7] = "ChevelleGraphic7.jpg";
msg[8] = "ChevelleGraphic8.jpg";
msg[9] = "ChevelleGraphic9.jpg";
msg[10] = "ChevelleGraphic10.jpg";
msg[11] = "ChevelleGraphic11.jpg";
msg[12] = "ChevelleGraphic12.jpg";
msg[13] = "ChevelleGraphic13.jpg";
msg[14] = "ChevelleGraphic14.jpg";
msg[15] = "ChevelleGraphic15.jpg";
msg[16] = "ChevelleGraphic16.jpg";
msg[17] = "ChevelleGraphic17.jpg";
msg[18] = "ChevelleGraphic18.jpg";
msg[19] = "Rdy2RocLicPlate_small.gif";
msg[20] = "ChevelleGraphic4.jpg";
msg[21] = "ChevelleGraphic5.jpg";
msg[22] = "ChevelleGraphic6.jpg";
msg[23] = "ChevelleGraphic7.jpg";
msg[24] = "ChevelleGraphic8.jpg";
msg[25] = "ChevelleGraphic9.jpg";
msg[26] = "ChevelleGraphic10.jpg";
msg[27] = "ChevelleGraphic7.jpg";
msg[28] = "ChevelleGraphic12.jpg";
msg[29] = "ChevelleGraphic13.jpg";
msg[30] = "ChevelleGraphic14.jpg";
msg[31] = "ChevelleGraphic15.jpg";


if (document.all||document.getElementById)
{
	document.body.style.background="url('"+ msg[today] + "') white top left no-repeat"
}

