function eexcelfoodformHandler(eexcelfoodform){var URL = document.eexcelfoodform.eexcelfoodsite.options[document.eexcelfoodform.eexcelfoodsite.selectedIndex].value;window.location.href = URL;}

function eexcelmakeupformHandler(webform){var URL = document.eexcelmakeupform.eexcelmakeupsite.options[document.eexcelmakeupform.eexcelmakeupsite.selectedIndex].value;window.location.href = URL;}

function eexcelknowledgeformHandler(webform){var URL = document.eexcelknowledgeform.eexcelknowledgesite.options[document.eexcelknowledgeform.eexcelknowledgesite.selectedIndex].value;window.location.href = URL;}

function offerformHandler(offerform){var URL = document.offerform.offersite.options[document.offerform.offersite.selectedIndex].value;window.location.href = URL;}

function puzzleformHandler(puzzleform){var URL = document.puzzleform.puzzlesite.options[document.puzzleform.puzzlesite.selectedIndex].value;window.location.href = URL;}

//<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

//var message="";
///////////////////////////////////
//function clickIE() {if (document.all) {(message);return false;}}
//function clickNS(e) {if 
//(document.layers||(document.getElementById&&!document.all)) {
//if (e.which==2||e.which==3) {(message);return false;}}}
//if (document.layers) 
//{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
//else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

//document.oncontextmenu=new Function("return false")
// --> 
