My CHit is for some reason not loading
My charpane pic
http://imgur.com/a/B2qMA
and HTML
My charpane pic
http://imgur.com/a/B2qMA
and HTML
HTML:
<html><head>
<link rel="stylesheet" type="text/css" href="/images/styles.css">
<style type="text/css">
#nudges div { position: relative; padding: 0px; }
#nudges div .close { position: absolute; top: -2px; right: -10px; border: 1px solid #000; }
.blur1 {color: transparent; text-shadow:0 0 1px #000, 1px 0 1px #000; }
.blur2 {color: transparent; text-shadow:0 0 1px #000, 2px 0 2px #000, 0 1px 1px #000; }
.blur3 {color: transparent; text-shadow:0 0 3px #000, 1px 0 1px #000,-2px -1px 1px #000; }
.blur4 {color: transparent; text-shadow:1px 0 3px #000, 1px 0 2px #000,-2px -1px 1px #000; }
.blur5 {color: transparent; text-shadow: 0 0 3px #000, 1px 0 1px #000,-3px -1px 1px #000; }
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
.blur1,.blur2,.blur3,.blur4,.blur5 {color:#000;}
}
</style>
<!--[if IE]>
<style>.blur1,.blur2,.blur3,.blur4,.blur5 {color:#000;}</style>
<![endif]-->
<style type="text/css"> body, td { font-size: .8em;
} </style>
<script language="Javascript" src="/basics.js"></script><link rel="stylesheet" href="/basics.1.css" /></head>
<script language=Javascript src="/images/scripts/keybinds.min.2.js"></script>
<script language=Javascript src="/images/scripts/window.20111231.js"></script>
<script language="javascript">function chatFocus(){if(top.chatpane.document.chatform.graf) top.chatpane.document.chatform.graf.focus();}
if (typeof defaultBind != 'undefined') { defaultBind(47, 2, chatFocus); defaultBind(190, 2, chatFocus);defaultBind(191, 2, chatFocus); defaultBind(47, 8, chatFocus);defaultBind(190, 8, chatFocus); defaultBind(191, 8, chatFocus); }</script><script language=Javascript src="/images/scripts/jquery-1.3.1.min.js"></script>
<script type="text/javascript" src="/images/scripts/pop_query.20130705.js"></script>
<script type="text/javascript">
tp=top
var todo = [];
function nextAction() {
var next_todo = todo.shift();
if (next_todo) {
eval(next_todo);
}
}
function dojax(dourl, afterFunc, hoverCaller, failureFunc, method, params) {
$.ajax({
type: method || 'GET', url: dourl, cache: false,
data: params || null,
global: false,
success: function (out) {
nextAction();
if (out.match(/no\|/)) {
var parts = out.split(/\|/);
if (failureFunc) failureFunc(parts[1]);
else if (window.dojaxFailure) window.dojaxFailure(parts[1]);
else if (tp.chatpane.handleMessage) tp.chatpane.handleMessage({type: 'event', msg: 'Oops! Sorry, Dave, you appear to be ' + parts[1]});
else $('#ChatWindow').append('<font color="green">Oops! Sorry, Dave, you appear to be ' + parts[1] + '.</font><br />' + "\n");
return;
}
if (hoverCaller) {
float_results(hoverCaller, out);
if (afterFunc) { afterFunc(out); }
return;
} var $eff = $(tp.mainpane.document).find('#effdiv');
if ($eff.length == 0) {
var d = tp.mainpane.document.createElement('DIV');
d.id = 'effdiv';
var b = tp.mainpane.document.body;
if ($('#content_').length > 0) {
b = $('#content_ div:first')[0];
}
b.insertBefore(d, b.firstChild);
$eff = $(d);
}
$eff.find('a[name="effdivtop"]').remove().end()
.prepend('<a name="effdivtop"></a><center>' + out + '</center>').css('display','block');
if (!window.dontscroll || (window.dontscroll && dontscroll==0)) {
tp.mainpane.document.location = tp.mainpane.document.location + "#effdivtop";
}
if (afterFunc) { afterFunc(out); }
}
});
}
var turnsplayed = 628453;
var turnsthisrun = 412;
var rollover = 1495769402;
var rightnow = 1495690961;
var playerid = 121655;
var pwdhash = "c755b0364d87e1df25a44ad76256a7d4";
var hide_nudges = true;
$(document).ready(function () {
var multi = function (e) {
e.preventDefault();
var link = this;
pop_query($(this), 'How many times?', 'Do It!', function (res) {
dojax(($(link).attr('href')+'&ajax=1').replace('qty=1', 'qty='+res));
});
};
$('.upeffect').click(function (e) {
e.preventDefault();
if (e.shiftKey) multi.apply(this, [e]);
else dojax($(this).attr('href')+'&ajax=1');
});
$('.upeffect').bind('contextmenu', multi);
function add_close(el) {
if (!hide_nudges) return;
if ($(el).find('.close').length > 0) return;
var ht = '<a href="#" class="close"><img alt="Hide" title="Hide" src="/images/closebutton.gif" style="float: right;"/></a>';
var c = $(ht);
$(el).append(c);
c.click(function () {
var key = $(this).parents('tr:first').attr('rel');
var nxt = $(this).parents('tr');
if (nxt.next()) {
add_close(nxt.next().find('td div'));
}
$(this).parents('tr:first').remove();
$.get('charpane.php?hide='+escape(key)+'&pwd='+pwdhash);
$('.showall').show();
});
}
if (hide_nudges) $('#nudges td div').hover(
function () {
if (!hide_nudges) return;
add_close(this);
},
function () {
if (!hide_nudges) return;
$(this).find('.close').remove();
}
);
});
</script>
<script language=Javascript src="/images/scripts/charpane.20130711.js"></script>
<script type="text/javascript" src="/images/scripts/cookie.20121112.js"></script>
<script type="text/javascript">
jQuery(function ($) {
$(window).resize(function () {
var winW = 300;
if (document.body && document.body.offsetWidth) { winW = document.body.offsetWidth; }
if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) { winW = document.documentElement.offsetWidth; }
if (window.innerWidth && window.innerHeight) { winW = window.innerWidth; }
setCookie('charpwd', winW, 365, true);
});
})
</script>
<body bgcolor=white text=black link=black alink=black vlink=black onload='startup();updateSafetyText();'>
<center id='rollover' class=tiny style='color: red; cursor: pointer;' onClick='doc("maintenance");'></center><center><b><a class=nounder target=mainpane href="charsheet.php">Anchon</a></b><br>Lvl. 12<table title='5 / 23' align=center cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=13 bgcolor=#5A5A5A></td><td width=47 bgcolor=white></td></tr></table><hr width=50%><table cellpadding=1 cellspacing=0 align=center><tr><td align=right>Mus:</td><td align=left><b><font color=blue>295</font> (84)</b></td></tr><tr><td></td><td><table width=100% title='90 / 169' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=21 bgcolor=#5A5A5A></td><td width=19 bgcolor=white></td></tr></table></td></tr><tr><td align=right>Mys:</td><td align=left><b><font color=blue>285</font> (81)</b></td></tr><tr><td></td><td><table width=100% title='93 / 163' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=22 bgcolor=#5A5A5A></td><td width=18 bgcolor=white></td></tr></table></td></tr><tr><td align=right>Mox:</td><td align=left><b><font color=blue>449</font> (130)</b></td></tr><tr><td></td><td><table width=100% title='80 / 261' cellpadding=0 cellspacing=0 style='border: 1px solid #5A5A5A'><tr><td height=3 width=12 bgcolor=#5A5A5A></td><td width=28 bgcolor=white></td></tr></table></td></tr><tr><td align=right><span class=>Drunk:</span></td><td align=left><b><span class="">12 / 15</span></b></td></tr></table><hr width=50%><table align=center cellpadding=1 cellspacing=1><tr><td align=right>HP:</td><td align=left><b><font color=black><a style="color:black" title="Restore your HP" href="/KoLmafia/sideCommand?cmd=restore+HP&pwd=c755b0364d87e1df25a44ad76256a7d4">552</a>/557</font></b></td></tr><tr><td align=right>MP:</td><td align=left><b><a style="color:black" title="Restore your MP" href="/KoLmafia/sideCommand?cmd=restore+MP&pwd=c755b0364d87e1df25a44ad76256a7d4">66</a>/635</b></td></tr><tr><td align=right>Meat:</td><td align=left><b>40,661</b></td></tr><tr><td align=right><a onclick='if (top.mainpane.focus) top.mainpane.focus();' title="Last Adventure: Itznotyerzitz Mine" target=mainpane href="adventure.php?snarfblat=270">Adv</a>:</td><td align=left><b>182</b></td></tr><tr><td colspan=2 align=center><b>Hardcore</b></td></tr><tr><td align=right><a target=mainpane href="inv_use.php?pwd=c755b0364d87e1df25a44ad76256a7d4&whichitem=2682">Radio</a>:</td><td><b>7</b></td></tr></table><br><center id="nudgeblock"><font size=2><a class=nounder href=questlog.php target=mainpane><b>Current Quest:</b></a></font><br><a style="display: inline" href="charpane.php?showall=1&pwd=c755b0364d87e1df25a44ad76256a7d4" class="showall"><font size="1">[show all]</font><br/></a><table id="nudges" width="100%"><tr rel="meatsmith"><td class="small" colspan="2"><div><a class=nounder target=mainpane href=place.php?whichplace=town_market><b>The Meatsmith</b></a> wants you to recover his check from the Skeleton Store in <a class=nounder target=mainpane href=place.php?whichplace=town_market><b>Market Square</b></a></div></td></tr><tr rel="bakery"><td class="small" colspan="2"><div>The <a class=nounder target=mainpane href=place.php?whichplace=town_market><b>Armorer and Leggerer</b></a> ordered a pie from the <a class=nounder target=mainpane href=place.php?whichplace=town_right><b>Bakery</b></a> on the <a class=nounder target=mainpane href=place.php?whichplace=town_right><b>Right Side of the Tracks</b></a> but it was never delivered.</div></td></tr><tr rel="glaciest"><td class="small" colspan="2"><div>Equip <a class=nounder target=mainpane href=inventory.php?which=2><b>Walford's bucket</b></a>!</div></td></tr><tr rel="newyou"><td class="small" colspan="2"><div>Sharpening the saw! Looks like you've cast Wave of Sauce during 0 of the required 8 encounters with a factory worker!</div></td></tr></table><p></center><hr width=50%><center><a target=mainpane href='/place.php?whichplace=town_right&action=town_bondhq'>Visit LI-11 HQ</a><br />(1 £ SC to spend)</center><hr width=50%><font size=2 color=black>[<a title="I'm feeling moody" href="/KoLmafia/sideCommand?cmd=save+as+mood&pwd=c755b0364d87e1df25a44ad76256a7d4" style="color:black">save as mood</a>]</font><br><br><table cellpadding=1 cellspacing=0><tr><td valign="middle"><a href="upeffect.php?efid=164&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Ur-Kel's Aria of Annoyance"><span style="font-weight: bold"><img alt="Click to cast Ur-Kel's Aria of Annoyance. Right-click to cast multiple times." title="Click to cast Ur-Kel's Aria of Annoyance. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/urkels.gif" width=30 height=30 alt="Ur-Kel's Aria of Annoyance" title="Ur-Kel's Aria of Annoyance" onClick='eff("59a1ac48440e1ea1f869f2b37753f9cc");' oncontextmenu='return shrug(164, "Ur-Kel's Aria of Annoyance");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Ur-Kel%27s+Aria+of+Annoyance&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Shrug off the Ur-Kel's Aria of Annoyance effect">2</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Ur-Kel%27s+Aria+of+Annoyance&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Ur-Kel's Aria of Annoyance"><img src="/images/redup.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=24&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Saucemastery"><span style="font-weight: bold"><img alt="Click to cast Sauce Contemplation. Right-click to cast multiple times." title="Click to cast Sauce Contemplation. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/contemplation.gif" width=30 height=30 alt="Saucemastery" title="Saucemastery" onClick='eff("2817b71ed041fdffb5b4b514c8be662d");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Saucemastery&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Saucemastery effect">5</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Sauce+Contemplation&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Saucemastery"><img src="/images/redup.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=21&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Seal Clubbing Frenzy"><span style="font-weight: bold"><img alt="Click to cast Seal Clubbing Frenzy. Right-click to cast multiple times." title="Click to cast Seal Clubbing Frenzy. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/clubseal.gif" width=30 height=30 alt="Seal Clubbing Frenzy" title="Seal Clubbing Frenzy" onClick='eff("93e55821ba196181627eae905eb1f052");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Seal+Clubbing+Frenzy&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Seal Clubbing Frenzy effect">5</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Seal+Clubbing+Frenzy&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Seal Clubbing Frenzy"><img src="/images/redup.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=22&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Patience of the Tortoise"><span style="font-weight: bold"><img alt="Click to cast Patience of the Tortoise. Right-click to cast multiple times." title="Click to cast Patience of the Tortoise. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/tortpatience.gif" width=30 height=30 alt="Patience of the Tortoise" title="Patience of the Tortoise" onClick='eff("13d514f97d8701d2507c8623b88897ff");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Patience+of+the+Tortoise&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Patience of the Tortoise effect">5</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Patience+of+the+Tortoise&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Patience of the Tortoise"><img src="/images/redup.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=26&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Mariachi Mood"><span style="font-weight: bold"><img alt="Click to cast Moxie of the Mariachi. Right-click to cast multiple times." title="Click to cast Moxie of the Mariachi. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/accordion.gif" width=30 height=30 alt="Mariachi Mood" title="Mariachi Mood" onClick='eff("c0a491f833b3490be4763e48a0a4c317");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Mariachi+Mood&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Mariachi Mood effect">5</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Moxie+of+the+Mariachi&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Mariachi Mood"><img src="/images/redup.gif" border=0></a></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/snowflakes.gif" width=30 height=30 alt="Starry-Eyed" title="Starry-Eyed" onClick='eff("c45d2469bf8cfd8c9bbc953e2a44f3c4");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Starry-Eyed&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Starry-Eyed effect">9</a>) <a href="/KoLmafia/sideCommand?cmd=telescope+look+high&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Starry-Eyed"><img src="/images/up.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=25&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Disco State of Mind"><span style="font-weight: bold"><img alt="Click to cast Disco Aerobics. Right-click to cast multiple times." title="Click to cast Disco Aerobics. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/discoball.gif" width=30 height=30 alt="Disco State of Mind" title="Disco State of Mind" onClick='eff("869b501ce3b0e8ba139e7f3807db0c1f");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Disco+State+of+Mind&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Disco State of Mind effect">9</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Disco+Aerobics&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Disco State of Mind"><img src="/images/up.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=50&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Empathy"><span style="font-weight: bold"><img alt="Click to cast Empathy of the Newt. Right-click to cast multiple times." title="Click to cast Empathy of the Newt. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/empathy.gif" width=30 height=30 alt="Empathy" title="Empathy" onClick='eff("ac32e95f470a7e0999863fa0db58d808");' oncontextmenu='return shrug(50, "Empathy");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Empathy&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Shrug off the Empathy effect">10</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Empathy+of+the+Newt&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Empathy"><img src="/images/up.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=23&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Pasta Oneness"><span style="font-weight: bold"><img alt="Click to cast Manicotti Meditation. Right-click to cast multiple times." title="Click to cast Manicotti Meditation. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/mandala.gif" width=30 height=30 alt="Pasta Oneness" title="Pasta Oneness" onClick='eff("583619abc0e4380d80629babe3677aed");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Pasta+Oneness&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Pasta Oneness effect">10</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Manicotti+Meditation&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Pasta Oneness"><img src="/images/up.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=1193&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Singer's Faithful Ocelot"><span style="font-weight: bold"><img alt="Click to cast Singer's Faithful Ocelot. Right-click to cast multiple times." title="Click to cast Singer's Faithful Ocelot. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/ocelot.gif" width=30 height=30 alt="Singer's Faithful Ocelot" title="Singer's Faithful Ocelot" onClick='eff("5ac8444ac684a7f9113690c1f254c1e4");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Singer%27s+Faithful+Ocelot&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Singer's Faithful Ocelot effect">12</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Singer%27s+Faithful+Ocelot&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Singer's Faithful Ocelot"><img src="/images/up.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=71&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Ode to Booze"><span style="font-weight: bold"><img alt="Click to cast The Ode to Booze. Right-click to cast multiple times." title="Click to cast The Ode to Booze. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/odetobooze.gif" width=30 height=30 alt="Ode to Booze" title="Ode to Booze" onClick='eff("626c8ef76cfc003c6ac2e65e9af5fd7a");' oncontextmenu='return shrug(71, "Ode to Booze");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Ode+to+Booze&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Shrug off the Ode to Booze effect">14</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+The+Ode+to+Booze&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Ode to Booze"><img src="/images/up.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=67&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Fat Leon's Phat Loot Lyric"><span style="font-weight: bold"><img alt="Click to cast Fat Leon's Phat Loot Lyric. Right-click to cast multiple times." title="Click to cast Fat Leon's Phat Loot Lyric. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/fatleons.gif" width=30 height=30 alt="Fat Leon's Phat Loot Lyric" title="Fat Leon's Phat Loot Lyric" onClick='eff("63e73adb3ecfb0cbf544db435eeeaf00");' oncontextmenu='return shrug(67, "Fat Leon's Phat Loot Lyric");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Fat+Leon%27s+Phat+Loot+Lyric&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Shrug off the Fat Leon's Phat Loot Lyric effect">15</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Fat+Leon%27s+Phat+Loot+Lyric&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Fat Leon's Phat Loot Lyric"><img src="/images/up.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=16&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Leash of Linguini"><span style="font-weight: bold"><img alt="Click to cast Leash of Linguini. Right-click to cast multiple times." title="Click to cast Leash of Linguini. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/string.gif" width=30 height=30 alt="Leash of Linguini" title="Leash of Linguini" onClick='eff("2d6d3ab04b40e1523aa9c716a04b3aab");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Leash+of+Linguini&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Leash of Linguini effect">15</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Leash+of+Linguini&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Leash of Linguini"><img src="/images/up.gif" border=0></a></td></tr><tr><td valign="middle"><a href="upeffect.php?efid=1395&qty=1&pwd=c755b0364d87e1df25a44ad76256a7d4" target="mainpane" class="upeffect" rel="Knowing Smile"><span style="font-weight: bold"><img alt="Click to cast Knowing Smile. Right-click to cast multiple times." title="Click to cast Knowing Smile. Right-click to cast multiple times." src="/images/otherimages/smallarrow_up.gif" height="15" width="15" /></span></a></td><td valign='middle' align=right><img src="/images/itemimages/coolsmile.gif" width=30 height=30 alt="Knowing Smile" title="Knowing Smile" onClick='eff("b713588cf0f1e011d11f6f7f51bc770e");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Knowing+Smile&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Knowing Smile effect">15</a>) <a href="/KoLmafia/sideCommand?cmd=cast+1+Knowing+Smile&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Knowing Smile"><img src="/images/up.gif" border=0></a></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/blankoutglob.gif" width=30 height=30 alt="Force of Mayo Be With You" title="Force of Mayo Be With You" onClick='eff("0156026f7efd2eed62873dd94bcbe203");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Force+of+Mayo+Be+With+You&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Force of Mayo Be With You effect">19</a>) <a href="/KoLmafia/sideCommand?cmd=mayosoak&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Force of Mayo Be With You"><img src="/images/up.gif" border=0></a></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/monkhead.gif" width=30 height=30 alt="Brother Corsican's Blessing" title="Brother Corsican's Blessing" onClick='eff("b7d75d553a9181dff7dc88d0ab556628");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Brother+Corsican%27s+Blessing&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Brother Corsican's Blessing effect">19</a>) <a href="/KoLmafia/sideCommand?cmd=friars+familiar&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Brother Corsican's Blessing"><img src="/images/up.gif" border=0></a></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/chessset.gif" width=30 height=30 alt="Puzzle Champ" title="Puzzle Champ" onClick='eff("c359f03413fa5582269a860f664cc7fe");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Puzzle+Champ&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Puzzle Champ effect">24</a>) <a href="/KoLmafia/sideCommand?cmd=witchess&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Puzzle Champ"><img src="/images/up.gif" border=0></a></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/10101.gif" width=30 height=30 alt="stats.enq" title="stats.enq" onClick='eff("4d1c706ae6625bd6e44b1451ffeb3ff1");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+stats.enq&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the stats.enq effect">33</a>)</td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/hotdog_spooky.gif" width=30 height=30 alt="Adventurer's Best Friendship" title="Adventurer's Best Friendship" onClick='eff("e8e5580eafade2ad9bb6452c96e3d912");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Adventurer%27s+Best+Friendship&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Adventurer's Best Friendship effect">76</a>)</td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/10101.gif" width=30 height=30 alt="items.enh" title="items.enh" onClick='eff("4c14018748bc6c9ba2245928cc7410d7");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+items.enh&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the items.enh effect">99</a>) <a href="/KoLmafia/sideCommand?cmd=terminal+enhance+items.enh&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of items.enh"><img src="/images/up.gif" border=0></a></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/foldednote.gif" width=30 height=30 alt="Think Win-Lose" title="Think Win-Lose" onClick='eff("15e085fdaa0b4b22b52381f094e14b27");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+Think+Win-Lose&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the Think Win-Lose effect">200</a>) <a href="/KoLmafia/sideCommand?cmd=use+1+Daily+Affirmation%3A+Think+Win-Lose&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Increase rounds of Think Win-Lose"><img src="/images/up.gif" border=0></a></td></tr><tr><td></td><td valign='middle' align=right><img src="/images/itemimages/10101.gif" width=30 height=30 alt="familiar.enq" title="familiar.enq" onClick='eff("e0ee8a20aa6c6f60720749b5b3f875a5");'></td><td>(<a href="/KoLmafia/sideCommand?cmd=uneffect+familiar.enq&pwd=c755b0364d87e1df25a44ad76256a7d4" title="Use a remedy to remove the familiar.enq effect">200</a>)</td></tr></table></center><center><font size=1>[<a href="charpane.php">refresh</a>]</font></center></body></html>