function go_dizshop(){
	window.open("#","","");
}

function goEvent(){
	//alert("ÀÌº¥Æ®´Â 7¿ù 6ÀÏ ½ÃÀÛµË´Ï´Ù!");
	location.href = "#";
}
document.writeln("<div id=\"mainRight\">");
flashout("flash/promotion12.swf","172","188");
document.writeln("</div>");

markW = 170; 
markH = 190; 
posX = 820;  
posY = 266;  
markRefresh = 1; 

var wMark=document.getElementById("mainRight").style;

function setVals() {
	wMark.width = markW;
	wMark.height = markH;
}

function wRefresh() {
	wMark.left = posX + (document.body.scrollLeft);
	wMark.top = posY + (document.body.scrollTop);
}

function markMe() {
	setVals();
	window.onresize=setVals;
	markID = setInterval ("wRefresh()",markRefresh);
}

markMe();