Pergi Design > Edit HTML .
Ctrl + F , then korang carik code ]]></b:skin>
Dah jumpe ? Kalau dah jumpe , copy code dekat bawah ni and pastekan sebelum code ]]></b:skin> tadi ::-webkit-scrollbar { height:12px; width: 12px; background: #FFFFFF; } ::-webkit-scrollbar-thumb { background-color: #000000; -moz-border-radius: 10px; border-radius: 10px; }
background-image:url(URL BACKGROUND);

A successful K-Pop group is made up of many elements but two are absolutely essential — a leader and a maknae. We already covered the top 10 K-Pop leaders so it’s the maknae’s turn this time!
MTV K’s dictionary definition of a maknae is “the youngest member in a group.” They’re expected to have perfect skin (being the youngest and all), lots of aegyo and a lovable personality. There are those who fit that mold and then there are the rebels. You know who I’m talking about.
Vote for your favorite maknae in the poll below!
Photos from Freestyle Kara Cat, YG Entertainment, SM Entertainment, JYP Entertainment and NH Media.


Known for her sweet and innocent looks, KARA‘s Jiyoung has lots of admirers including 2AM’s Changmin. She gets bonus points for turning him down on national television!


What is 2AM‘s Jinwoon made of? Muscles, eye smiles and thoughts about girl groups. His wide network of friends includes the 91-line of idols (SHINee’s Key and KARA’s Nicole) which means his name is always popping up in variety shows.


2NE1‘s dance machine Minzy could not be cuter if she tried. Sexy when she needs to be and adorable the rest of the time, she’s beloved by her unnies. Bom is actually 10 years older than her! Talk about being the youngest member.


Girls’ Generation‘s Seohyun continues the trend of maknaes who seem like the oldest member in a group. Statuesque and mature beyond her years, she’s even “married!” Her doe-eyes and unintentionally hilarious character (she really really likes sweet potatoes) makes her one of the most endearing maknaes.


U-Kiss‘ Dongho has a combination of features proven to capture noona’s hearts — a killer eye-smile and chipmunk cheeks. He really made his mark as the easygoing, could-care-less character on Idol Maknae Rebellion.


Chansung is the oldest maknae of them all…in terms of looks. Most people go, huh? He’s not the hyung? The banana-obsessed “European model” loves 2PM and 2PM loves him back.


Kyuhyun can be categorized as a Changmin type of maknae. Evil to his hyungs but combine his personality with his velvety voice and dry humor and you get an exceptional member of Super Junior. F**k Yea Kyuhyun Facts sums him up perfectly — “Kyuhyun is not a hyungwhore. Hyungs are Kyuwhores. Kyuhyun doesn’t mispronounce Mandarin Chinese. It’s Mandarin that’s wrong.” Exactly.


Big Bang‘s Seungri is the out-spoken, panda-eyed member who shocks the nation everytime he tells one of his stories. Big Bang practically has anxiety attacks when he appears on a variety show but they’re incredibly open with their affection for him. Seungri, in return, does everything he can for his hyungs behind-the-scenes.


TVXQ‘s Changmin arguably started the whole rebellious maknae movement. He’s snarky, tortures his hyungs and is more sexy than full of aegyo. At 6’1, tall, dark and handsome Changmin once tried to blame Junsu for stealing his cute maknae role. Yeah, ok.


When entertainment companies look through their trainees for a potential maknae to add to a group, they refer to a book called WhySHINee‘s Taemin is the perfect maknae. He’s had fluffy hair since his debut (it’s gone through all sorts of candy colors), huge eyes that say “love me”, and he’s still in school making him noona bait.
source : mtvk.com
design > page elements > add a gadget
copy code dibawah dan paste diruangan tersebut tanpa tittle<script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script type="text/javascript">// <![CDATA[var colours=new Array("#fff", "#fff", "#fff", "#fff", "#fff"); // colours for top, right, bottom and left borders and background of bubblesvar bubbles=66; // maximum number of bubbles on screen/***************************** JavaScript Bubble Cursor ** (c) 2010 mf2fm web-design ** http://www.mf2fm.com/rv ** DON'T EDIT BELOW THIS BOX *****************************/var x=ox=400;var y=oy=300;var swide=800;var shigh=600;var sleft=sdown=0;var bubb=new Array();var bubbx=new Array();var bubby=new Array();var bubbs=new Array();window.onload=function() { if (document.getElementById) {var rats, div;for (var i=0; i<bubbles; i++) {rats=createDiv("3px", "3px");rats.style.visibility="hidden";div=createDiv("auto", "auto");rats.appendChild(div);div=div.style;div.top="1px";div.left="0px";div.bottom="1px";div.right="0px";div.borderLeft="1px solid "+colours[3];div.borderRight="1px solid "+colours[1];div=createDiv("auto", "auto");rats.appendChild(div);div=div.style;div.top="0px";div.left="1px";div.right="1px";div.bottom="0px"div.borderTop="1px solid "+colours[0];div.borderBottom="1px solid "+colours[2];div=createDiv("auto", "auto");rats.appendChild(div);div=div.style;div.left="1px";div.right="1px";div.bottom="1px";div.top="1px";div.backgroundColor=colours[4];div.opacity=0.5;if (document.all) div.filter="alpha(opacity=50)";document.body.appendChild(rats);bubb[i]=rats.style;}set_scroll();set_width();bubble();}}function bubble() {var c;if (x!=ox || y!=oy) {ox=x;oy=y;for (c=0; c<bubbles; c++) if (!bubby[c]) {bubb[c].left=(bubbx[c]=x)+"px";bubb[c].top=(bubby[c]=y)+"px";bubb[c].width="3px";bubb[c].height="3px"bubb[c].visibility="visible";bubbs[c]=3;break;}}for (c=0; c<bubbles; c++) if (bubby[c]) update_bubb(c);setTimeout("bubble()", 40);}function update_bubb(i) {if (bubby[i]) {bubby[i]-=bubbs[i]/2+i%2;bubbx[i]+=(i%5-2)/5;if (bubby[i]>sdown && bubbx[i]>0) {if (Math.random()<bubbs[i]/shigh*2 && bubbs[i]++<8) {bubb[i].width=bubbs[i]+"px";bubb[i].height=bubbs[i]+"px";}bubb[i].top=bubby[i]+"px";bubb[i].left=bubbx[i]+"px";}else {bubb[i].visibility="hidden";bubby[i]=0;return;}}}document.onmousemove=mouse;function mouse(e) {set_scroll();y=(e)?e.pageY:event.y+sleft;x=(e)?e.pageX:event.x+sdown; }window.onresize=set_width;function set_width() {if (document.documentElement && document.documentElement.clientWidth) {swide=document.documentElement.clientWidth;shigh=document.documentElement.clientHeight;}else if (typeof(self.innerHeight)=="number") {swide=self.innerWidth;shigh=self.innerHeight;}else if (document.body.clientWidth) {swide=document.body.clientWidth;shigh=document.body.clientHeight;}else {swide=800;shigh=600;}}window.onscroll=set_scroll;function set_scroll() {if (typeof(self.pageYOffset)=="number") {sdown=self.pageYOffset;sleft=self.pageXOffset;}else if (document.body.scrollTop || document.body.scrollLeft) {sdown=document.body.scrollTop;sleft=document.body.scrollLeft;}else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {sleft=document.documentElement.scrollLeft;sdown=document.documentElement.scrollTop;}else {sdown=0;sleft=0;}}function createDiv(height, width) {var div=document.createElement("div");div.style.position="absolute";div.style.height=height;div.style.width=width;div.style.overflow="hidden";return (div);}// ]]></script>
warna merah tu tukarkan je dengan warna yg korang nk kat sini.Yang warna purple pulak berapa banyak bubbles yang korang nak


