// JavaScript Document

// Keep minimum of 3 news stories at all times
// Update news with all news stories for the current month
// Deborah will notify us of any news stories that are to remain past the month
// Be sure to trim text so that it does not overflow the container


// Scroller Message Array
var pausecontent=new Array()
//pausecontent[0]='<span class="title">MidState is Growing!</span><br /><a href="news.aspx?q1=news24">MidState Emergency Department expansion has been completed ... </a>'
//pausecontent[1]='<span class="title">"Most Wired" Hospital</span><br /><a href="news.aspx?q1=news18">MidState named one of the nations "Most Wired" hospitals ...  </a>'
//pausecontent[2]='<span class="title">MediQuick Extends Hours</span><br /><a href="news.aspx?q1=news15">Beginning July 5, MediQuick will expand hours, to ...</a>'
pausecontent[0]='<span class="date">Jan. 3:</span><span class="title">MidState\'s First Baby of 2012 </span><br /><a href="news.aspx?q1=news95">was born at 5:06am and weighed in at 8lbs, 4oz...</a>';
pausecontent[1]='<span class="date">Feb. 1:</span><span class="title">Preventing Prediabetes</span><br /><a href="doctor_is_in.aspx?q1=news27">Dr. Benish Hussain explains how when blood glucose levels are higher...</a>';
