function jumpbroch(url) {
// to make this work on your server, simply add the name of the folder
// in which you find the html files for this site. for instance, if you 
// keep everything in christafleming.com/design/ you'll need to add /design
// to the beginning of every link here. be sure to keep the / at the
// beginning of every address.
//
// to add to the list of random files, copy one of the lines and paste it at
// the end of the list, marking the (a==#) up one, then change the number in
// the line ending in random()*#); to the total number of random links

window.location=url;
}
function brochure() {
var a;
a = 1+Math.round(Math.random()*6); 
if (a==1) jumpbroch("/marketing/sea_acad-book.html");
if (a==2) jumpbroch("/marketing/act-brochure.html");
if (a==3) jumpbroch("/marketing/scds-book.html");
if (a==4) jumpbroch("/marketing/evergreen-brochure.html");
if (a==5) jumpbroch("/marketing/ant-promo.html");
if (a==6) jumpbroch("/marketing/navos-brochure.html");
}

function jumplogo(url) {
window.location=url;
}
function logo() {
var a;
a = 1+Math.round(Math.random()*14); 
if (a==1) jumplogo("/identity/urban_dingo-logo.html");
if (a==2) jumplogo("/identity/garden-school-logo.html");
if (a==3) jumplogo("/identity/tool_shack-logo.html");
if (a==4) jumplogo("/identity/expevergreen-logo.html");
if (a==5) jumplogo("/identity/incapa-logo.html");
if (a==6) jumplogo("/identity/woodland_park-logo.html");
if (a==7) jumplogo("/identity/forest_ridge-logo.html");
if (a==8) jumplogo("/identity/baker_waring-logo.html");
if (a==9) jumplogo("/identity/ffi-logo.html");
if (a==10) jumplogo("/identity/kpr-logo.html");
if (a==11) jumplogo("/identity/colors-logo.html");
if (a==12) jumplogo("/identity/liberated-foods-logo.html");
if (a==13) jumplogo("/identity/nurses-logo.html");
if (a==14) jumplogo("/identity/btb-logo.html");
}

function jumpannual(url) {
window.location=url;
}
function annual() {
var a;
a = 1+Math.round(Math.random()*3); 
if (a==1) jumpannual("/marketing/forest_ridge.html");
if (a==2) jumpannual("/marketing/scds.html");
if (a==3) jumpannual("/marketing/bertschi.html");
}

function jumpmag(url) {
window.location=url;
}
function magazine() {
var a;
a = 1+Math.round(Math.random()*2); 
if (a==1) jumpmag("/marketing/scds-mag.html");
if (a==2) jumpmag("/marketing/fr-magazine.html");
}

function jumpstat(url) {
window.location=url;
}
function stationary() {
var a;
a = 1+Math.round(Math.random()*3); 
if (a==1) jumpstat("/identity/incapa-stat.html");
if (a==2) jumpstat("/identity/forest_ridge-stat.html");
if (a==3) jumpstat("/identity/kpr-stat.html");
}

function jumpweb(url) {
window.location=url;
}
function website() {
var a;
a = 1+Math.round(Math.random()*7); 
if (a==1) jumpweb("/electronic/ffi.html");
if (a==2) jumpweb("/electronic/rebeccas.html");
if (a==3) jumpweb("/electronic/kaas.html");
if (a==4) jumpweb("/electronic/hrs_web.html");
if (a==5) jumpweb("/electronic/kcf.html");
if (a==6) jumpweb("/electronic/navos_web.html");
if (a==7) jumpweb("/electronic/osb.html");
}

function jumppack(url) {
window.location=url;
}
function packages() {
var a;
a = 1+Math.round(Math.random()*1); 
if (a==1) jumppack("/marketing/breast_exam-pack.html");
}

function jumpposter(url) {
window.location=url;
}
function poster() {
var a;
a = 1+Math.round(Math.random()*3); 
if (a==1) jumpposter("/marketing/act-poster.html");
if (a==2) jumpposter("/marketing/bookit-poster.html");
if (a==3) jumpposter("/marketing/bookit2-poster.html");
}

function jumpfolder(url) {
window.location=url;
}
function folder() {
var a;
a = 1+Math.round(Math.random()*3); 
if (a==1) jumpfolder("/marketing/ant-folder.html");
if (a==2) jumpfolder("/marketing/ink_com-folder.html");
if (a==3) jumpfolder("/marketing/evergreen-folder.html");
}

