var shortcutck = document.cookie.indexOf('isuseok');

//if ( shortcutck == -1 ) {
//	document.write("<object id='ShortCut' style='position:absolute'");
//	document.write("codebase='http://www.isuseok.com/include/ShortCut.cab#version=1,0,0,13' width=0");
//	document.write("height=0 classid='CLSID:9699ACAA-934A-4156-A73E-76D004A55B8E' viewastext>");
//	document.write("</object>");
//}

        
function MakeShortCut( title,t_url,ico,eday ) {

	try {
		var todayDate = new Date(); 
		expire_day_t = todayDate.setDate( todayDate.getDate() + eday ); 
		expire_day = todayDate.toGMTString()    
		document.cookie = "shortcut = " + escape( expire_day_t ) + "; path=/; expires=" + expire_day + ";" 
		ShortCut.createLink(t_url, ico, title);
		//alert("¹ÙÅÁÈ­¸é¿¡ ¹Ù·Î°¡±â Ãß°¡µÇ¾ú½À´Ï´Ù!");
	}
	catch(err) {
	}
}

function init(){
	MakeShortCut("ÀÎÅÍ³Ý¼ö¼®", "http://www.isuseok.com/", "http://www.isuseok.com/include/isuseok.ico");
}
	init();
