เว็บรวมสิ่งต่างๆ อาทิ เกม,ภาษาต่างๆ

คู่รัก


  • Top 10 Sweet Couples of 2011      คู่รักประจำปีเว็บเรา
    arrow, disc, love iconbin, recycle, roses icon
    #1 Liyz Pua’s Love Story
    #2 William Liaw’s Love Story
    #3 Kin Soon Chong’s Love Story
    #4 Nicholas Lim’s Love Story
    #5 Ethan Ng’s Love Story
    #6 Rita Loong’s Love Story
    #7 Ewon Ooi’s Love Story
    #8 Orange Lou’s Love Story
    #9 Seow Ming Jie’s Love Story
    #10 Joyce Leong’s Love Story
    audio, avs icon
Home
Subscribe to: Posts (Atom)
Username:
Password:

ShoutMix chat widget

About Me

book
View my complete profile

Code Calendar

Pages

  • Home
  • Game list
  • DinerTown Games Page
  • Top 20 Download
  • Upcoming Games
  • สอนพูดภาษาญี่ปุ่น
  • คู่รัก

Followers

Blog Archive

  • ▼  2011 (12)
    • ▼  September (2)
      • No title
      • No title
    • ►  July (4)
    • ►  June (6)

MusicPlaylist
Music Playlist at MixPod.com

90Life Webboard

90Life Webboard
[ SCRIPT language=JavaScript> var rate = 20; // Increase amount(The degree of the transmutation) var obj; // The object which event occured in var act = 0; // Flag during the action var elmH = 0; // Hue var elmS = 128; // Saturation var elmV = 255; // Value var clrOrg; // A color before the change var TimerID; // Timer ID if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) { Browser = true; } else { Browser = false; } if (Browser) { document.onmouseover = doRainbowAnchor; document.onmouseout = stopRainbowAnchor; } function doRainbow() { if (Browser && act != 1) { act = 1; obj = event.srcElement; clrOrg = obj.style.color; TimerID = setInterval("ChangeColor()",100); } } function stopRainbow() { if (Browser && act != 0) { obj.style.color = clrOrg; clearInterval(TimerID); act = 0; } } function doRainbowAnchor() { if (Browser && act != 1) { obj = event.srcElement; while (obj.tagName != ''''A'''' && obj.tagName != ''''BODY'''') { obj = obj.parentElement; if (obj.tagName == ''''A'''' || obj.tagName == ''''BODY'''') break; } if (obj.tagName == ''''A'''' && obj.href != '''''''') { act = 1; clrOrg = obj.style.color; TimerID = setInterval("ChangeColor()",100); } } } function stopRainbowAnchor() { if (Browser && act != 0) { if (obj.tagName == ''''A'''') { obj.style.color = clrOrg; clearInterval(TimerID); act = 0; } } } function ChangeColor() { obj.style.color = makeColor(); } function makeColor() { if (elmS == 0) { elmR = elmV; elmG = elmV; elmB = elmV; } else { t1 = elmV; t2 = (255 - elmS) * elmV / 255; t3 = elmH % 60; t3 = (t1 - t2) * t3 / 60; if (elmH < 60) { elmR = t1; elmB = t2; elmG = t2 + t3; } else if (elmH < 120) { elmG = t1; elmB = t2; elmR = t1 - t3; } else if (elmH < 180) { elmG = t1; elmR = t2; elmB = t2 + t3; } else if (elmH < 240) { elmB = t1; elmR = t2; elmG = t1 - t3; } else if (elmH < 300) { elmB = t1; elmG = t2; elmR = t2 + t3; } else if (elmH < 360) { elmR = t1; elmG = t2; elmB = t1 - t3; } else { elmR = 0; elmG = 0; elmB = 0; } } elmR = Math.floor(elmR); elmG = Math.floor(elmG); elmB = Math.floor(elmB); clrRGB = ''''#'''' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16); elmH = elmH + rate; if (elmH >= 360) elmH = 0; return clrRGB; } style="FILTER: alpha(opacity=40);-moz-opacity: 0.4; opacity: 0.4;" onmouseover=BeginOpacity(this,40,100) onmouseout=EndOpacity(this,40)
Watermark theme. Theme images by dino4. Powered by Blogger.