jmp = new Array();
img = new Array();
jmp[0] = "http://www.native-soul.net/gallery/victor2009/";
jmp[1] = "http://www.native-soul.net/information/session/";
img[0] = "http://www.native-soul.net/images/feature_victor_jt09_off.jpg";
img[1] = "http://www.native-soul.net/images/feature_session_off.jpg";
n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"'>");
document.write("<img src='"+img[n]+"' border='0'>");
document.write("</a>");