var r_text = new Array ();
r_text[0] = "\"Everyone has come here \'cuz it's renowned for a party place and then the scenery is beautiful and everyone is on a natural high to begin with and everyone\'s away from home and that gives you a reason to party a little bit harder \'cuz you know it\'s not going to last forever. \"<em>(Dillon)</em>";
r_text[1] = "\"A successful guy in Whistler is probably either a barman, barman\'s a really cool job, working events and stuff like that… or, I guess, a drug dealer.\"  <em>(Dillon)</em>";
r_text[2] = "\"You see guys, like, yeah, jocks up here and stuff and we're always like \'what the hell are you doing here? You shouldn\'t, you don't deserve to be in Whistler. You don\'t ride or anything.\' You know, guys who score all the hot chicks and, just, like, the meat-heads that come up from the city just to get drunk and get laid and stuff\"  <em>(Johnny)</em>";
r_text[3] = "\"There\'s so much drinking and smoking [weed] going on that chances are if you're having sex, you're intoxicated. Chances are if you're going to bed, you're intoxicated.\"  <em>(Dave).</em>";
r_text[4] = "\"I never really drank more than like once a month or something and I've been drinking almost every day here\"  <em>(Darren)</em>";
r_text[5] = "\"I prefer drugs [ecstasy to alcohol] because you're just a nicer person and you're more coordinated\"  <em>(Dillon)</em>";
r_text[6] = "\"I\'m always high and drunk. That's like standard.\"  <em>(Vince)</em>";
r_text[7] = "\"I\'m a semi-semi- retired excessive user.\"  <em>(Marty)</em>";
r_text[8] = "\"I don't classify myself as the big Whistler partier. I think all my kind of drug use has been in the gay community.\"  <em>(Patrick)</em>";
r_text[9] = "\"I think everything in moderation.\"   <em>(Jake)</em>";
r_text[10] = "\"If they are there, I'll probably take them \[drugs\]\"  <em>(Eric)</em>";
r_text[11] = "\"I'm a part of every drug group, cuz I sip here and sip there. I'm partial to hallucinogenics… but weed is pretty much the group I'd subscribe to, if I had to choose one\"  <em>(Justin)</em>";

var i = Math.floor(12*Math.random());


document.write(r_text[i] + " -- *<span class=\"note\"> all names are pseudonyms</span>");
