<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE E-MAIL OPTIONS YOU CAN TURN ON AND OFF


var email_1 		= "yes"     // SHOW 1ST E-MAIL
var email_2 		= "no"     // SHOW 2ND E-MAIL
var email_3 		= "no"     // SHOW 3RD E-MAIL
var email_4 		= "no"     // SHOW 4TH E-MAIL
var email_5 		= "no"     // SHOW 5TH E-MAIL




// E-MAIL LINK 1

   if (email_1 == "yes") {
document.write('<span class="title4">');

document.write('For more information regarding our Oaf stuff:<br>');

document.write(' <A HREF="mailto:wuvableoaf@gmail.com" class="link">wuvableoaf@gmail.com</a><br><br><br>');

document.write('</span>');
}





// E-MAIL LINK 2

   if (email_2 == "yes") {
document.write('<span class="title4">');

document.write('For more information about Oaf:<br>');

document.write(' <A HREF="mailto:wuvableoaf@hotmail.com" class="link">Wuvable Oaf</a><br><br><br>');

document.write('</span>');
}





// E-MAIL LINK 3

   if (email_3 == "yes") {
document.write('<span class="title4">');

document.write('For information about Lil Papa:<br>');

document.write(' <A HREF="http://www.myspace.com/wranglerpapa" target="_blank" class="link">Lil Papa on myspace.com</a><br><br><br>');

document.write('</span>');
}





// E-MAIL LINK 4

   if (email_4 == "yes") {
document.write('<span class="title4">');

document.write('For information about Smusherrrr:<br>');

document.write(' <A HREF="http://www.myspace.com/smusherrrr" target="_blank" class="link">Smusherrrr on myspace.com</a><br><br><br>');

document.write('</span>');
}





// E-MAIL LINK 5

   if (email_5 == "yes") {
document.write('<span class="title4">');

document.write('For information about Bufu:<br>');

document.write(' <A HREF="http://www.myspace.com/kingbufu" target="_blank" class="link">Bufu on myspace.com</a><br><br><br>');

document.write('</span>');
}








//  End -->