function writeFeature1(){
var w = 5;
var z=Math.floor(Math.random() * w);

// name/image/link/text
var name0 = 'Balkan Beat Box';
var image0 = 'balkan_hp.jpg';
var link0 = 'music.html#2';
var text0 = 'Israel\'s ultimate party band, Balkan Beat Box weaves the exotic sounds of the Middle East with urban electronic grooves and hip-hop beats at their infectious circus-like concerts.';

var name1 = 'Gallim Dance - from New York';
var image1 = 'gallim230.jpg';
var link1 = 'dance.html#2';
var text1 = 'With special guest Sidra Bell from Dance New York | "..The entire ensemble ... was of the highest calibre and every one of them brought immediacy to his or her performance…visceral and alive." <i>Dance Europe</i>';

var name2 = 'Underneath the Lintel';
var image2 = 'lintel230.jpg';
var link2 = 'theatre.html#2';
var text2 = 'The return of an overdue library book - 113 years late - piques the nascent detective skills of an uptight Dutch librarian who embarks on a globe trotting pursuit of the anonymous borrower. A play by Glen Berger.';

var name3 = 'Idan Raichel – Opening Night';
var image3 = 'idan230.jpg';
var link3 = 'music.html#1';
var text3 = 'Known around the world, the Idan Raichel Project has headlined at New York\'s prestigious Central Park Summer Stage, the Kodak Theatre in Los Angeles, the Sydney Opera House, and has performed around the world to sold out shows.';

var name4 = 'Odysseus Chaoticus';
var image4 = 'odyseus230.jpg';
var link4 = 'theatre.html#3';
var text4 = 'A fantastic cabaret show based on the travels of Odysseus, King of Ithaca, brings together physical theater, clowning, acting, dance and live music.';

document.write('<div class="col230"><hr noshade="noshade" /><a href="/'+eval("link"+z)+'"><img src="/img/'+eval("image"+z)+'" alt="'+eval("name"+z)+'" class="feat_img" width="230" height="230" /></a><br /><h2 class="hp">'+eval("name"+z)+'</h2>'+eval("text"+z)+' | <a href="/'+eval("link"+z)+'">More info &raquo;</a><br /></div>');
}

function writeFeature2(){
var w = 3;
var z=Math.floor(Math.random() * w);

// name/image/link/text
var name0 = 'Aszure Barton &amp; Artists';
var image0 = 'aszure230.jpg';
var link0 = 'dance.html#1';
var text0 = 'Barton returns to Vancouver with her full company of 9 dancers in a full evening repertoire show. "...breathtaking, explosive and exhilarating" <i>Santa Barbara News Press</i>';

var name1 = 'Donald and Lenore';
var image1 = 'donald230.jpg';
var link1 = 'theatre.html#1';
var text1 = 'A wild and seductive play about survival set in an underground Tahitian Lounge. World premier of this new work by internationally renowned Vancouver based playwright Tom Cone.';

var name2 = 'ARC – Music in Exile';
var image2 = 'exile230.jpg';
var link2 = 'music.html#3';
var text2 = 'Artists of The Royal Conservatory (ARC) explore the extraordinary music of Jewish composers forced to flee the Third Reich after the Nazis cracked down on their music.';


document.write('<div class="col230"><hr noshade="noshade" /><a href="/'+eval("link"+z)+'"><img src="/img/'+eval("image"+z)+'" alt="'+eval("name"+z)+'" class="feat_img" width="230" height="230" /></a><br /><h2 class="hp">'+eval("name"+z)+'</h2>'+eval("text"+z)+' | <a href="/'+eval("link"+z)+'">More info &raquo;</a><br /></div>');
}

function writeFeature3(){
var w = 2;
var z=Math.floor(Math.random() * w);

// name/image/link/text
var name0 = 'Sagapool';
var image0 = 'sagapool230.jpg';
var link0 = 'music.html#4';
var text0 = 'Lets its music travel without borders and preserves the free spirit and exuberance of its first loves – gypsy music, gypsy swing and klezmer, while adding ska, latin and folk rhythms.';

/*var name1 = 'Move: the Company';
var image1 = 'move230.jpg';
var link1 = 'dance.html#3';
var text1 = 'This current, popular and emerging young company founded by the talented young dancer Josh Beamish performs established BC works unseen for over 10 years.';*/

var name1 = 'Les Yeux Noirs';
var image1 = 'les230.jpg';
var link1 = 'music.html#5';
var text1 = 'Equal parts gypsy and klezmer (with plenty of jazzy flourishes to boot), the band draws on music from right across the region, from Hungary down to Armenia.';

document.write('<div class="col230"><hr noshade="noshade" /><a href="/'+eval("link"+z)+'"><img src="/img/'+eval("image"+z)+'" alt="'+eval("name"+z)+'" class="feat_img" width="230" height="230" /></a><br /><h2 class="hp">'+eval("name"+z)+'</h2>'+eval("text"+z)+' | <a href="/'+eval("link"+z)+'">More info &raquo;</a><br /></div>');
}