|
Starting Line 의 선수들........앞줄 Senior A, 둘째줄 Senior B, 세째줄 Senior B........출발 간격 5분, Dead Engine Start 방식









그리고 나중에 Junior.......

출발은 Shot Gun으로......

출발 Senior A......1등으로 나가는 선수 46번,,,




계속 줄잊는 다른 선수들........




계속...... | |
|
function popupMyAvatar() {
mname = "";
rurl = "http:///reload.html";
url = "http://mall.avatar.daum.net/cgi-bin/MyAvatar?TYPE=POPUP&MNAME="+mname+"&URL="+rurl;
window.open(url, '', 'toolbar=0,status=0,width=610,height=420,scrollbars=1');
}
//친구 앨범
function popupAlbum(euserid) {
url = "http://mall.avatar.daum.net/avatar/member/popup/i_album_pop.jsp?euserid="+euserid;
window.open(url, 'album_pop', 'toolbar=0,status=0,width=560,height=554,scrollbars=0');
}
//찜목록
function popupZim(euserid) {
url = "http://mall.avatar.daum.net/avatar/member/popup/i_album_pop.jsp?euserid="+euserid;
window.open(url, 'album_pop', 'toolbar=0,status=0,width=560,height=554,scrollbars=0');
}
var onImage, offImage;
var imgSrc;
onImage = new Array();
offImage = new Array();
function MouseOver(index,item) {
imgSrc = eval("document.OnOff" + index);
imgSrc.src = onImage[index].src;
item.style.color = "#000000";
}
function MouseOut(index,item) {
imgSrc = eval("document.OnOff" + index);
imgSrc.src = offImage[index].src;
item.style.color = "#797979";
}
onImage[1] = new Image();
onImage[1].src="http://image.hanmail.net/hanmail/cf_img/bbs_album1.gif";
onImage[2] = new Image();
onImage[2].src="http://image.hanmail.net/hanmail/cf_img/bbs_buy1.gif";
onImage[3] = new Image();
onImage[3].src="http://image.hanmail.net/hanmail/cf_img/bbs_love1.gif";
onImage[4] = new Image();
onImage[4].src="http://image.hanmail.net/hanmail/cf_img/bbs_avatar1.gif";
offImage[1] = new Image();
offImage[1].src="http://image.hanmail.net/hanmail/cf_img/bbs_album.gif";
offImage[2] = new Image();
offImage[2].src="http://image.hanmail.net/hanmail/cf_img/bbs_buy.gif";
offImage[3] = new Image();
offImage[3].src="http://image.hanmail.net/hanmail/cf_img/bbs_love.gif";
offImage[4] = new Image();
offImage[4].src="http://image.hanmail.net/hanmail/cf_img/bbs_avatar.gif";
//추천 팝업창
function popupRecom(euserid) {
url = "http://mall.avatar.daum.net/avatar/member/event/escaperecom_popup.jsp?euserid="+euserid;
window.open(url, 'recom_pop','');
}
//신청팝업창
function popupapply(euserid) {
url = "http://mall.avatar.daum.net/avatar/member/event/escapeapply_popup.jsp?euserid="+euserid;
window.open(url, 'apply_pop', '');
}
아바타 꾸미기
| |