var rnumb = "";
var p = "";

rnumb += Math.floor(Math.random()*12);
p = rnumb;

if (p == "0") {
document.write("<p>&quot;Get involved. There are so many opportunities to be a part of this community and it's a great way to make new friends!&quot;</p><p><strong>&mdash; Bret</strong></p>");
}

if (p == "1") {
document.write("<p>&quot;Ask questions! Get to know your professors, they are your greatest assets at Washington State University Vancouver. Never assume that you are the only one with a question or that your question is insignificant.&quot;</p><p><strong>&mdash; Elena</strong></p>");
}

if (p == "2") {
document.write("<p>&quot;Take a deep breath and let the nerves calm, then take each day one day at a time making sure your schedule includes plenty of time for your studies.&quot;</p><p><strong>&mdash; Wes</strong></p>");
}

if (p == "3") {
document.write("<p>&quot;Don't be afraid to step out of your comfort zone and join a club or two. You'll be amazed at the incredible people you meet and friends you make.&quot;</p><p><strong>&mdash; Shelly</strong></p>");
}

if (p == "4") {
document.write("<p>&quot;Take advantage of the small class sizes here at WSU-V. Really get to know your peers, as well as your teachers.&quot;</p><p><strong>&mdash; Dave</strong></p>");
}

if (p == "5") {
document.write("<p>&quot;Get to know your professors within the first couple weeks of school. Ask tons of questions!&quot;</p><p><strong>&mdash; Sierra</strong></p>");
}

if (p == "6") {
document.write("<p>&quot;You only get out of it what you put into it. Work hard and it will reward you in the end.&quot;</p><p><strong>&mdash; Kerry</strong></p>");
}

if (p == "7") {
document.write("<p>&quot;Relax! Everyone around you wants to see you succeed. If you need help, ask!&quot;</p><p><strong>&mdash; Liska</strong></p>");
}

if (p == "8") {
document.write("<p>&quot;No matter how daunting college might seem, it really is doable once you start it. Just relax and never quit.&quot;</p><p><strong>&mdash; Sahil</strong></p>");
}

if (p == "9") {
document.write("<p>&quot;Find your ideal place to study. Make sure it's a place with little distraction, whether it's your room, or a corner in the library.&quot;</p><p><strong>&mdash; Shirlon</strong></p>");
}

if (p == "10") {
document.write("<p>&quot;Find a solid, motivated group to work with - not only can you maximize your productivity, but it is always more enjoyable to share your frustrations from homework and projects with others.&quot;</p><p><strong>&mdash; Mason</strong></p>");
}

if (p == "11") {
document.write("<p>&quot;Get involved in all the events that are available because you will meet great people and utilize all the resources at WSUV like the writing center, math lab, and career center.&quot;</p><p><strong>&mdash; Yumi</strong></p>");
}