In response to Unca’ Paul’s posting here, i here present you :
The food will probably suck after the 787’s time you go there…
Rumours has it that if you talk to the shop owner after eating there 786 times, you’ll receive an Ultima Sword (+60 ATK,+45 STR, 100% critical hit), 99 Megalixirs, 10 MISB G1 Takara Fortress Maximus(es) and Mike’s entire TF collection. BTW, you need to buff up to LVL 78 with 6 more EXP to LVL 79. The shop owner will gladly bitchslap you (99% instant death, 1% 9998 DMG) if this condition is not met.
Mai Oi Cek Mai 786 Kali - Cameron Highlands.
document.getElementById(’banner’).innerHTML=”
[Poo's CountDown Ver 1.00]
“;
document.getElementById(’banner’).style.background=”black”;
function countdown(obj)
{
this.obj = obj;
this.Div = “clock”;
this.BackColor = “white”;
this.ForeColor = “black”;
this.TargetDate = “12/31/2020 5:00 AM”;
this.DisplayFormat = “%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.”;
this.CountActive = true;
this.DisplayStr;
this.Calcage = cd_Calcage;
this.CountBack = cd_CountBack;
this.Setup = cd_Setup;
}
function cd_Calcage(secs, num1, num2)
{
s = ((Math.floor(secs/num1))%num2).toString();
if (s.length < 2) s = “0″ + s;
return (s);
}
function cd_CountBack(secs)
{
this.DisplayStr = this.DisplayFormat.replace(/%%D%%/g, this.Calcage(secs,86400,100000));
this.DisplayStr = this.DisplayStr.replace(/%%H%%/g, this.Calcage(secs,3600,24));
this.DisplayStr = this.DisplayStr.replace(/%%M%%/g, this.Calcage(secs,60,60));
this.DisplayStr = this.DisplayStr.replace(/%%S%%/g, this.Calcage(secs,1,60));
document.getElementById(this.Div).innerHTML = this.DisplayStr;
if (this.CountActive) setTimeout(this.obj +”.CountBack(” + (secs-1) + “)”, 990);
}
function cd_Setup()
{
var dthen = new Date(this.TargetDate);
var dnow = new Date();
ddiff = new Date(dthen-dnow);
gsecs = Math.floor(ddiff.valueOf()/1000);
this.CountBack(gsecs);
}
var cd1 = new countdown(’cd1′);
cd1.Div = “clock1″;
cd1.TargetDate = “05/05/2007 10:00 AM”;
cd1.DisplayFormat = “%%D%% days, %%H%% hours, %%M%% minutes, %%S%% seconds”;
cd1.Setup();