var strIndex = "creative";

<!-- READ COOKIE -->
function readCookie(name) { var cookieValue = ""; var search = name + "="; if(document.cookie.length > 0)
{ offset = document.cookie.indexOf(search);
if (offset != -1) { offset += search.length; end = document.cookie.indexOf(";",offset); 
if (end == -1) end = document.cookie.length; cookieValue = unescape(document.cookie.substring(offset,end)) } } return cookieValue; } 
<!-- READ COOKIE -->

strIndex = ( readCookie("mood") );

function style(){
document.write("<link rel=stylesheet type=text/css href=css/");
document.write(strIndex);
document.write(".css>");
//alert(strIndex);
}
function menu(){
document.write("<script language=javascript src=js/menu_");
document.write(strIndex);
document.write(".js></script>");
}
function header(){
document.write("<script type='text/javascript'>AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','230','height','155','src','flash/");
document.write(strIndex);
document.write("_hdg','quality','high','wmode','transparent','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','flash/");
document.write(strIndex);
document.write("_hdg' )</script>");
}

function graphic_header(){
document.write("<div align=center><a href=default.htm><img src=imgs/");
document.write(strIndex);
document.write("_hdg.gif alt=Image border=0 /></a></div>");
//alert(strIndex);
}
function moodnav(){
document.write("I'm feeling '");
document.write(strIndex);
document.write("'");
//alert(strIndex);

}
