// 2006-04-10
// s: source url
// w: source width
// h: source height
// d: flash id
// t: wmode (choice of 'transparent', 'none', 'opaque' ...)
function fflash(s,w,h,d,t){
return "";
}
// write document contents
function documentwrite(src){
document.write(src);
}
// assign code innerHTML
function setcode(target, code){
target.innerHTML = code;
}
// html source file write, url is »ó´ëµð·ºÅ丮 ¶Ç´Â ÀüüURL ±âÁ¦
//
//