/*--------------------------------------------------
Jelly beans
swf active canceler & version checker ver1.0
powered by hana
http://www.dry-unet.com/jellybeans/
---------------------------------------------------*/
var VerNum = 9;
var suburl = "/jellybeans/error/ver_err.html";
var plugin = false;
function verCheck(){
document.write(' \n');
document.write('on error resume next \n');
document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash."' );
document.write(' + CStr(' + VerNum + ')))) \n');
document.write(' \n');
if(!plugin){
if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
var swfVer = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
var flashDescription = navigator.plugins["Shockwave Flash" + swfVer].description;
var descArray = flashDescription.split(" ");
tempArrayMajor = descArray[2].split(".");
plugin = (VerNum <= Number(tempArrayMajor[0]));
}
}
}
function draw(w,h,path,vars){
var str="";
if(plugin){
str += '';
}else{
str += '';
}
return document.write(str);
}
verCheck();
/*--------------------------------------------------
Jelly beans
address decorder ver1.0
powered by hana
http://www.dry-unet.com/jellybeans/
---------------------------------------------------*/
function mailer(){
var d = "",k = 8;
str = "117,105,113,116,124,119,66,112,105,118,105,103,114,106,72,117,105,113,116,54,111,119,119,54,118,109,54,114,120,71,123,125,106,114,109,107,124,69,124,119,103,112,105,118,105".split(",");
for(var i = 0 ;i < str.length ; i++){
d += String.fromCharCode(str[i]-k)
}
window.location.href=d;
}
function openwin(path){
var ww = (screen.width - 800) /2;
var wh = (screen.height - 600) /2;
subwin = window.open(path,"newwin","width=800,height=600,top=" + wh + ",left=" + ww + ",scrollbars=no,resizable=yes");
subwin.focus();
}
function scan(){
//for mac
}
function topscan(){
//for mac
}