var zodiac = new Array(); //#COOKIE関連 // Cookie設定 function setCookie(keyname, val) { tmp = keyname + "=" + escape(val) + ";"; tmp += "expires=Mon,31-Dec-2038 0:0:0;"; document.cookie = tmp; } // Cookie取得 function getCookie(keyname) { tmp = document.cookie + ";"; index1 = tmp.indexOf(keyname, 0); if (index1 != -1) { tmp = tmp.substring(index1,tmp.length); index2 = tmp.indexOf("=", 0) + 1; index3 = tmp.indexOf(";", index2); return(unescape(tmp.substring(index2, index3))); } return(""); } //星座配列 zodiac[0] = "ari"; zodiac[1] = "tau"; zodiac[2] = "gem"; zodiac[3] = "can"; zodiac[4] = "leo"; zodiac[5] = "vir"; zodiac[6] = "lib"; zodiac[7] = "sco"; zodiac[8] = "sag"; zodiac[9] = "cap"; zodiac[10] = "aqu"; zodiac[11] = "pis"; function fncLocmagGetImageQr(index){ //IE document.getElementById("locmag_fortune_zodiac_image_qr").src = "http://www.locmag.com/fortune/img/qr/fortune_"+zodiac[index]+".gif"; setCookie("locmag_fortune_zodiac_image_qr",index); } function fncLocmagChangeQr(prm){ window.open("http://www.locmag.com/fortune/iframe.php?type=qr&prm="+prm,"locmag_zodiac_qr"); } function fncLocmagSetBgImageQr(index){ imgTitle = new Array(); imgTitle["ari"] = "aries.jpg"; imgTitle["tau"] = "taurus.jpg"; imgTitle["gem"] = "gemini.jpg"; imgTitle["can"] = "cancer.jpg"; imgTitle["leo"] = "leo.jpg"; imgTitle["vir"] = "virgo.jpg"; imgTitle["lib"] = "libra.jpg"; imgTitle["sco"] = "scorpius.jpg"; imgTitle["sag"] = "sagittarius.jpg"; imgTitle["cap"] = "capricornus.jpg"; imgTitle["aqu"] = "aquarius.jpg"; imgTitle["pis"] = "pisces.jpg"; imgSrc = "http://www.locmag.com/fortune/img/qr/"+imgTitle[index]; document.getElementById('locmag_fortune_zodiac_bg_image_qr').style.backgroundImage = 'url('+imgSrc+')'; } locmag_fortune_zodiac_image_qr = getCookie("locmag_fortune_zodiac_image_qr"); if(locmag_fortune_zodiac_image_qr == "" || (locmag_fortune_zodiac_image_qr < 0 || locmag_fortune_zodiac_image_qr > 11)){ locmag_fortune_zodiac_image_qr = 0; } function encodeUrl(url) { if (typeof(encodeURIComponent) == 'function') { return encodeURIComponent(url); } else { return escape(url); } } if(document.URL.match("http://www.wretch.cc")){ rssCM = ""; rssCM_black = ""; rssCM_brown = ""; }else{ rssCM = ""; rssCM_black = ""; rssCM_brown = ""; } document.write("\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\ \ \ \ \
\ \ \ \ \ \ \ \
\ \
\ \ \ \ \
\ \
\
\
\
\ \ \ \ \ \ \
\

\
\ \ "); document.getElementById("locmag_fortune_zodiac_select_qr").selectedIndex = locmag_fortune_zodiac_image_qr; fncLocmagChangeQr(zodiac[locmag_fortune_zodiac_image_qr]); fncLocmagGetImageQr(locmag_fortune_zodiac_image_qr); fncLocmagSetBgImageQr(zodiac[locmag_fortune_zodiac_image_qr]);