// tagliner.js

var taglinenumber = 5 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (taglinenumber-1) * randomnumber) + 1 ;

text = new Array
text[1] = "More Michigan than anywhere."
text[2] = "Look down. Look up. Look around. And click those links above too."
text[3] = "Explore the Great Lakes State."
text[4] = "Green, Local, Creative."
text[5] = "Embrace your State!"
var text = text[rand1]


document.write('<div class="tag"><em>' + text + '</em></div>')





//-->

