<!--
function hasUniJs(){return true;}
function newCookieParse(k,kvS){if(!kvS||kvS.length==0) return '';var kS=k+'=';var kvL=kvS.length;var kSI=0;var v='';while(kSI<kvL){var i=kSI+kS.length;if (kvS.substring(kSI,i)==kS){var x=kvS.indexOf('&',i);if(x==-1)x=kvL;v=kvS.substring(i,x);return v;}kSI=kvS.indexOf('&',kSI)+1;if(kSI==0)kSI=kvL;}return '';}var acceptsCookies=false;if(document.cookie==''){document.cookie='acceptsCookies=yes';if(document.cookie.indexOf('acceptsCookies=yes')!=-1)acceptsCookies=true;}else{acceptsCookies=true;}function setCookie (n,v,h,p,d,s){if(h){if ((typeof(h)=='string')&&Date.parse(h)){var hN=h;}else if(typeof(h)=='number'){var hN=(new Date((new Date()).getTime()+h*3600000)).toGMTString();}}document.cookie=n+'='+escape(v)+((hN)?(';expires='+hN):'')+((p)?';path='+p:'')+((d)?';domain='+d:'')+((s&&(s==true))?';secure':'');}function readCookie(n) {n+='=';if(document.cookie==''){return false;}else{var a,z;var c=document.cookie;a=c.indexOf(n);var i=c.indexOf(n);var j=c.substring(i-1,i);if (j!=''&&j!=' '){n=' '+n;a=c.indexOf(n);}if(a!=-1){if(a!=-1)a+=n.length;z=c.indexOf(';',a);if(z==-1)z=c.length;return unescape(c.substring(a,z));}else{return false;}}}function killCookie(n,p,d){var v=readCookie(n);if(v) document.cookie=n+'='+v+';expires=Fri,13-Apr-1970 00:00:00 GMT'+((p)?';path='+p:'')+((d)?';domain='+d:'');}function sharedCookieExists(c, cc) {return ((cc.indexOf(c + "=") == 0) || (cc.indexOf("&" + c + "=") > 0))}function updateCookieShared (n,c,v){var cS=readCookie(n);var cSc=c+"="+v+"&";if (readCookie(n)==""){var cSn=cSc;}else{var tries = 0;while (sharedCookieExists(c,cS) && tries++ < 100) {var thisChip=c+"="+newCookieParse(c,cS)+"&";cS=cS.replace(thisChip,'');}var cSn=cS+cSc;}if(n=='PC' || n=='search')var e='Wed, 29 Dec 2010 23:23:59 GMT';else var e='';setCookie(n,cSn,e,'/','.excite.com');}function deleteCookieShared (n,c){var cS=readCookie(n);var cSc=newCookieParse(c,readCookie(n));if (cS!=""||cS!="false"){if(cSc!=""&&cSc!="undefined"&&cSc!=null){var thisChip=c+"="+cSc+"&";cSn=cS.replace(thisChip,"");if(cSn=="") var cSn="foo&";setCookie(n,cSn,'Wed, 29 Dec 2010 23:23:59 GMT','/','.excite.com');}}}var CookieSC=readCookie('SC');function readCookieSC (c){return (newCookieParse(c,CookieSC));}function updateCookieSC (c,v){updateCookieShared('SC',c,v);}function deleteCookieSC (c){deleteCookieShared('SC',c);}var CookiePC=readCookie('PC');function readCookiePC (c){return (newCookieParse(c,CookiePC));}function updateCookiePC (c,v){updateCookieShared('PC',c,v);}function deleteCookiePC	(c){deleteCookieShared('PC',c);}var CookieSearch=readCookie('search');function readCookieSearch (c){return (newCookieParse(c,CookieSearch));}function updateCookieSearch (c,v){updateCookieShared('search',c,v);}function deleteCookieSearch	(c){deleteCookieShared('search',c);}function isCanadian(){country=newCookieParse('Q',readCookie('P'));if (country.toUpperCase()=="CA"){return true;}else{return false;}}var NAV_NS=(navigator.appName.search(/netscape/i)>-1)?true:false;var NAV_IE=(navigator.appName.search(/microsoft internet explorer/i)>-1)?true:false;var NAV_WEBTV=(navigator.appName.search(/webtv/i)>-1)?true:false;var NAV_WIN=(navigator.platform.search(/win/i)>-1)?true:false;var NAV_MAC=(navigator.platform.search(/mac/i)>-1)?true:false;var NAV_VER=NAV_NS?((navigator.userAgent.search(/netscape6/i)>0)?6.0:parseFloat(navigator.appVersion)):navigator.appVersion.replace(/.*msie (\d+\.*\d*).*/i,"$1");function eMail_Friend(w,h) {var rpu=document.URL;var rpt=escape(document.title);var s_jsp="http://mailit.excite.com/mailit/EmailArticle.jsp?&AU="+rpu+"&AT="+rpt;var xpos=0;var ypos=0;var bnme=navigator.appName;if (bnme.indexOf("WebTV")!=-1){alert('Email-This-Page-to-a-Friend not supported for WebTV. We apologize for any inconvenience.');return;}if (parseInt(navigator.appVersion)>=4){xpos=(screen.width-w)/2;ypos=(screen.height-h)/2;}args="width="+w+","+"height="+h+","+"location=0,"+"menubar=0,"+"resizable=1,"+"scrollbars=1,"+"status=0,"+"titlebar=0,"+"toolbar=0,"+"hotkeys=0,"+"screenx="+xpos+","+"screeny="+ypos+","+"left="+xpos+","+"top="+ypos;window.open(s_jsp,"eMail_popup",args);}var useSecureImg = 0;if (parent.frames.length != 0) {for (var i=0; i < eval(parent.frames); i++) {var httpRequest = parent.frames[i].location.href;if (httpRequest.substring(0,5) == "https") var useSecureImg = 1}} else {var httpRequest = parent.location.href;if (httpRequest.substring(0,5) == "https") var useSecureImg = 1}function go(box) {var val = box.options[box.selectedIndex].value;if (val != "") top.location = val;}function pick(form, box) {var val = box.options[box.selectedIndex].value;if (val != "") form.submit();}function stripText(oldChar, newChar, str){if (str.indexOf(oldChar) > -1){var start = 0;var strLen = str.length;var oldCharLen = oldChar.length;var testRes = -1;var tempStr = "";var x = 0;while (x < 1) {oldCharIndex = str.indexOf(oldChar, start);if (start < strLen){if (tempStr != "") tempStr = tempStr + newChar;if (oldCharIndex != -1)	tempStr = tempStr + str.substring(start, oldCharIndex);else  {tempStr = tempStr + str.substring(start, strLen);x = 1;}start = (oldCharIndex + oldCharLen);} else x = 1;}return tempStr;} else return str;}function gotoHeaderSearch(form) {switch (form.qcat.selectedIndex) {case 0:		form.redir.value = "http://clickit.go2net.com/search?cid=289810&site=srch&area=is.clicktracking&shape=link&cp=info.xcite&rawto=http://msxml.excite.com/excite/ws/redir?foo=bar";break;case 1:		form.redir.value = "http://clickit.go2net.com/search?cid=289810&site=srch&area=is.clicktracking&shape=link&cp=info.xcite&rawto=http://dir.excite.com/d/search/p/excite?foo=bar";form.qcat.name = "c";form.qkw.name = "s";form.fs.value = "infospace_excite_dir";form.fs.name = "Partner";break;case 2:		form.redir.value = "http://clickit.go2net.com/search?cid=289810&site=srch&area=is.clicktracking&shape=link&cp=info.xcite&rawto=http://dpxml.infospace.com/info.xcite/dog/newsresults.htm?foo=bar";form.fs.value = "nws";break;case 3:		form.redir.value = "http://clickit.go2net.com/search?cid=289810&site=srch&area=is.clicktracking&shape=link&cp=info.xcite&rawto=http://dpxml.infospace.com/info.xcite/dog/imageresults.htm?foo=bar&top=1";form.fs.value = "images";break;}return true;}function globQuickLinksCode(fntColor) {if (typeof fntColor != "string") {var fntColor='#ffffff';}var out='<font color='+fntColor+' face="verdana,geneva,arial" size=1>' +'<a href=http://www.excite.com><font size=1 color='+fntColor+'>Excite</font></a>&nbsp;|&nbsp;<a href=http://lite.excite.com><font size=1 color='+fntColor+'>Lite</font></a>&nbsp;|&nbsp;<a href=http://rd.excite.com/sp/em><font size=1 color='+fntColor+'>Email</font></a>&nbsp;|&nbsp;<a href=http://help.excite.com><font size=1 color='+fntColor+'>Help</font></a>' +'&nbsp;&nbsp;</font>';return (out);}function globSearchBoxCode() {var out='<table border=0 cellpadding=0 cellspacing=0 align=right>' +'<form name=headerSearch method=get action="http://bfc.excite.com/search/excite_search_redirect.html" target=_top>' +'<input type=hidden name=redir value="http://msxml.excite.com/excite/ws/redir?foo=bar">'+'<tr height="12px">' +'<td nowrap align=right><img src="http://ak.imgfarm.com/images/spacer.gif" height=1 width=1 border=0>' +'</td>' +'<td nowrap align=left colspan=2 valign="top">' +'<span style="font:normal 11px verdana,geneva,arial;color:#fff; line-height:11px">&nbsp;&nbsp;' +'<input type="radio" style="padding:0px;margin:0px" name="qcat" value="web" checked>Web&nbsp;&nbsp;' +'<input type="radio" style="padding:0px;margin:0px" name="qcat" value="images">Images&nbsp;&nbsp;' +'<input type="radio" style="padding:0px;margin:0px" name="qcat" value="nws">News&nbsp;&nbsp;' +'<input type="radio" style="padding:0px;margin:0px" name="qcat" value="audio">Audio&nbsp;&nbsp;' +'<input type="radio" style="padding:0px;margin:0px" name="qcat" value="smd">Video&nbsp;&nbsp;' +'</span>' +'</td>' +'</tr>' +'<tr valign=center height="22px">' +'<td nowrap>' +'<font face="verdana,geneva,arial" size=-1 color=ffffff>&nbsp;<b>Search:</b>&nbsp;' +'</font>' +'</td>' +'<td>&nbsp;' +'<input type=hidden name=fs value="infospace_excite_search">' +'<input name=qkw size=40 value="" style="height:20px;padding:0px;margin:0px">' +'</td>' +'<td>&nbsp;' +'<input type="image" src="http://ak.imgfarm.com/ex/ss_top_submit.gif" onclick="document.headerSearch.submit()" value="Search" style="height:22px;padding:0px;margin:0px">'+'</td>' +'</tr>' +'<tr height="2px">' +'<td nowrap colspan=3><img src="http://ak.imgfarm.com/images/spacer.gif" height=3 width=1 border=0>' +'</td>' +'</tr>' +'</form>' +'</table>';return out;}function globHtmlSearchBox() {var htmlSearchBox = '<table border=0 cellspacing=0 cellpadding=0 width=100% bgcolor=000000>' +'<tr>' +'<td bgcolor=000066 align=right height=30>' +'<table border=0 cellpadding=0 cellspacing=0 width=100%>' +'<tr valign=bottom>' +'<td nowrap width=10%>' + globSearchBoxCode() +'<td valign=middle align=right width=90%>' + globQuickLinksCode() +'</td>' +'</tr>' +'</table>' +'</td>' +'</tr>' +'</table>';document.write(htmlSearchBox);}function globHtmlSearchBoxOnly() {var htmlSearchBox = '<table border=0 cellspacing=0 cellpadding=0 width=100% bgcolor=000000>' +'<tr>' +'<td bgcolor=#000053 align=right height=45>' +'<table border=0 cellpadding=0 cellspacing=0>' +'<tr valign=bottom>' +'<td nowrap>' + globSearchBoxCode() + '</td><td>&nbsp;&nbsp;</td>' +'</tr>' +'</table>' +'</td>' +'</tr>' +'</table>';document.write(htmlSearchBox);}function globPoweredByCode() {var dell_img_src;if (useSecureImg == 1) {dell_img_src = "https://cashback.excite.com/cashback/cashback/images/dell_emc.gif";dell_img_args = "width=167 height=25";} else {dell_img_src = "http://ak.imgfarm.com/ex/lg/dell_emc_20020516_1.gif";dell_img_args = "width=110 height=25";}return ('<img src=' + dell_img_src + ' '+dell_img_args+'>');}function globFeaturesCode() {var out='<font face="verdana,geneva,arial" size=-2>' +'<select name=featuredguides onChange=go(this) size=1>' +'<option value="">Quick Find' +'<option value=http://autos.excite.com/index.html>Autos' +'<option value=http://careers.excite.com/index.html>Careers' +'<option value=http://games.excite.com/casino/index.html>Casino' +'<option value=http://entertainment.excite.com/celebgossip/index.html>Celebrities' +'<option value=http://communicate.excite.com/index.html>Community' +'<option value=http://computers.excite.com/index.html>Computers' +'<option value=http://love.excite.com>Dating' +'<option value=http://www.qksrv.net/click-983743-5463217?loc=http%3A//www.ebay.com>eBay<SUP><FONT SIZE=-1>&reg;</FONT></SUP>' +'<option value=http://onlinedegrees.excite.com>Education' +'<option value=http://rd.excite.com/sp/em>Email' +'<option value=http://entertainment.excite.com/index.html>Entertainment' +'<option value=http://fashion.excite.com/index.html>Fashion' +'<option value=http://food.excite.com/index.html>Food &amp; Drink' +'<option value=http://games.excite.com/index.html>Games' +'<option value=http://excite.gifts.com/?sid=excite:B334:P>Gifts' +'<option value=http://www1.excite.com/greetings/0,20409,,00.html>Greetings' +'<option value=http://health.excite.com/index.html>Health' +'<option value=http://servicemagic.excite.com/ext/914588>Home Improvement' +'<option value=http://horoscopes.excite.com/index.html>Horoscopes' +'<option value=http://realestate.excite.com/mortgage/index.html>LendingTree<SUP><FONT SIZE=-1>&reg;</FONT></SUP>' +'<option value=http://lifestyle.excite.com/index.html>Lifestyle' +'<option value=http://local2.excite.com/HomePage.jhtml>Local' +'<option value=http://money.excite.com/home.html>Money' +'<option value=http://movies.excite.com>Movies' +'<option value=http://entertainment.excite.com/music/index.html>Music' +'<option value=http://news.excite.com/index.html>News' +'<option value=http://www.life123.com/career-money/real-estate/index.shtml>Real Estate' +'<option value=http://shopping.excite.com>Shopping' +'<option value=http://companyinfo.excite.com/site_map/index.html>Site Map' +'<option value=http://local.excite.com/small_business/index.html>Small Business' +'<option value=http://sports.excite.com/index.html>Sports' +'<option value=http://today.excite.com/index.html>Today' +'<option value=http://travel.excite.com/index.html>Travel' +'<option value=http://tv.entertainment.excite.com/index.html>TV' +'<option value=http://g6publish.videodome.com/excite/portal/index.asp?Channel=Movie+Trailers>Video' +'<option value=http://weather.excite.com/index.html>Weather' +'<option value=http://www1.excite.com/excite/hrdrct/1,15981,,00.html?RSTRNGAA88http://clickit.go2net.com/UJRFYHTG88click?cid=210947&area=dp.excite.quickfind&site=dp&shape=textlink&clickurl=http%3A//excite.intelius.com>White Pages' +'<option value=http://www1.excite.com/excite/hrdrct/1,15981,,00.html?RSTRNGAA88http://clickit.go2net.com/UJRFYHTG88click?cid=210946&area=dp.excite.quickfind&site=dp&shape=textlink&clickurl=http%3A//yellowpages.superpages.com/yp.basic.jsp%3F%26SRC%3Dexcitecom%26STYPE%3DS>Yellow Pages' +'</select>' +'</font>';return out;}function globHtmlFeaturesLine(obj) {var _bg='ffffff';var _lc='000066';if (obj!=null) {var bg=obj.bg;var lc=obj.lc;}if (bg==null)var bg=_bg;if (lc==null)var lc=_lc;var htmlSelectBox = '';var myWidth = 0;if( typeof( window.innerWidth ) == 'number' ) {myWidth = window.innerWidth;} else if( document.documentElement &&( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {myWidth = document.documentElement.clientWidth;} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {myWidth = document.body.clientWidth;}var  wNum = 825;if (navigator.userAgent.indexOf("Firefox")!=-1){wNum = 850;}var uNum = readCookie('user_num');uNumL = uNum.length;if (uNumL>0){uNum = uNum.charAt(uNumL-1);}var prEmail = false;if(typeof(premium) == 'undefined') {} else {if (premium == 1){prEmail = true;}}if (myWidth>wNum&&uNum==5&&(prEmail==false)){htmlSelectBox = '<table border=0 cellpadding=0 cellspacing=0 width=100%>' +'<tr><form>' +'<td align=left width=170><table cellpadding=1 cellspacing=0 border=0><tr><td>'+globFeaturesCode()+'</td></tr></table></td>' +'<td align=left width=65% valign=bottom><table cellpadding=1 cellspacing=0 border=0><tr><td><iframe src="http://www1.excite.com/headerfiles/adbrite/iframe" width=510 height=20 frameborder=0 scrolling=no marginheight=0 marginwidth=0></iframe></td></tr></table></td>' +'<td align=right bgcolor='+bg+' width=35%><table cellpadding=0 cellspacing=0 border=0><tr><td valign=middle>'+globQuickLinksCode(lc)+'</td></tr></table></td>' +'</tr></form>' +'</table>' ;}else{htmlSelectBox = '<table border=0 cellpadding=0 cellspacing=0 width=100%>' +'<tr><form>' +'<td align=left width=30%><table cellpadding=1 cellspacing=0 border=0><tr><td>'+globFeaturesCode()+'</td></tr></table></td>' +'<td align=right bgcolor='+bg+' width=30%><table cellpadding=0 cellspacing=0 border=0><tr><td valign=middle>'+globQuickLinksCode(lc)+'</td></tr></table></td>' +'</tr></form>' +'</table>' ;}document.write(htmlSelectBox);}function globHtmlSelectBox() {var htmlSelectBox = '<table border=0 cellpadding=0 cellspacing=0 width=100%>' +'<tr>' +'<td colspan=2>' +'<table border=0 cellspacing=0 cellpadding=0 width=100%>' +'<tr>' +'<td height=2></td>' +'</tr>' +'</table>' +'</td>' +'</tr>' +'<tr><form>' +'<td width=100%>'+ globPoweredByCode() + '</td>' +'<td width=150 align=right>' + globFeaturesCode() +'</td>' +'</tr></form>' +'</table>' ;document.write(htmlSelectBox);}function globHtmlHeaderLine() {document.write();var htmlHeaderLine = '<table border=0 cellspacing=0 cellpadding=0 width=100%>' +'<tr>' +'<td bgcolor="cccccc">' +'<table border=0 cellspacing=0 cellpadding=0 width=100%>' +'<tr>'+'<td height=2></td>'+'</tr>'+'</table>'+'</td>'+'</tr>'+'</table>';document.write(htmlHeaderLine);}var useSecureImg = 0;if (parent.frames.length != 0) {for (var i=0; i < eval(parent.frames); i++) {var httpRequest = parent.frames[i].location.href;if (httpRequest.substring(0,5) == "https") var useSecureImg = 1}} else {var httpRequest = parent.location.href;if (httpRequest.substring(0,5) == "https") var useSecureImg = 1}if (useSecureImg == 0) {var lepImage = "http://ak.imgfarm.com/ex/lep.gif";var emcImage = "http://ak.imgfarm.com/ex/emc.gif";var zoomImage = "http://ak.imgfarm.com/ex/zoom.gif";} else {var lepImage = "https://cashback.excite.com/cashback/images/lep.gif";var emcImage = "https://cashback.excite.com/cashback/images/emc.gif";var zoomImage = "https://cashback.excite.com/cashback/images/zoom.gif";}function gotoSearch(form) {var searchType = form.qcat;for (var i = 0; i < searchType.length; i++) {if (searchType[i].checked) {switch (i) {case 0:		form.redir.value = "http://dpxml.infospace.com/info.xcite/dog/redir.htm?foo=bar";break;case 1:		form.redir.value = "http://dpxml.infospace.com/info.xcite/dog/imageresults.htm?foo=bar";form.fs.value = "images";break;case 2:		form.redir.value = "http://dpxml.infospace.com/info.xcite/dog/newsresults.htm?foo=bar";form.fs.value = "nws";break;}return true;}}return false;}function makeHomeLink(obj) {
	 var _pg='default';var _lc='000066';if(obj!=null) {var pg=obj.pg;var lc=obj.lc;}if(pg==null)var pg=_pg;if(lc==null)var lc=_lc; var isIE = (navigator.appName.search(/microsoft internet explorer/i) > -1)?true:false;
	var isHPTxt = 'Make Excite Your Home Page!'; 
	var isHPURL = 'http://www.excite.com';
	var agt=navigator.userAgent.toLowerCase();
	var ver=isIE?parseFloat(navigator.appVersion.replace(/.*msie (\d+\.*\d*).*/i,"$1")):parseInt(navigator.appVersion);
	var isMAC = (navigator.platform.search(/mac/i) > -1)?true:false;
	var ret = '';
	if (agt.indexOf("msie") != -1 && ver >= 5 && !isMAC) {hp.style.behavior = "url('#default#homepage')";if( !hp.isHomePage('http://www.excite.com')) {ret = "<tr><td align=center colspan=8><img src=" + lepImage + " height=13 width=11 border=0>&nbsp;<a href='" + isHPURL + "' onClick=style.behavior='url(#default#homepage)';setHomePage('" + isHPURL + "');><font face=verdana size=1 color="+lc+">" + isHPTxt + "</font></a></td></tr>";}}return ret;}

function globHtmlFooter550(){var rHtml='';if((typeof exhdrAd550!="undefined")&&(exhdrAd550!="0")){if(typeof exhdrAdArea != "undefined") var area = exhdrAdArea;else var area = "cobrand";if(typeof exhdrAdSite != "undefined") var site = exhdrAdSite;else var site = "excite";var randomNumber = Math.round(Math.random() * 10000000000) + 0;var pageId=Math.round(Math.random() * 10000000000);var server = "http://ae.excite.com";var target = '/site='+site+'/area='+area+'/aamsz=728x90_FOOTER/file=34/PAGEID=' + pageId;var rHtml='<br>'+'<table border=0 cellspacing=0 cellpadding=0 width=100%>'+'<tr>'+'<td align=center>'+'<center><iframe src=' + server + '/hserver/acc_random=' + randomNumber + target + ' width=728 height=90 frameborder=no border=0 marginwidth=0 marginheight=0 scrolling=no align=bottom><scr'+'ipt src=' + server + '/jnserver/acc_random=' + randomNumber + target + '></scr'+'ipt></iframe></center>'+'</td>'+'</tr>'+'</table>';}return rHtml;}function thisYear() {var now = new Date();function fourdigits(number)	{return (number < 1000) ? number + 1900 : number;}var todayY = fourdigits(now.getYear());return todayY;}function changeSSRadioStyle(x,y){for (var v = 1; v < 6; v++){myItem = "";if(y==0){myItem = "qcat"+v;}if(y==1){myItem = "qcatf"+v;}if(v==x){document.getElementById(myItem).style.fontWeight = "bold";}else{document.getElementById(myItem).style.fontWeight = "normal";}}}function globHtmlFooter(obj){var _pg='default';var _lc='000066';if (obj!=null) {var pg=obj.pg;var lc=obj.lc;}if (pg==null)var pg=_pg;if (lc==null)var lc=_lc;document.write(globHtmlFooter550());document.write('<span id=hp></span>');if(pg=='games'){var footerHtml = '<!--Games Footer--><br>';footerHtml += '<table border=0 cellspacing=0 cellpadding=0 width=100%>';footerHtml += '	<tr><td bgcolor=#e2e2e2><table border=0 cellspacing=0 cellpadding=0><tr><td height=1></td></tr></table></td></tr>';footerHtml += '</table>';footerHtml += '<table cellpadding=6 cellspacing=0 width=100% border=0>';footerHtml += '<tr>';footerHtml += '<td align=center>';footerHtml += '	<table cellpadding=1 cellspacing=0 border=0 width=100%>';footerHtml += '	<tr>';footerHtml += '		<td align=center><a href=http://games.excite.com/casino/disclaim.html><font face=verdana,sans-serif color='+lc+' size=1>Excite Casino Disclosure</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=http://www1.excite.com/home/games/games_chips_rules/0,1713,,00.html><font face=verdana,sans-serif color='+lc+' size=1>Excite Chips Sweepstakes Rules</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><a href=http://rd.excite.com/rd?redir=http://help.excite.com/features/gamefaq.html><font face=verdana,sans-serif color='+lc+' size=1>Excite Chips Help</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><a href=http://rd.excite.com/rd?redir=http://help.excite.com/features/gamefaq.html#g1><font face=verdana,sans-serif color='+lc+' size=1>Games Help</font></a></font></td>';footerHtml += '	</tr><tr>';footerHtml += '		<td align=center><a href="http://registration.excite.com/excitereg/member_info.jsp"><font face=verdana,sans-serif color='+lc+' size=1>Member Info</font></a>&nbsp;&nbsp;<a href=http://www1.excite.com/home/companyinfo_excite/excite_terms/0,20406,,00.html><font face=verdana,sans-serif color='+lc+' size=1>Terms of Service</font></a>&nbsp;&nbsp;<a href=http://www1.excite.com/home/companyinfo_excite/excite_privacy/0,20398,,00.html><font face=verdana,sans-serif color='+lc+' size=1>Privacy Policy</font></a>&nbsp;&nbsp;<a href=http://help.excite.com><font face=verdana,sans-serif color='+lc+' size=1>Help</font></a></td>';footerHtml += '	</tr>';footerHtml += '	</table>';footerHtml += '</td>';footerHtml += '</tr>';footerHtml += makeHomeLink(obj);footerHtml += '<tr>';footerHtml += '<td align=center colspan=8><font face=verdana size=1><img src=http://ak.imgfarm.com/images/iwon/mslogo_iwonclassic.gif border=0 align=absmiddle>TM  &reg; &copy; 2001-'+thisYear()+' Mindspark Interactive Network, Inc. All rights reserved. An IAC Company.<br />Mindspark&#153; properties: <a href="http://www.iwon.com" target="_blank">IWON</a> | <a href="http://www.vimeo.com" target="_blank">Vimeo</a> | <a href="http://www.life123.com" target="_blank">Life123</a> | <a href="http://www.cardboiled.com" target="_blank">Cardboiled</a> | <a href="http://www.retrogamer.com" target="_blank">Retrogamer</a> | <a href="http://www.webfetti.com" target="_blank">Webfetti</a> | <a href="http://www.girlsense.com" target="_blank">GirlSense</a> | <a href="http://www.myfuncards.com" target="_blank">MyFunCards</a><br /><a href="http://www.zwinky.com" target="_blank">Zwinky</a> | <a href="http://www.zwinkycuties.com" target="_blank">Zwinky Cuties</a> | <a href="http://www.kazulah.com" target="_blank">Kazulah</a> | <a href="http://www.mywebface.com" target="_blank">MyWebFace</a> | <a href="http://www.excite.com" target="_blank">Excite</a> | <a href="http://www.smileycentral.com" target="_blank">Smiley Central</a> | <a href="http://www.cursormania.com" target="_blank">CursorMania</a> | <a href="http://www.popularscreensavers.com" target="_blank">PopularScreensavers</a><br /></font><br></td>';footerHtml += '</tr>';footerHtml += '</table>';footerHtml += '<table border=0 cellspacing=0 cellpadding=4 width=70% align=center>';footerHtml += '<tr>';footerHtml += '<td width=100% align=middle colspan=10><img src=' + emcImage + ' width=107 height=25 border=0 align=top></td>';footerHtml += '</tr>';footerHtml += '</table>';footerHtml += '<table cellpadding=6 cellspacing=0 width=100% border=0>';footerHtml += '<tr>';footerHtml += '<td align=center><font face=verdana,sans-serif size=1 color='+lc+'><a href=http://www.excite.de><font color='+lc+'>Excite Deutschland</font></a>&nbsp;|&nbsp;<a href=http://www.excite.es><font color='+lc+'>Excite Espa&ntilde;a</font></a>&nbsp;|&nbsp;<a href=http://www.excite.fr><font color='+lc+'>Excite France</font></a>&nbsp;|&nbsp;<a href=http://www.excite.it><font color='+lc+'>Excite Italia</font></a>&nbsp;|&nbsp;<a href=http://www.excite.nl><font color='+lc+'>Excite Nederland</font></a>&nbsp;|&nbsp;<a href=http://www.excite.at><font color='+lc+'>Excite &Ouml;sterreich</font></a>&nbsp;|&nbsp;<a href=http://www.excite.co.uk><font color='+lc+'>Excite UK</font></a></font><br></td>';footerHtml += '</tr>';footerHtml += '</table><br>';} else {var IE = (navigator.appName.search(/Microsoft/i) > -1)?true:false;var footerHtml = '<br><br>' +'<TABLE cellSpacing=0 cellPadding=3 width=100% border=0>' +'<TBODY><TR><TD><table cellpadding=3 cellspacing=0 border=0 width=100% align=center style="border:1px solid #4682B4" bgcolor="#E1F1FF" height=68>' +'<tr><td>' +'<center><table cellpadding=0 cellspacing=0 border=0 height=50>' +'<form name=footerSearch method=get action="http://bfc.excite.com/search/excite_search_redirect.html">' +'<input type=hidden name=redir value="http://dpxml.infospace.com/info.xcite/dog/redir.htm?foo=bar">' +'<input type=hidden name=fs value="infospace_excite_search">' +'<tr><td rowspan=3><img src="http://ak.imgfarm.com/images/spacer.gif" width=5 height=1></td>' +'<td></td><td valign="bottom" align="left" colspan="2" nowrap>' +'<input type=radio name="qcat" value="web" onclick="changeSSRadioStyle(1,0)" checked>' +'<span id="qcat1" style="font:bold 11px arial;">Web</span><span style="font-size:11px;">&nbsp;&nbsp;&nbsp;</span>' +'<input type=radio name="qcat" value="images" onclick="changeSSRadioStyle(2,0)">' +'<span id="qcat2" style="font:normal 11px arial;">Images</span><span style="font-size:11px;">&nbsp;&nbsp;&nbsp;</span>' +'<input type=radio name="qcat" value="nws" onclick="changeSSRadioStyle(3,0)">' +'<span id="qcat3" style="font:normal 11px arial;">News</span><span style="font-size:11px;">&nbsp;&nbsp;&nbsp;</span>' +'<input type=radio name="qcat" value="audio" onclick="changeSSRadioStyle(4,0)">' +'<span id="qcat4" style="font:normal 11px arial;">Audio</span><span style="font-size:11px;">&nbsp;&nbsp;&nbsp;</span>' +'<input type=radio name="qcat" value="smd" onclick="changeSSRadioStyle(5,0)">' +'<span id="qcat5" style="font:normal 11px arial;">Video</span></td>' +'<td valign="center" rowspan="3" nowrap>' +'<a href="http://rd.excite.com/rd?redir=http://www.infospace.com/info.xcite/searchspy" style="font:normal 11px arial;color:#006">Search Spy</a><br />' +'<a href="http://underdog.staff.iwon.com:80/home/toolbar/speedbar_overview/0,3755,,00.html" style="font:normal 11px arial;color:#006">Got Speedbar?</a></td>'+'<td><img src="http://ak.imgfarm.com/images/spacer.gif" width=5 height=1></td></tr>' +'<tr valign="center"><td style="font:bold 13px arial;" nowrap>Search the Web:&nbsp;&nbsp;</td>' +'<td><input type=text name=qkw size=47></td>' +'<td nowrap><span style="font-size:11px;">&nbsp;&nbsp;</span><input type="submit" class="formSubmit" style="width:80px;font-weight:bold;'+ (IE?('font-size:11px;padding=2px'):'' ) + '" value="Search" onclick="document.footerSearch.submit()"><span style="font-size:11px;">&nbsp;&nbsp;</span></td></tr>' +'<tr valign="top"><td><img src="http://ak.imgfarm.com/images/spacer.gif" width=1 height=1></td>' +'<td align="right" valign="top">' +'<a href="http://yellowpages.superpages.com/yp.basic.jsp?&SRC=excitecom&STYPE=S" style="font:normal 11px arial;color:#006;">Yellow Pages</a>' +'<span style="font:normal 10px arial;color:#006;line-height:1em;">&nbsp;|&nbsp;</span>' +'<a href="http://excite.intelius.com" style="font:normal 11px arial;color:#006;">White Pages</a></td>' +'<td><img src="http://ak.imgfarm.com/images/spacer.gif" width=1 height=1></td>' +'</tr><tr colspan=5><td><img src="http://ak.imgfarm.com/images/spacer.gif" width=1 height=4></td></tr>' +'</form>' +'</table></center>' +'</td></tr></table></td></tr></tbody></table>' +'<br><br>' +'<table border=0 cellspacing=0 cellpadding=0 width=90% align=center>' +'<tr>' +'<td width=70% align=center bgcolor="#dddddd">' +'<table border=0 cellspacing=0 cellpadding=0 width=100%>' +'<tr>' +'<td height=2></td>' +'</tr>' +'</table>' +'</td>' +'</tr>' +'</table>' +'<BR>' +'<table border=0 cellspacing=0 cellpadding=6 width=70% align=center>' +'<tr>' +'<td NOWRAP align=center><a href="http://companyinfo.excite.com/site_map/index.html"><font face=arial size=1 color=000066><b>Site Map</b></font></a></td>' +'<td NOWRAP align=center><a href=mailto:advertise@iaccap.com?subject=Advertise%20on%20Excite><font face=arial size=1 color=000066><b>Advertise on Excite</b></font></a></td>' +'<td NOWRAP align=center><a href=http://registration.excite.com/excitereg/member_info.jsp><font face=arial size=1 color=000066><b>Member Info</b></font></a></td>' +'<td nowrap><span style="font-family: Arial; font-size: 10px; color: Black;"><a href=http://registration.excite.com/excitereg/login.jsp><font color=000066>Sign In</font></a>/<a href=http://registration.excite.com/excitereg/logout.jsp><font color=000066>Out</font></a></b></span></td>' +'<td NOWRAP align=center><a href=http://companyinfo.excite.com/aboutexcite.html><font face=arial size=1 color=000066><b>Company Info</b></font></a></td>' +'<td NOWRAP align=center><a href=http://www1.excite.com/home/companyinfo_excite/excite_terms/0,20406,,00.html><font face=arial size=1 color=000066><b>Terms of Service</b></font></a></td>' +'<td NOWRAP align=center><a href=http://www1.excite.com/home/companyinfo_excite/excite_privacy/0,20398,,00.html><font face=arial size=1 color=000066><b>Privacy Policy</b></font></a></td>' +'<td NOWRAP align=center><a href=http://help.excite.com><font face=arial size=1 color=000066><b>Help</b></font></a></td>' +'</tr>' +makeHomeLink() +'<tr>' +'<td align=center colspan=8>' +'<font face=verdana size=1><img src=http://ak.imgfarm.com/images/iwon/mslogo_iwonclassic.gif border=0 align=absmiddle>TM  &reg; &copy; 2001-'+thisYear()+' Mindspark Interactive Network, Inc. All rights reserved. An IAC Company.<br />Mindspark&#153; properties: <a href="http://www.iwon.com" target="_blank">IWON</a> | <a href="http://www.vimeo.com" target="_blank">Vimeo</a> | <a href="http://www.life123.com" target="_blank">Life123</a> | <a href="http://www.cardboiled.com" target="_blank">Cardboiled</a> | <a href="http://www.retrogamer.com" target="_blank">Retrogamer</a> | <a href="http://www.webfetti.com" target="_blank">Webfetti</a> | <a href="http://www.girlsense.com" target="_blank">GirlSense</a> | <a href="http://www.myfuncards.com" target="_blank">MyFunCards</a><br /><a href="http://www.zwinky.com" target="_blank">Zwinky</a> | <a href="http://www.zwinkycuties.com" target="_blank">Zwinky Cuties</a> | <a href="http://www.kazulah.com" target="_blank">Kazulah</a> | <a href="http://www.mywebface.com" target="_blank">MyWebFace</a> | <a href="http://www.excite.com" target="_blank">Excite</a> | <a href="http://www.smileycentral.com" target="_blank">Smiley Central</a> | <a href="http://www.cursormania.com" target="_blank">CursorMania</a> | <a href="http://www.popularscreensavers.com" target="_blank">PopularScreensavers</a><br /></font><br>' +'</td>' +'</tr>' +'<tr>' +'<td align=center colspan=8 NOWRAP>' +'<span style="font-family: Arial; font-size: 10px; color: Black;"><a href=http://www.excite.de><font color=000066>Excite Deutschland</font></a>&nbsp;|&nbsp;<a href=http://www.excite.es><font color=000066>Excite Espa&ntilde;a</font></a>&nbsp;|&nbsp;<a href=http://www.excite.fr><font color=000066>Excite France</font></a>&nbsp;|&nbsp;<a href=http://www.excite.it><font color=000066>Excite Italia</font></a>&nbsp;|&nbsp;<a href=http://www.excite.nl><font color=000066>Excite Nederland</font></a>&nbsp;|&nbsp;<a href=http://www.excite.at><font color=000066>Excite &Ouml;sterreich</font></a>&nbsp;|&nbsp;<a href=http://www.excite.co.uk><font color=000066>Excite UK</font></a></b><br><br>' +'</td>' +'</tr>' +'</table>';}document.write(footerHtml);if((typeof fiPromoLnks)!='undefined')document.write(fiPromoLnks()+'<br>');}if((typeof uniJsObj)!='undefined'&&uniJsObj!=null){if ((typeof uniJsObj.callFunc)!='undefined') {vartype='undefined';eval("vartype=typeof "+uniJsObj.callFunc);if (vartype!="undefined")eval(uniJsObj.callFunc)();}}function getFlashVersion() {var agent = navigator.userAgent.toLowerCase();var flashVersion_DONTKNOW = -1;if (navigator.plugins != null && navigator.plugins.length > 0) {var flashPlugin = navigator.plugins['Shockwave Flash'];if (typeof flashPlugin == 'object') {if (flashPlugin.description.indexOf('7.') != -1) flashVersion = 7;else if (flashPlugin.description.indexOf('6.') != -1) flashVersion = 6;else if (flashPlugin.description.indexOf('5.') != -1) flashVersion = 5;else if (flashPlugin.description.indexOf('4.') != -1) flashVersion = 4;else if (flashPlugin.description.indexOf('3.') != -1) flashVersion = 3;}}else if (agent.indexOf("msie") != -1 && parseInt(navigator.appVersion) >= 4 && agent.indexOf("win")!=-1 && agent.indexOf("16bit")==-1) {document.writeln('<scr' + 'ipt language="VBScript"> ');document.writeln('on error resume next ');document.writeln('dim obFlash ');document.writeln('set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.7") ');document.writeln('if IsObject(obFlash) then ');document.writeln('flashVersion = 7 ');document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.6") end if ');document.writeln('if flashVersion < 7 and IsObject(obFlash) then ');document.writeln('flashVersion = 6 ');document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.5") end if ');document.writeln('if flashVersion < 6 and IsObject(obFlash) then ');document.writeln('flashVersion = 5 ');document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.4") end if ');document.writeln('if flashVersion < 5 and IsObject(obFlash) then ');document.writeln('flashVersion = 4 ');document.writeln('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.3") end if ');document.writeln('if flashVersion < 4 and IsObject(obFlash) then ');document.writeln('flashVersion = 3 ');document.writeln('end if');document.writeln('</scr' + 'ipt> ');}else if (agent.indexOf("webtv/2.5") != -1) flashVersion = 3;else if (agent.indexOf("webtv") != -1) flashVersion = 2;else {flashVersion = flashVersion_DONTKNOW;}return flashVersion;}var flashVersion = 0;var requiredVersion = getFlashVersion();//-->