<!--//
var weather_conditions = "";
var weather_temperature = "28";
var weather_icon = "29";
var weather_humidity = "95";
var weather_updated = "Feb/6/12 23:03:04";
var todaysquotation = "Currently "+weather_temperature+"&deg;";
//var WEATHER_INFO = "As of "+weather_updated+" it is "+weather_temperature+"&deg; "+weather_humidity+"% Humidity";
var WEATHER_INFO = "<span alt=\"As of "+weather_updated+"\" title=\"As of "+weather_updated+"\">Temperature: "+weather_temperature+"&deg; - Humidity:"+weather_humidity+"%</span>";
var ALIAS = "";
var BASKET = "";
var BASKETMSG = "";
var PASSWORD = "";
var GROUPS = "";
cookies = document.cookie.split("; ");
for(z=0;z<cookies.length;z++){
cookie = cookies[z].split("=");
if (cookie[0] == 'ALIAS'){ALIAS = cookie[1];}
if (cookie[0] == 'BASKET'){BASKET = cookie[1];}
if (cookie[0] == 'BASKETMSG'){BASKETMSG = cookie[1];}
if (cookie[0] == 'SESSION'){SESSION = cookie[1];}
if (cookie[0] == 'GROUPS'){GROUPS = cookie[1];}
}
function WriteFLA(swf,wdth,hgth,nme,img){
document.write("<div id=fla style='position:relative;z-index:1;'><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='"+wdth+"' HEIGHT='"+hgth+"' id='"+nme+"' ALIGN=''>");
document.write("<PARAM NAME=movie VALUE='"+swf+"'>");
document.write("<EMBED src='"+swf+"' quality=high wmode=transparent bgcolor=#FFFFFF WIDTH='"+wdth+"' HEIGHT='"+hgth+"' NAME='"+nme+"' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>");
document.write("<PARAM NAME=quality VALUE=high><param name=wmode value=transparent><PARAM NAME=bgcolor VALUE=#FFFFFF></EMBED></OBJECT></div>");
}////////////////////////////////////////////////////////
function replaceChars(entry) {
out = "+";
add = " ";
temp = "" + entry;
while (temp.indexOf(out)>-1) {
pos= temp.indexOf(out);
temp = "" + (temp.substring(0, pos) + add + 
temp.substring((pos + out.length), temp.length));
}
return temp;
}
ALIAS = replaceChars(ALIAS);
GROUPS = replaceChars(GROUPS);
BASKET = replaceChars(BASKET)
BASKETMSG = replaceChars(BASKETMSG)
page_width = 0;//document.body.clientWidth-2;
page_height = 0;//document.body.clientHeight-2;
//-->

