var gnb = { gamename: ['Shot Online 2010','Soul Master','Heroes in the Sky','Legend of Edda','Asda Story','MLB Dugout Heroes','Cue Online','Tank Ace'], gameimg : ['game_shot.gif','game_soul.gif','game_his.gif','game_loe.gif','game_asda.gif','game_mlb.gif','game_cue.gif','game_tank.gif'], gameurl : ['http://shotonline.gamescampus.com','http://soulmaster.gamescampus.com','http://his.gamescampus.com','http://legendofedda.gamescampus.com','http://asdastory.gamescampus.com','http://mlbdugoutheroes.gamescampus.com','http://cueonline.gamescampus.com','http://tankace.gamescampus.com'], allgames: function() { var isrc = $('#gnb_allgames').attr('src') var stats = (isrc.indexOf("on.gif") > 0) ? "off" : "on"; $('#gnb_allgames').attr('src','http://image.gamescampus.com/global/gnb_allgames_'+stats+'.gif'); this.show_allgames(); }, show_allgames: function() { $('#gnb_sub').toggle(); }, signout: function() { alert('Sign Out!!!'); }, gclist: function() { page = typeof(arguments[0]) == 'undefined' ? 1 : arguments[0]; stNum = (page - 1) * 7; edNum = page * 7; //page > 1 ? this.gamename.length: 7; //alert([stNum,edNum]); for(var i=1; i<=7; i++) { ele = '#gcgame' + i; num = i + stNum - 1; $(ele + ' div a').attr('href', '#'); $(ele + ' div a img').attr({'src':'http://image.gamescampus.com/global/gnbsub_noimg.gif', 'alt':''}); $(ele + ' p a').attr('src', '#').html(''); if (typeof(this.gameurl[num])!='undefined') { $(ele + ' div a').attr('href', this.gameurl[num]); $(ele + ' div a img').attr({'src':'http://image.gamescampus.com/global/'+this.gameimg[num], 'alt':this.gameurl[num]}); $(ele + ' p a').attr('src','http://image.gamescampus.com/global/'+this.gameurl[num]).html(this.gamename[num]); } } } }; function getCookie(cookieName){ var cookieValue = ''; dc_sPos = document.cookie.indexOf('u='); dc_ePos = (dc_sPos != -1) ? document.cookie.indexOf(';', dc_sPos + (escape(cookieName) + '=').length) : -1; dc_val = (dc_ePos != -1) ? unescape(document.cookie.substring(dc_sPos, dc_ePos)) : ""; if (dc_val.length < 0) return false; var posName = dc_val.indexOf(escape(cookieName) + '='); if (posName != -1) { var posValue = posName + (escape(cookieName) + '=').length; var endPos = dc_val.indexOf('&', posValue); if (endPos != -1) cookieValue = unescape(dc_val.substring(posValue, endPos)); else cookieValue = unescape(dc_val.substring(posValue)); } return (cookieValue); } var uid = getCookie("id"); var ulv = getCookie("lv"); $(document).ready(function() { /* Gnb */ $('#gnb_sub>ul>li>div').hover(function() { $(this).css('border-color','#CCC'); }, function() { $(this).css('border-color','#474747'); }); gnb.gclist(1); }); var nowdate = new Date('9/8/2010 7:35:40 AM'); function disp_clock() { nowdate.setTime(nowdate.getTime() + 1000); hr = ( nowdate.getHours() > 9 ) ? nowdate.getHours() : '0'+nowdate.getHours(); min = ( nowdate.getMinutes() > 9 ) ? nowdate.getMinutes() : '0'+nowdate.getMinutes(); sec = ( nowdate.getSeconds() > 9 ) ? nowdate.getSeconds() : '0'+nowdate.getSeconds(); document.getElementById('clock').innerHTML = hr+":"+min+":"+sec; setTimeout('disp_clock()',1000); } setTimeout('disp_clock()',1000); var gnb_html = ''; gnb_html += '