%3Cscript+type%3D%22text%2Fjavascript%22%3E%0D%0A++++++++++%2F%2F+%3C%21%5BCDATA%5B%0D%0A++++++++++var+colour%3D%22%23000000%22%3B%0D%0A++++++++++var+sparkles%3D50%3B%0D%0A+++%0D%0A++++++++++var+x%3Dox%3D400%3B%0D%0A++++++++++var+y%3Doy%3D300%3B%0D%0A++++++++++var+swide%3D800%3B%0D%0A++++++++++var+shigh%3D600%3B%0D%0A++++++++++var+sleft%3Dsdown%3D0%3B%0D%0A++++++++++var+tiny%3Dnew+Array%28%29%3B%0D%0A++++++++++var+star%3Dnew+Array%28%29%3B%0D%0A++++++++++var+starv%3Dnew+Array%28%29%3B%0D%0A++++++++++var+starx%3Dnew+Array%28%29%3B%0D%0A++++++++++var+stary%3Dnew+Array%28%29%3B%0D%0A++++++++++var+tinyx%3Dnew+Array%28%29%3B%0D%0A++++++++++var+tinyy%3Dnew+Array%28%29%3B%0D%0A++++++++++var+tinyv%3Dnew+Array%28%29%3B%0D%0A++++++++++window.onload%3Dfunction%28%29+%7B+if+%28document.getElementById%29+%7B%0D%0A++++++++++++var+i%2C+rats%2C+rlef%2C+rdow%3B%0D%0A++++++++++++for+%28var+i%3D0%3B+i%3Csparkles%3B+i%2B%2B%29+%7B%0D%0A++++++++++++++var+rats%3DcreateDiv%283%2C+3%29%3B%0D%0A++++++++++++++rats.style.visibility%3D%22hidden%22%3B%0D%0A++++++++++++++document.body.appendChild%28tiny%5Bi%5D%3Drats%29%3B%0D%0A++++++++++++++starv%5Bi%5D%3D0%3B%0D%0A++++++++++++++tinyv%5Bi%5D%3D0%3B%0D%0A++++++++++++++var+rats%3DcreateDiv%285%2C+5%29%3B%0D%0A++++++++++++++rats.style.backgroundColor%3D%22transparent%22%3B%0D%0A++++++++++++++rats.style.visibility%3D%22hidden%22%3B%0D%0A++++++++++++++var+rlef%3DcreateDiv%281%2C+5%29%3B%0D%0A++++++++++++++var+rdow%3DcreateDiv%285%2C+1%29%3B%0D%0A++++++++++++++rats.appendChild%28rlef%29%3B%0D%0A++++++++++++++rats.appendChild%28rdow%29%3B%0D%0A++++++++++++++rlef.style.top%3D%222px%22%3B%0D%0A++++++++++++++rlef.style.left%3D%220px%22%3B%0D%0A++++++++++++++rdow.style.top%3D%220px%22%3B%0D%0A++++++++++++++rdow.style.left%3D%222px%22%3B%0D%0A++++++++++++++document.body.appendChild%28star%5Bi%5D%3Drats%29%3B%0D%0A++++++++++++%7D%0D%0A++++++++++++set_width%28%29%3B%0D%0A++++++++++++sparkle%28%29%3B%0D%0A++++++++++%7D%7D%0D%0A++++++++++function+sparkle%28%29+%7B%0D%0A++++++++++++var+c%3B%0D%0A++++++++++++if+%28x%21%3Dox+%7C%7C+y%21%3Doy%29+%7B%0D%0A++++++++++++++ox%3Dx%3B%0D%0A++++++++++++++oy%3Dy%3B%0D%0A++++++++++++++for+%28c%3D0%3B+c%3Csparkles%3B+c%2B%2B%29+if+%28%21starv%5Bc%5D%29+%7B%0D%0A++++++++++++++++star%5Bc%5D.style.left%3D%28starx%5Bc%5D%3Dx%29%2B%22px%22%3B%0D%0A++++++++++++++++star%5Bc%5D.style.top%3D%28stary%5Bc%5D%3Dy%29%2B%22px%22%3B%0D%0A++++++++++++++++star%5Bc%5D.style.clip%3D%22rect%280px%2C+5px%2C+5px%2C+0px%29%22%3B%0D%0A++++++++++++++++star%5Bc%5D.style.visibility%3D%22visible%22%3B%0D%0A++++++++++++++++starv%5Bc%5D%3D50%3B%0D%0A++++++++++++++++break%3B%0D%0A++++++++++++++%7D%0D%0A++++++++++++%7D%0D%0A++++++++++++for+%28c%3D0%3B+c%3Csparkles%3B+c%2B%2B%29+%7B%0D%0A++++++++++++++if+%28starv%5Bc%5D%29+update_star%28c%29%3B%0D%0A++++++++++++++if+%28tinyv%5Bc%5D%29+update_tiny%28c%29%3B%0D%0A++++++++++++%7D%0D%0A++++++++++++setTimeout%28%22sparkle%28%29%22%2C+40%29%3B%0D%0A++++++++++%7D%0D%0A++++++++++function+update_star%28i%29+%7B%0D%0A++++++++++++if+%28--starv%5Bi%5D%3D%3D25%29+star%5Bi%5D.style.clip%3D%22rect%281px%2C+4px%2C+4px%2C+1px%29%22%3B%0D%0A++++++++++++if+%28starv%5Bi%5D%29+%7B%0D%0A++++++++++++++stary%5Bi%5D%2B%3D1%2BMath.random%28%29*3%3B%0D%0A++++++++++++++if+%28stary%5Bi%5D%3Cshigh%2Bsdown%29+%7B%0D%0A++++++++++++++++star%5Bi%5D.style.top%3Dstary%5Bi%5D%2B%22px%22%3B%0D%0A++++++++++++++++starx%5Bi%5D%2B%3D%28i%255-2%29%2F5%3B%0D%0A++++++++++++++++star%5Bi%5D.style.left%3Dstarx%5Bi%5D%2B%22px%22%3B%0D%0A++++++++++++++%7D%0D%0A++++++++++++++else+%7B%0D%0A++++++++++++++++star%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0A++++++++++++++++starv%5Bi%5D%3D0%3B%0D%0A++++++++++++++++return%3B%0D%0A++++++++++++++%7D%0D%0A++++++++++++%7D%0D%0A++++++++++++else+%7B%0D%0A++++++++++++++tinyv%5Bi%5D%3D50%3B%0D%0A++++++++++++++tiny%5Bi%5D.style.top%3D%28tinyy%5Bi%5D%3Dstary%5Bi%5D%29%2B%22px%22%3B%0D%0A++++++++++++++tiny%5Bi%5D.style.left%3D%28tinyx%5Bi%5D%3Dstarx%5Bi%5D%29%2B%22px%22%3B%0D%0A++++++++++++++tiny%5Bi%5D.style.width%3D%222px%22%3B%0D%0A++++++++++++++tiny%5Bi%5D.style.height%3D%222px%22%3B%0D%0A++++++++++++++star%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0A++++++++++++++tiny%5Bi%5D.style.visibility%3D%22visible%22%0D%0A++++++++++++%7D%0D%0A++++++++++%7D%0D%0A++++++++++function+update_tiny%28i%29+%7B%0D%0A++++++++++++if+%28--tinyv%5Bi%5D%3D%3D25%29+%7B%0D%0A++++++++++++++tiny%5Bi%5D.style.width%3D%221px%22%3B%0D%0A++++++++++++++tiny%5Bi%5D.style.height%3D%221px%22%3B%0D%0A++++++++++++%7D%0D%0A++++++++++++if+%28tinyv%5Bi%5D%29+%7B%0D%0A++++++++++++++tinyy%5Bi%5D%2B%3D1%2BMath.random%28%29*3%3B%0D%0A++++++++++++++if+%28tinyy%5Bi%5D%3Cshigh%2Bsdown%29+%7B%0D%0A++++++++++++++++tiny%5Bi%5D.style.top%3Dtinyy%5Bi%5D%2B%22px%22%3B%0D%0A++++++++++++++++tinyx%5Bi%5D%2B%3D%28i%255-2%29%2F5%3B%0D%0A++++++++++++++++tiny%5Bi%5D.style.left%3Dtinyx%5Bi%5D%2B%22px%22%3B%0D%0A++++++++++++++%7D%0D%0A++++++++++++++else+%7B%0D%0A++++++++++++++++tiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0A++++++++++++++++tinyv%5Bi%5D%3D0%3B%0D%0A++++++++++++++++return%3B%0D%0A++++++++++++++%7D%0D%0A++++++++++++%7D%0D%0A++++++++++++else+tiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0A++++++++++%7D%0D%0A++++++++++document.onmousemove%3Dmouse%3B%0D%0A++++++++++function+mouse%28e%29+%7B%0D%0A++++++++++++set_scroll%28%29%3B%0D%0A++++++++++++y%3D%28e%29%3Fe.pageY%3Aevent.y%2Bsdown%3B%0D%0A++++++++++++x%3D%28e%29%3Fe.pageX%3Aevent.x%2Bsleft%3B%0D%0A++++++++++%7D%0D%0A++++++++++function+set_scroll%28%29+%7B%0D%0A++++++++++++if+%28typeof%28self.pageYOffset%29%3D%3D%22number%22%29+%7B%0D%0A++++++++++++++sdown%3Dself.pageYOffset%3B%0D%0A++++++++++++++sleft%3Dself.pageXOffset%3B%0D%0A++++++++++++%7D%0D%0A++++++++++++else+if+%28document.body.scrollTop+%7C%7C+document.body.scrollLeft%29+%7B%0D%0A++++++++++++++sdown%3Ddocument.body.scrollTop%3B%0D%0A++++++++++++++sleft%3Ddocument.body.scrollLeft%3B%0D%0A++++++++++++%7D%0D%0A++++++++++++else+if+%28document.documentElement+%26%26+%28document.documentElement.scrollTop+%7C%7C+document.documentElement.scrollLeft%29%29+%7B%0D%0A++++++++++++++sleft%3Ddocument.documentElement.scrollLeft%3B%0D%0A+++++++++++sdown%3Ddocument.documentElement.scrollTop%3B%0D%0A++++++++++++%7D%0D%0A++++++++++++else+%7B%0D%0A++++++++++++++sdown%3D0%3B%0D%0A++++++++++++++sleft%3D0%3B%0D%0A++++++++++++%7D%0D%0A++++++++++%7D%0D%0A++++++++++window.onresize%3Dset_width%3B%0D%0A++++++++++function+set_width%28%29+%7B%0D%0A++++++++++++if+%28typeof%28self.innerWidth%29%3D%3D%22number%22%29+%7B%0D%0A++++++++++++++swide%3Dself.innerWidth%3B%0D%0A++++++++++++++shigh%3Dself.innerHeight%3B%0D%0A++++++++++++%7D%0D%0A++++++++++++else+if+%28document.documentElement+%26%26+document.documentElement.clientWidth%29+%7B%0D%0A++++++++++++++swide%3Ddocument.documentElement.clientWidth%3B%0D%0A++++++++++++++shigh%3Ddocument.documentElement.clientHeight%3B%0D%0A++++++++++++%7D%0D%0A++++++++++++else+if+%28document.body.clientWidth%29+%7B%0D%0A++++++++++++++swide%3Ddocument.body.clientWidth%3B%0D%0A++++++++++++++shigh%3Ddocument.body.clientHeight%3B%0D%0A++++++++++++%7D%0D%0A++++++++++%7D%0D%0A++++++++++function+createDiv%28height%2C+width%29+%7B%0D%0A++++++++++++var+div%3Ddocument.createElement%28%22div%22%29%3B%0D%0A++++++++++++div.style.position%3D%22absolute%22%3B%0D%0A++++++++++++div.style.height%3Dheight%2B%22px%22%3B%0D%0A++++++++++++div.style.width%3Dwidth%2B%22px%22%3B%0D%0A++++++++++++div.style.overflow%3D%22hidden%22%3B%0D%0A++++++++++++div.style.backgroundColor%3Dcolour%3B%0D%0A++++++++++++return+%28div%29%3B%0D%0A++++++++++%7D%0D%0A++++++++++%2F%2F+%5D%5D%3E%0D%0A++++++++++%3C%2Fscript%3E%0D%0A%0D%0A%3Cmeta+content%3D%22no%22+http-equiv%3D%22imagetoolbar%22%3E%0D%0A++++++++++++++++++++++++++%0D%0A++++++++++++++++++++++++++%3Cmeta+content%3D%22progid%3ADXImageTransform.Microsoft.GradientWipe%28Duration%3D4%29%22+http-equiv%3D%22Page-Exit%22%3E%0D%0A++++++++++++++++++++++++++%3Cmeta+content%3D%22progid%3ADXImageTransform.Microsoft.GradientWipe%28Duration%3D4%29%22+http-equiv%3D%22Page-Enter%22%3E%0D%0A+++++++++++++++++++++++++++%3Cscript+language%3DJavaScript%3E%0D%0A++++++++++++++++++++++++++%3C%21--%0D%0A++++++++++++++++++++++++++%0D%0A++++++++++++++++++++++++++%2F%2FDisable+right+click+script+III-+By+Renigade+%28renigade@mediaone.net%29%0D%0A++++++++++++++++++++++++++%2F%2FFor+full+source+code%2C+visit+http%3A%2F%2Fwww.dynamicdrive.com%0D%0A++++++++++++++++++++++++++%0D%0A++++++++++++++++++++++++++var+message%3D%22%22%3B%0D%0A++++++++++++++++++++++++++%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%0D%0A++++++++++++++++++++++++++function+clickIE%28%29+%7Bif+%28document.all%29+%7B%28message%29%3Breturn+false%3B%7D%7D%0D%0A++++++++++++++++++++++++++function+clickNS%28e%29+%7Bif+%0D%0A++++++++++++++++++++++++++%28document.layers%7C%7C%28document.getElementById%26%26%21document.all%29%29+%7B%0D%0A++++++++++++++++++++++++++if+%28e.which%3D%3D2%7C%7Ce.which%3D%3D3%29+%7B%28message%29%3Breturn+false%3B%7D%7D%7D%0D%0A++++++++++++++++++++++++++if+%28document.layers%29+%0D%0A++++++++++++++++++++++++++%7Bdocument.captureEvents%28Event.MOUSEDOWN%29%3Bdocument.onmousedown%3DclickNS%3B%7D%0D%0A++++++++++++++++++++++++++else%7Bdocument.onmouseup%3DclickNS%3Bdocument.oncontextmenu%3DclickIE%3B%7D%0D%0A++++++++++++++++++++++++++%0D%0A++++++++++++++++++++++++++document.oncontextmenu%3Dnew+Function%28%22return+false%22%29%0D%0A++++++++++++++++++++++++++%2F%2F+--%3E+%0D%0A++++++++++++++++++++++++++%3C%2Fscript%3E%0D%0A+++++++++++++++%0D%0A+++++++++++++++%0D%0A++++++++++++++++++++%3Cscript+type%3D%22text%2Fjavascript%22%3E+++++%0D%0A+++++++++++++++++++++++++%2F***********************************************%0D%0A+++++++++++++++++++++++++*+Disable+select-text+script-+%C2%A9+Dynamic+Drive+%28www.dynamicdrive.com%29%0D%0A+++++++++++++++++++++++++*+This+notice+MUST+stay+intact+for+legal+use%0D%0A+++++++++++++++++++++++++*+Visit+http%3A%2F%2Fwww.dynamicdrive.com%2F+for+full%2F%0D%0A++++++++++++++++++++++++++function+clickIE%28%29+%7Bif+%28document.all%29+%7B%28message%29%3Breturn+false%3B%7D%7D%0D%0A++++++++++++++++++++++++++function+clickNS%28e%29+%7Bif+%0D%0A++++++++++++++++++++++++++%28document.layers%7C%7C%28document.getElementById%26%26%21document.all%29%29+%7B%0D%0A++++++++++++++++++++++++++if+%28e.which%3D%3D2%7C%7Ce.which%3D%3D3%29+%7B%28message%29%3Breturn+false%3B%7D%7D%7D%0D%0A++++++++++++++++++++++++++if+%28document.layers%29+%0D%0A++++++++++++++++++++++++++%7Bdocument.captureEvents%28Event.MOUSEDOWN%29%3Bdocument.onmousedown%3DclickNS%3B%7D%0D%0A++++++++++++++++++++++++++else%7Bdocument.onmouseup%3DclickNS%3Bdocument.oncontextmenu%3DclickIE%3B%7D%0D%0A++++++++++++++++++++++++++%0D%0A++++++++++++++++++++++++++document.oncontextmenu%3Dnew+Function%28%22return+false%22%29%0D%0A++++++++++++++++++++++++++%2F%2F+--%3E+%0D%0A++++++++++++++++++++++++++%3C%2Fscript%3E%0D%0A+++++++++++++++%0D%0A+++++++++++++++%0D%0A++++++++++++++++++++%3Cscript+type%3D%22text%2Fjavascript%22%3E+++++%0D%0A+++++++++++++++++++++++++%2F***********************************************%0D%0A+++++++++++++++++++++++++*+Disable+select-text+script-+%C2%A9+Dynamic+Drive+%28www.dynamicdrive.com%29%0D%0A+++++++++++++++++++++++++*+This+notice+MUST+stay+intact+for+legal+use%0D%0A+++++++++++++++++++++++++*+Visit+http%3A%2F%2Fwww.dynamicdrive.com%2F+for+full+source+code%0D%0A+++++++++++++++++++++++++***********************************************%2F%0D%0A+++++++++++++++++++++++++%0D%0A+++++++++++++++++++++++++%2F%2Fform+tags+to+omit+in+NS6%2B%3A%0D%0A+++++++++++++++++++++++++var+omitformtags%3D%5B%22input%22%2C+%22textarea%22%2C+%22select%22%5D%0D%0A+++++++++++++++++++++++++%0D%0A+++++++++++++++++++++++++omitformtags%3Domitformtags.join%28%22%7C%22%29%0D%0A+++++++++++++++++++++++++%0D%0A+++++++++++++++++++++++++function+disableselect%28e%29%7B%0D%0A+++++++++++++++++++++++++if+%28omitformtags.indexOf%28e.target.tagName.toLowerCase%28%29%29%3D%3D-1%29%0D%0A+++++++++++++++++++++++++return+false%0D%0A+++++++++++++++++++++++++%7D%0D%0A+++++++++++++++++++++++++%0D%0A+++++++++++++++++++++++++function+reEnable%28%29%7B%0D%0A+++++++++++++++++++++++++return+true%0D%0A+++++++++++++++++++++++++%7D%0D%0A+++++++++++++++++++++++++%0D%0A+++++++++++++++++++++++++if+%28typeof+document.onselectstart%21%3D%22undefined%22%29%0D%0A+++++++++++++++++++++++++document.onselectstart%3Dnew+Function+%28%22return+false%22%29%0D%0A+++++++++++++++++++++++++else%7B%0D%0A+++++++++++++++++++++++++document.onmousedown%3Ddisableselect%0D%0A+++++++++++++++++++++++++document.onmouseup%3DreEnable%0D%0A+++++++++++++++++++++++++%7D%0D%0A+++++++++++++++++++++++++%0D%0A+++++++++++++++++++++++++%3C%2Fscript%3E%0D%0A+++++++++++%0D%0A++++++++++++++++++++++++++%0D%0A++++++++++++++++++++++++++%3Chtml%3E%0D%0A++++++++++++++++++++++++++%3Chead%3E%0D%0A+++++++++++++++++++++++++%0D%0A++++++++++++++++++++%3Ctitle%3EMuted+Emo-tion+%E6%88%91%E7%88%B1%E7%8E%8B%E5%AD%90+%E2%99%A5%3C%2Ftitle%3E%0D%0A++++++++++++++++++++%0D%0A+++++++++++++++++++++++++++%0D%0A++++++++++++++++++++++++++%3C%21--+--%3E%3Cstyle+type%3D%22text%2Fcss%22%3E@import+url%28http%3A%2F%2Fwww2.blogger.com%2Fcss%2Fnavbar%2Fclassic.css%29%3B%0D%0A+++++++++++++++++div.b-mobile+%7Bdisplay%3Anone%3B%7D%0D%0A+++++++++++++++++%3C%2Fstyle%3E%0D%0A+++++++++++++++++%0D%0A+++++++++++++++++%3C%2Fhead%3E%0D%0A+++++++++++++++++++%0D%0A+++++++++++++++++%3Cstyle%3E++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%0D%0A+++++++++++++++%0D%0A+++++++++++++++body+%0D%0A+++++++++++++++%7B+%0D%0A+++++++++++++++background%3Anone%3B%0D%0A+++++++++++++++background-color%3AFFFFFF%3B%0D%0A+++++++++++++++background-repeat%3A+no-repeat%3B%0D%0A+++++++++++++++background-attachment%3A+scroll%3B%0D%0A+++++++++++++++background-position%3A+top+right%3B%0D%0A+++++++++++++++font-family%3A+Tahoma%3B+%0D%0A+++++++++++++++font-size%3A+8pt%3B%0D%0A+++++++++++++++text-align%3A+justify%3B%0D%0A+++++++++++++++color%3A+ffffff%3B%0D%0A+++++++++++++++line-height%3A+14px%3B%0D%0A+++++++++++++++margin%3A+0px%3B%0D%0A+++++++++++++++++++++%0D%0A+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%0D%0A+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%0D%0A++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%0D%0A++++++++++++++++++scrollbar-face-color%3AFFFFFF%3B%0D%0A++++++++++++++++scrollbar-shadow-color%3AFFFFFF%3B%0D%0A++++++++++++++++++scrollbar-highlight-color%3AFFFFFF%3B%0D%0A++++++++++++++++scrollbar-3dlight-color%3AFFFFFF%3B%0D%0A+++++++++++++++++++scrollbar-darkshadow-color%3AFFFFFF%3B%0D%0A+++++++++++++++scrollbar-track-color%3AFFFFFF%3B%0D%0A+++++++++++++++++++scrollbar-arrow-color%3A000000%3B%0D%0A++++++++++++++++++++++++++%0D%0A++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%7D%0D%0A+++++++++++++++++++++++++++++++%0D%0A+++++++++++++++++++++++++++++++table%2C+tr%2C+td%7B%0D%0A+++++++++++++++++++++++++++++++background-color%3A+%23none%3B%0D%0A+++++++++++++++++++++++++++++++font-family%3Atahoma%3B%0D%0A+++++++++++++++++++++++++++++++color%3A+%23ffffff%3B%0D%0A+++++++++++++++++++++++++++++++font-size%3A+10px%3B%0D%0A+++++++++++++++++++++++++++++++border%3A+%23000000+0px+solid%3B%0D%0A+++++++++++++++++++++++++++++++text-align%3A+justify%3B%0D%0A++++++++++++++++%0D%0A++++++++++++++++input%2C+textarea+%7B%0D%0A+++++++++++++++++border%3A+0px+solid+red%3B%0D%0A+++++++++++++++++color%3A%23ffffff%3B%0D%0A+++++++++++++++++font-family%3A+tahoma%3B%0D%0A+++++++++++++++++font-size%3A+10px%3B%0D%0A+++++++++++++++++background%3A+none%3B%7D+++%0D%0A+++++++++++++++++++++++++++++++%7D+%0D%0A+++++++++++++++++%0D%0A++++++++++++++++++.h1+%7B%0D%0A+++++++++++++++++++font-family%3A+%22tahoma%22%3B%0D%0A+++++++++++++++++++++font-size%3A+7pt%3B%0D%0A+++++++++++++++++++++line-height%3A+7px%3B%0D%0A+++++++++++++++++++++++background%3Asilver%3B%0D%0A+++++++++++++++++++++color%3Ablack%3B%0D%0A++++++++++++++++++++border-top%3A+0px+double+black%3B%0D%0A+++++++++++++++++++++font-weight%3Anone%3B%0D%0A+++++++++++++++++++++text-align%3Aright%3B%0D%0A+++++++++++++++++++++padding%3A5px%3B%0D%0A++++++++++++++++++%7D%0D%0A+++++++++++++++++%0D%0A+++++++++++++++++++++++++++.choco+%7B%0D%0A+++++++++++++++++++++++++++++font-size%3A+14pt%3B%0D%0A++++++++++++++++++++++++++++++line-height%3A+7px%3B%0D%0A+++++++++++++++++++++++++++++++font-family%3A+%22Arial%22%3B%0D%0A++++++++++++++++++++++++++++++++background%3Awhite%3B%0D%0A+++++++++++++++++++++++++++++++++border-top%3A0px+ff6699+dashed%3B%0D%0A++++++++++++++++++++++++++++++++++border-bottom%3A0px+ff6699+dashed%3B%0D%0A+++++++++++++++++++++++++++++++++++border-right%3A0px+ff6699+dashed%3B%0D%0A++++++++++++++++++++++++++++++++++++border-left%3A0px+dcdcdc+double%3B%0D%0A+++++++++++++++++++++++++++++++++++++color%3A666666%3B%0D%0A++++++++++++++++++++++++++++++++++++++font-weight%3Anone%3B%0D%0A+++++++++++++++++++++++++++++++++++++++padding%3A5px%3B%0D%0A++++++++++++++++++++++++++++++++++++++++text-align%3Acenter%3B%0D%0A+++++++++++++++++++++++++++++%7D%0D%0A+++++++++++++++%0D%0A+++++++++++++++++%0D%0A+++++++++++++++++.b2+%7B%0D%0A+++++++++++++++++++++line-height%3A+6px%3B%0D%0A+++++++++++++++++++++font-size%3A+11px%3B%0D%0A+++++++++++++++++++++color%3Ablack%3B%0D%0A++++++++++++++++++++++font-family%3A+%22Arial%22%3B%0D%0A+++++++++++++++++++++background%3Abebebe%3B%0D%0A++++++++++++++++++++++font-weight%3Anone%3B%0D%0A+++++++++++++++++++++++border-top%3A0px+silver+solid%3B%0D%0A+++++++++++++++++++++++border-bottom%3A0px+silver+solid%3B%0D%0A+++++++++++++++++++++++border-right%3A0px+silver+solid%3B%0D%0A+++++++++++++++++++++++border-left%3A0px+silver+solid%3B%0D%0A+++++++++++++++++++++text-align%3Acenter%3B%0D%0A+++++++++++++++++++++padding%3A5px%3B%0D%0A+++++++++++++++++%7D%0D%0A+++++++++++++++++%0D%0A+++++++++++++++%0D%0A+++++++++++++++++.b3+%7B%0D%0A++++++++++++++++++++font-size%3A+8pt%3B+%0D%0A++++++++++++++++++++color%3Ablack%3B%0D%0A++++++++++++++++++++font-weight%3A+none%3B%0D%0A++++++++++++++++++font-family%3A%22tahoma%22%3B+%0D%0A+++++++++++++++++++text-align%3Acenter%3B%0D%0A+++++++++++++++++++++background%3Awhite%3B%0D%0A+++++++++++++++++++++border-top+2px+dcdcdc+dashed%3B%0D%0A+++++++++++++++++++++border-bottom%3A2px+dcdcdc+dashed%3B%0D%0A+++++++++++++++++++++border-right%3A+2px+dcdcdc+dashed%3B%0D%0A+++++++++++++++++++++border-left%3A+2px+dcdcdc+dashed%3B%0D%0A++++++++++++++++++++padding%3A+10px%3B%0D%0A+++++++++++++++++%7D%0D%0A+++++++++++++++++%0D%0A+++++++++++++++++.b4+%7B%0D%0A++++++++++++++++++font-family%3A%22tahoma%22%3B+%0D%0A++++++++++++++++++++font-weight%3A+none%3B%0D%0A++++++++++++++++++++font-size%3A+8pt%3B+%0D%0A+++++++++++++++++++background%3Awhite%3B%0D%0A++++++++++++++++++++color%3A696969%3B%0D%0A++++++++++++++++++border-left%3A+2px+faf0e6+dashed%3B%0D%0A+++++++++++++++++++border-right%3A+2px+faf0e6+dashed%3B%0D%0A+++++++++++++++++++border-bottom%3A2px+eee5de+dashed%3B%0D%0A+++++++++++++++++++border-top%3A2px+eee5de+dashed%3B%0D%0A++++++++++++++++++++text-align%3Acenter%3B%0D%0A++++++++++++++++++++padding%3A+10px%3B%0D%0A++++++++++++++++++++%7D+%0D%0A+++++++++++++++%0D%0A++++++++++++++++++++++++%0D%0A+++++++++++++++blockquote%7B%0D%0A++++++++++++++++background-image%3A+url%28%22http%3A%2F%2Fi144.photobucket.com%2Falbums%2Fr198%2Fchocoxbaby%2Fmb35og.png%22%29%3B%0D%0A+++++++++++++++background-repeat%3A+repeat%3B%0D%0A+++++++++++++++background-attachment%3A+fixed+%3B%0D%0A+++++++++++++++padding%3A10px%3B%0D%0A++++++++++++++++border%3A+2px+solid+%23b3b3b3%3B%0D%0A++++++++++++++++font-family%3Atahoma%3B+%0D%0A+++++++++++++++text-align%3A+justify%3B%0D%0A+++++++++++++++color%3Ablack%3B%0D%0A+++++++++++++++%7D%0D%0A+++++++++++++++%0D%0A+++++++++++++++A%3Alink%0D%0A++++++++++++++++++++++++++%7B+text-decoration%3A+none%3B+font-weight%3A+none%3B+text-transform%3Anone%3Bbackground%3A+none%3B++color%3A+black%3B%7D%0D%0A++++++++++++++++++++++++++A%3Avisited%0D%0A++++++++++++++++++++++++++%7B+text-decoration%3A+none%3B+color%3A++black%3B+text-transform%3Anone%3Bbackground%3A+dcdcdc%3B%7D%0D%0A++++++++++++++++++++++++++A%3Aactive%0D%0A++++++++++++++++++++++++++%7B+text-decoration%3A+none%3B+white%3A+none%3B+text-transform%3Anone%3Bcursor%3A+crosshair%3B+color%3A+black%3B%7D%0D%0A++++++++++++++++++++++++++A%3Ahover+%0D%0A++++++++++++++++++++++++++%7B+text-decoration%3Anone%3B+text-transform%3Alowercase%3B+cursor%3A+crosshair%3B+color%3A636363%3B+font-size%3A11px%3B+font-family%3A%22tahoma%22%3B+background-color%3Anone%3B+border-left%3A+3px+double+lightpink%3B%7D%0D%0A++++++++++++++++++%0D%0A+++++++++++++++++++%0D%0A++++++++++++++++++++%3Cscript%3E%0D%0A++++++++++++++++++++%0D%0A++++++++++++++++++++%3Cstyle+type%3D%22text%2Fcss%22%3E@import+url%28http%3A%2F%2Fwww.blogger.com%2Fcss%2Fnavbar%2Fmain.css%29%3B%0D%0A++++++++++++++++++++@import+url%28http%3A%2F%2Fwww.blogger.com%2Fcss%2Fnavbar%2F1.css%29%3B%0D%0A++++++++++++++++++++div.b-mobile+%7Bdisplay%3Anone%3B%7D%0D%0A++++++++++++++++++++%3C%2Fstyle%3E%0D%0A+++++++++++++++++%0D%0A++++++++++++++++++++%3Cnoembed%3E%0D%0A++++++++++++++++++++%3Cbody%3E%3C%2Fnoembed%3E%0D%0A+++++++++++++++++%0D%0A++++++++++%3Cstyle%3E%0D%0A++++++++++%3C%21--%0D%0A++++++++++%0D%0A++++++++++.b1%7B%0D%0A++++++++++position%3Aabsolute%3B%0D%0A++++++++++width%3A130px%3B%0D%0A++++++++++border%3A1px+solid+%23000000%3B%0D%0A++++++++++background-color%3Awhite%3B%0D%0A++++++++++line-height%3A12px%3B%0D%0A++++++++++color%3A+696969%3B%0D%0A++++++++++cursor%3Acrosshair%3B%0D%0A++++++++++font-size%3A8pt%3B%0D%0A++++++++++font-family%3Atrebuchet+ms%3B%0D%0A++++++++++text-align%3Aleft%3B%0D%0A++++++++++padding-bottom%3A5px%3B%0D%0A++++++++++padding-top%3A5px%3B%0D%0A++++++++++padding-left%3A5px%3B%0D%0A++++++++++padding-right%3A2px%3B%0D%0A++++++++++z-index%3A50%3B%0D%0A++++++++++visibility%3Ahidden%3B%0D%0A++++++++++%7D%0D%0A++++++++++%0D%0A++++++++++.menuitems%7B%0D%0A++++++++++padding-left%3A10px%3B%0D%0A++++++++++padding-right%3A10px%3B%0D%0A++++++++++%7D%0D%0A++++++++++--%3E%0D%0A++++++++++%3C%2Fstyle%3E%0D%0A++++++++++%3Cdiv+id%3D%22ie5menu%22+class%3D%22b1%22+onMouseover%3D%22highlightie5%28event%29%22+onMouseout%3D%22lowlightie5%28event%29%22+onClick%3D%22jumptoie5%28event%29%22+display%3Anone%3E%0D%0A++++++++++%C2%A9Copyrighted%E2%99%A5%3Cbr%3E%0D%0A++++++++++Get+lost.%E2%99%A5%3Cbr%3E%0D%0A++++++++++%3C%2Fdiv%3E%0D%0A++++++++++%0D%0A++++++++++%0D%0A++++++++++%3Cscript+language%3D%22JavaScript1.2%22%3E%0D%0A++++++++++%0D%0A++++++++++%2F%2Fset+this+variable+to+1+if+you+wish+the+URLs+of+the+highlighted+menu+to+be+displayed+in+the+status+bar%0D%0A++++++++++var+display_url%3D0%0D%0A++++++++++%0D%0A++++++++++var+ie5%3Ddocument.all%26%26document.getElementById%0D%0A++++++++++var+ns6%3Ddocument.getElementById%26%26%21document.all%0D%0A++++++++++if+%28ie5%7C%7Cns6%29%0D%0A++++++++++var+menuobj%3Ddocument.getElementById%28%22ie5menu%22%29%0D%0A++++++++++%0D%0A++++++++++function+showmenuie5%28e%29%7B%0D%0A++++++++++%2F%2FFind+out+how+close+the+mouse+is+to+the+corner+of+the+window%0D%0A++++++++++var+rightedge%3Die5%3F+document.body.clientWidth-event.clientX+%3A+window.innerWidth-e.clientX%0D%0A++++++++++var+bottomedge%3Die5%3F+document.body.clientHeight-event.clientY+%3A+window.innerHeight-e.clientY%0D%0A++++++++++%0D%0A++++++++++%2F%2Fif+the+horizontal+distance+isn%27t+enough+to+accomodate+the+width+of+the+context+menu%0D%0A++++++++++if+%28rightedge%3Cmenuobj.offsetWidth%29%0D%0A++++++++++%2F%2Fmove+the+horizontal+position+of+the+menu+to+the+left+by+it%27s+width%0D%0A++++++++++menuobj.style.left%3Die5%3F+document.body.scrollLeft%2Bevent.clientX-menuobj.offsetWidth+%3A+window.pageXOffset%2Be.clientX-menuobj.offsetWidth%0D%0A++++++++++else%0D%0A++++++++++%2F%2Fposition+the+horizontal+position+of+the+menu+where+the+mouse+was+clicked%0D%0A++++++++++menuobj.style.left%3Die5%3F+document.body.scrollLeft%2Bevent.clientX+%3A+window.pageXOffset%2Be.clientX%0D%0A++++++++++%0D%0A++++++++++%2F%2Fsame+concept+with+the+vertical+position%0D%0A++++++++++if+%28bottomedge%3Cmenuobj.offsetHeight%29%0D%0A++++++++++menuobj.style.top%3Die5%3F+document.body.scrollTop%2Bevent.clientY-menuobj.offsetHeight+%3A+window.pageYOffset%2Be.clientY-menuobj.offsetHeight%0D%0A++++++++++else%0D%0A++++++++++menuobj.style.top%3Die5%3F+document.body.scrollTop%2Bevent.clientY+%3A+window.pageYOffset%2Be.clientY%0D%0A++++++++++%0D%0A++++++++++menuobj.style.visibility%3D%22visible%22%0D%0A++++++++++return+false%0D%0A++++++++++%7D%0D%0A++++++++++%0D%0A++++++++++function+hidemenuie5%28e%29%7B%0D%0A++++++++++menuobj.style.visibility%3D%22hidden%22%0D%0A++++++++++%7D%0D%0A++++++++++%0D%0A++++++++++function+highlightie5%28e%29%7B%0D%0A++++++++++var+firingobj%3Die5%3F+event.srcElement+%3A+e.target%0D%0A++++++++++if+%28firingobj.className%3D%3D%22menuitems%22%7C%7Cns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29%7B%0D%0A++++++++++if+%28ns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29+firingobj%3Dfiringobj.parentNode+%2F%2Fup+one+node%0D%0A++++++++++firingobj.style.backgroundColor%3D%22highlight%22%0D%0A++++++++++firingobj.style.color%3D%22E6E4E5%22%0D%0A++++++++++if+%28display_url%3D%3D1%29%0D%0A++++++++++window.status%3Devent.srcElement.url%0D%0A++++++++++%7D%0D%0A++++++++++%7D%0D%0A++++++++++%0D%0A++++++++++function+lowlightie5%28e%29%7B%0D%0A++++++++++var+firingobj%3Die5%3F+event.srcElement+%3A+e.target%0D%0A++++++++++if+%28firingobj.className%3D%3D%22menuitems%22%7C%7Cns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29%7B%0D%0A++++++++++if+%28ns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29+firingobj%3Dfiringobj.parentNode+%2F%2Fup+one+node%0D%0A++++++++++firingobj.style.backgroundColor%3D%22%22%0D%0A++++++++++firingobj.style.color%3D%22826A92%22%0D%0A++++++++++window.status%3D%27%27%0D%0A++++++++++%7D%0D%0A++++++++++%7D%0D%0A++++++++++%0D%0A++++++++++function+jumptoie5%28e%29%7B%0D%0A++++++++++var+firingobj%3Die5%3F+event.srcElement+%3A+e.target%0D%0A++++++++++if+%28firingobj.className%3D%3D%22menuitems%22%7C%7Cns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29%7B%0D%0A++++++++++if+%28ns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29+firingobj%3Dfiringobj.parentNode%0D%0A++++++++++if+%28firingobj.getAttribute%28%22target%22%29%29%0D%0A++++++++++window.open%28firingobj.getAttribute%28%22url%22%29%2Cfiringobj.getAttribute%28%22target%22%29%29%0D%0A++++++++++else%0D%0A++++++++++window.location%3Dfiringobj.getAttribute%28%22url%22%29%0D%0A++++++++++%7D%0D%0A++++++++++%7D%0D%0A++++++++++%0D%0A++++++++++if+%28ie5%7C%7Cns6%29%7B%0D%0A++++++++++menuobj.style.display%3D%27%27%0D%0A++++++++++document.oncontextmenu%3Dshowmenuie5%0D%0A++++++++++document.onclick%3Dhidemenuie5%0D%0A++++++++++%7D%0D%0A++++++++++%0D%0A++++++++++%3C%2Fscript%3E%0D%0A++++++++++%0D%0A%3Cdiv+style%3D%22position%3A+absolute%3B+top%3A+0%3B+left%3A+350%3B+width%3A430%3Bbackground-color%3A+%23FFFFFF%3B++border-left%3A+0px+solid+%238d8d8d%3B+border-right%3A+0px+solid+%238d8d8d%3Bfilter%3Aalpha%28opacity%3D100%29%3B%22%3E+%0D%0A+++%3Cbr%3E%0D%0A+++%3Cscript+type%3D%22text%2Fjavascript%22%3E%0D%0A+++%2F***********************************************%0D%0A+++*+Gradual+Highlight+image+script-+%3F+Dynamic+Drive+DHTML+code+library+%0D%0A+++%28www.dynamicdrive.com%29%0D%0A+++*+This+notice+MUST+stay+intact+for+legal+use%0D%0A+++*+Visit+Dynamic+Drive+at+http%3A%2F%2Fwww.dynamicdrive.com%2F+for+full+source+code%0D%0A+++***********************************************%2F%0D%0A+++%0D%0A+++var+baseopacity%3D15%0D%0A+++%0D%0A+++function+slowhigh%28which2%29%7B%0D%0A+++imgobj%3Dwhich2%0D%0A+++browserdetect%3Dwhich2.filters%3F+%22ie%22+%3A+typeof+%0D%0A+++which2.style.MozOpacity%3D%3D%22string%22%3F+%22mozilla%22+%3A+%22%22%0D%0A+++instantset%28baseopacity%29%0D%0A+++highlighting%3DsetInterval%28%22gradualfade%28imgobj%29%22%2C50%29%0D%0A+++%7D%0D%0A+++%0D%0A+++function+slowlow%28which2%29%7B%0D%0A+++cleartimer%28%29%0D%0A+++instantset%28baseopacity%29%0D%0A+++%7D%0D%0A+++%0D%0A+++function+instantset%28degree%29%7B%0D%0A+++if+%28browserdetect%3D%3D%22mozilla%22%29%0D%0A+++imgobj.style.MozOpacity%3Ddegree%2F100%0D%0A+++else+if+%28browserdetect%3D%3D%22ie%22%29%0D%0A+++imgobj.filters.alpha.opacity%3Ddegree%0D%0A+++%7D%0D%0A+++%0D%0A+++function+cleartimer%28%29%7B%0D%0A+++if+%28window.highlighting%29+clearInterval%28highlighting%29%0D%0A+++%7D%0D%0A+++%0D%0A+++function+gradualfade%28cur2%29%7B%0D%0A+++if+%28browserdetect%3D%3D%22mozilla%22+%26%26+cur2.style.MozOpacity%3C1%29%0D%0A+++cur2.style.MozOpacity%3DMath.min%28parseFloat%28cur2.style.MozOpacity%29%2B0.1%2C+0.99%29%0D%0A+++else+if+%28browserdetect%3D%3D%22ie%22+%26%26+cur2.filters.alpha.opacity%3C100%29%0D%0A+++cur2.filters.alpha.opacity%2B%3D10%0D%0A+++else+if+%28window.highlighting%29%0D%0A+++clearInterval%28highlighting%29%0D%0A+++%7D%0D%0A+++%0D%0A+++%3C%2Fscript%3E%0D%0A+++%0D%0A%3Cimg+src%3D%22http%3A%2F%2Fi295.photobucket.com%2Falbums%2Fmm159%2FDaantjuhh_photos%2Fagtergrondjj2.jpg%22+border%3D%220%22+class%3D%22gradualshine%22+%0D%0A+++onMouseover%3D%22slowhigh%28this%29%22+onMouseout%3D%22slowlow%28this%29%22%3E%0D%0A%0D%0A+++%0D%0A+++%3Cstyle+type%3D%22text%2Fcss%22%3E%0D%0A+++.gradualshine%7B%0D%0A+++filter%3Aalpha%28opacity%3D30%29%3B%0D%0A+++-moz-opacity%3A0.3%3B%0D%0A+++%7D%0D%0A+++%3C%2Fstyle%3E%0D%0A%3C%2Fdiv%3E%3Cbr%3E%0D%0A++++++++++%0D%0A++++++++++%0D%0A+++++++++++++++++++%3Cdiv+style%3D%22position%3A+absolute%3B+top%3A300px%3B+left%3A310px%3B+width%3A410%3B+background-color%3A%28none%29%3B+filter%3Aalpha%28opacity%3D85%29%3B%22%3E+%0D%0A+++++++++++++++%3CBR%3E%3CBR%3E+++++%0D%0A+++++++++++++++%3CBlogger%3E%0D%0A++++++++++++++++++++%3Cdiv+class%3Db4%3E%0D%0A++++++++++++++++++++%3Cdiv+class%3Db2%3E%3Cdiv+align%3D%22right%22%3E%3Cfont+size%3D%223px%22%3E%3CBlogDateHeader%3E%3C%24BlogDateHeaderDate%24%3E%3C%2FBlogDateHeader%3E+%3B+%3Cb%3E%3C%24BlogItemDateTime%24%3E%3C%2Fb%3E%3C%2Ffont%3E%E2%99%A5%3C%2Ffont%3E%3C%2Ftable%3E%3C%2Fdiv%3E%3C%2Fdiv%3E%0D%0A++++++++++++++++%3Cbr%3E%0D%0A+++++++++++++++++%3C%24BlogItemBody%24%3E%3Cbr%3E%3Cdiv+align%3D%22right%22%3E%0D%0A++++++++++++++++++++%3Cdiv+align%3Dright%3E%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Ffont%3E%3C%2Fdiv%3E%3C%2Fdiv%3E%3Cbr%3E%3Cbr%3E%3C%2Fdiv%3E%3Cbr%3E%3Cbr%3E%0D%0A+++++++++++++++++++++++++++%3C%2FBlogger%3E%0D%0A++++++++++++++++++++%0D%0A++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%3Cbr%3E%3Cbr%3E%0D%0A++++++++++++++++++%0D%0A++++++++++++++++++++%3Cbr%3E%3Cbr%3E%0D%0A+++++++++++++++++%3Cdiv+style%3D%22position%3A+absolute%3B+top%3A75px%3B+left%3A40px%3B+width%3A225px%3B+background-color%3A%28none%29%3B+filter%3Aalpha%28opacity%3D85%29%3B%22%3E+%0D%0A+++++++++++++++%0D%0A++++++++++++++%3CBR%3E%0D%0A%0D%0A%3Cdiv+class%3Dchoco%3EDisclaimer+%E2%99%A5%3C%2Fdiv%3E%0D%0A++++++++++%3Cdiv+class%3Dh1%3ERules.%3C%2Fdiv%3E%0D%0A+++++++++++++%3Cdiv+class%3Db3%3E%3Cbr%3E%0D%0A%3Cdiv+class%3Dt1%3E%3Cmarquee%3Eregret-love.bs.COM%3C%2Fmarquee%3E%3C%2Fdiv%3E%3Cbr%3E%0D%0A+++++%3Cb%3EWelcome%3C%2Fb%3E%21This+is+%3Cb%3Emy+blog%21%3C%2Fb%3E%3CBR%3E+++%0D%0A+++++++++++++++Love+Me%3F+I+will+Love+you+back+%3Cbr%3E%0D%0A+++++++++++++++Hate+me%3F+%27%3Ca+href%3D%22javascript%3Awindow.close%28%29%22%3EClick+Here%3C%2Fa%3E%27+%26+SHOO%21+%3AD%3C%2Fu%3E%3Cbr%3E%3Cbr%3E%0D%0A+++++++++++++++All+Rights+Reserved+%C2%A9+Original%3Cbr%3E%0D%0A+++++++++++++++100%25+Copyrighted+2008+Blanche+%27%E2%99%A5%3Cbr%3E%0D%0A*Tag+before+leaving%3C%2Fb%3E%3CBR%3E%0D%0A*No+VULGARITIES%3C%2Fb%3E%3CBR%3E%0D%0A*Spamming+and+Flooding+is+allow+but+please+write+your+%3Cs%3Ebeautiful%3C%2Fs%3E+name.Do+it+with+pride+kays%3F%3C%2Fb%3E%3CBR%3E%0D%0A%3Cp%3E*De+rules+r+not+mend+2+be+broken%3CBR%3E%3C%2Fp%3E%0D%0A%0D%0ABest+viewed+in+%3Cb%3EInternet+Explorer%3C%2Fb%3E.%3CBR%3E%0D%0A%3Cscript+src%3D%22http%3A%2F%2Fwww.clocklink.com%2Fembed.js%22%3E%3C%2Fscript%3E%3Cscript+type%3D%22text%2Fjavascript%22+language%3D%22JavaScript%22%3Eobj%3Dnew+Object%3Bobj.clockfile%3D%225012-black.swf%22%3Bobj.TimeZone%3D%22CCT%22%3Bobj.width%3D120%3Bobj.height%3D50%3Bobj.wmode%3D%22transparent%22%3BshowClock%28obj%29%3B%3C%2Fscript%3E%3Cp%3E%0D%0A%3CBR%3E+%0D%0A+++++++++++++++%3C%2Fdiv%3E%3CBR%3E%0D%0A%0D%0A%0D%0A++++++++++%3Cdiv+class%3Dchoco%3EThat+Emo+%E2%99%A5%3C%2Fdiv%3E%0D%0A++++++++++%3Cdiv+class%3Dh1%3EThe+One+%26+Only.%3C%2Fdiv%3E%0D%0A+++++++++++++%3Cdiv+class%3Db3%3E%3Cbr%3E%0D%0A+++%3Ca+href%3D%22http%3A%2F%2Ftinypic.com%22+target%3D%22_blank%22%3E%3Cimg+src%3D%22http%3A%2F%2Fi25.tinypic.com%2F2mzcs47.jpg%22+border%3D%220%22+alt%3D%22Image+and+video+hosting+by+TinyPic%22%3E%3C%2Fa%3E%0D%0A+++%22%3E%3Cbr%3E%3Cbr%3E%0D%0A%0D%0AMy+name+is+Shirley+a.k.a%5BXueEr%5Dsweet+%5B12%5D.God+brought+her+to+this+%3Cs%3Eprefect%3C%2Fs%3E+world+on+%5B25%2F08%2F97%5D+Currently+studying+in+%5BJPS%5D.Proud+to+be+a+%5BShopholic%7E%5D%21Erm+nothin%60+to+say+about+her%3FBut+she%27s+imperfect+and+she%27s+lovin%60+it+%3A%29%3Cp%3E%0D%0A%3Cu%3E%3Ca+href%3D%22javascript%3Awindow.close%28%29%3B%22%3ELeave%3C%2Fa%3E%3C%2Fu%3E+%7C+%3Cu%3E%3Ca+href%3D%22mailto%3Ashirley97_roxy@hotmail.com%22%3EEmail%3C%2Fa%3E%3C%2Fu%3E%0D%0A+++%3Cb%3Ebold%3C%2Fb%3E%2C%3Ci%3Eitalic%3C%2Fi%3E%2C%3Cs%3Estrike%3C%2Fs%3E%2C%3Cu%3Eunderline%3C%2Fu%3E%3Cbr%3E%0D%0A+++++++++++++++%0D%0A+++++++++++++++%3CBR%3E+%0D%0A+++++++++++++++%3C%2Fdiv%3E%3CBR%3E%0D%0A++++++++++%0D%0A+++++++++++++++++++++++++++++++++++++++++++%0D%0A++++++++++++++++++++%3Cdiv+class%3Dchoco%3ESome+Nonsence+%E2%99%A5%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%3Cdiv+class%3Dh1%3ECraps%3C%2Fdiv%3E+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%0D%0A++++++++++++++++++++%3Cdiv+class%3Db3%3E%3Cbr%3E%0D%0A%3Cmarquee+behavior%3D+scroll+direction%3D+%22up%22+scrollamount%3D%221%22+%0D%0Aonmouseover%3D%22scrollAmount%3D0%22+onmouseout%3D%22this.scrollAmount%3D2%22+%0D%0A+++++%0D%0A+++++height%3D%22100px%22+width%3D%22200px%22%3E%0D%0AI+love+you+blogger...Nid+to+say+how+many+time...100%3F1000%3F1000000000000%3F+OK..i+want+u+say+I+love+youx100000000000000.%3C%2Fmarquee%3E%0D%0A%0D%0A++++%3C%2Fdiv%3E%3CBR%3E%0D%0A++++++++++++++++++++%0D%0A+++++++++++++++++++++++%0D%0A+++++++++++++++++++++++++%3Cdiv+class%3Dchoco%3EDesires+%E2%99%A5%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++%3Cdiv+class%3Dh1%3Eohhh+please+come+true%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++%3Cdiv+class%3Db3%3E%3Cbr%3E%0D%0A%0D%0ABangBangTang+signature%3C%2Fbr%3E%0D%0AOwn+Lappy%3C%2Fbr%3E%0D%0ADun+Nid+care+Baby+Sister%3C%2Fbr%3E%0D%0ADun+nid+help+them+buy+thing%3C%2Fbr%3E%0D%0ANew+Hp%3C%2Fbr%3E%0D%0AHug+WangZi%3C%2Fbr%3E%0D%0ASlim+Down%3C%2Fbr%3E%0D%0AMoney+Money+Money%3C%2Fbr%3E%0D%0Agot+many+US+money+in+my+bankiie%3C%2Fbr%3E%0D%0ADunwan+ppl+lai+fan+wo%3C%2Fbr%3E++%0D%0A%3Cbr%3E%0D%0A%0D%0A++++++++++++++++++++%3C%2Fdiv%3E%3Cbr%3E%0D%0A%0D%0A++++++++++++++++++++%3Cdiv+class%3Dchoco%3ELoves+%E2%99%A5%3C%2Fdiv%3E%0D%0A++++++++++++++++++%3Cdiv+class%3Dh1%3Ehello%3C%2Fdiv%3E%0D%0A+++++++++++++++++%3Cdiv+class%3Db3%3E%0D%0A%0D%0A%3Cfont+color%3Dpink%3E%E2%99%A5%E2%99%A5%E2%99%A5%E2%99%A5%E2%99%A5%3C%2Ffont%3E+%3Cu%3EBangBangTang+%3C%2Fu%3E%3C%2Fbr%3E%0D%0A%3Cfont+color%3Dpink%3E%E2%99%A5%E2%99%A5%E2%99%A5%E2%99%A5%3C%2Ffont%3E+BangBangTang+Signature%3C%2Fbr%3E%0D%0A%3Cfont+color%3Dpink%3E%E2%99%A5%E2%99%A5%E2%99%A5%3C%2Ffont%3E+L0llipop%3C%2Fbr%3E%0D%0A%3Cfont+color%3Dpink%3E%E2%99%A5%E2%99%A5%3C%2Ffont%3E+Hug+Wang+Zi%3C%2Fbr%3E%0D%0A%3Cfont+color%3Dwhite%3E%E2%99%A5%3C%2Ffont%3E+Music%3C%2Fbr%3E+%0D%0A+++++++++++++++%3C%2Fdiv%3E%3Cbr%3E%0D%0A%0D%0A%3Cdiv+class%3Dchoco%3EDetests+%E2%99%A5%3C%2Fdiv%3E%0D%0A++++++++++++++++++%3Cdiv+class%3Dh1%3Ebuaiis%3C%2Fdiv%3E%0D%0A+++++++++++++++++%3Cdiv+class%3Db3%3E%0D%0ABetrayers%3CBR%3E%0D%0AAction+barbie%3CBR%3E%0D%0APpl+who+judges+my+life%3CBR%3E%0D%0A+%0D%0A%3C%2Fdiv%3E%3Cbr%3E%0D%0A%3C%2Fdiv%3E%3Cbr%3E++++++++++++++++++++%0D%0A++++++++++++++++++++%3Cdiv+style%3D%22position%3A+absolute%3B+top%3A80px%3B+right%3A28px%3B+width%3A215px%3B+background-color%3A%28none%29%3B+filter%3Aalpha%28opacity%3D85%29%3B%22%3E+%0D%0A%0D%0A++++++++++++++++++++%3Cdiv+class%3Dchoco%3ETagboard+%E2%99%A5%3C%2Fdiv%3E%0D%0A++++++++++++++++++%3Cdiv+class%3Dh1%3EChit-Chat.%3C%2Fdiv%3E%0D%0A+++++++++++++++++%3Cdiv+class%3Db3%3E%0D%0A%0D%0A++++++++++++++++%3Ca+href%3D%22http%3A%2F%2Fshoutmix.com%22%3E%3C%21--+Begin+ShoutMix+-+http%3A%2F%2Fwww.shoutmix.com+--%3E%0D%0A%3Ciframe+title%3D%22hothothot%22+src%3D%22http%3A%2F%2Fwww6.shoutmix.com%2F%3Fhothothot%22+width%3D%22160%22+height%3D%22400%22+frameborder%3D%220%22+scrolling%3D%22auto%22%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fwww6.shoutmix.com%2F%3Fhothothot%22%3EView+shoutbox%3C%2Fa%3E%0D%0A%3C%2Fiframe%3E%0D%0A%3Cbr+%2F%3E%3Ca+href%3D%22http%3A%2F%2Fwww.shoutmix.com%22+title%3D%22Get+your+own+free+shoutbox+chat+widget+at+ShoutMix%21%22%3EShoutMix+chat+widget%3C%2Fa%3E%3Cbr+%2F%3E%0D%0A%3C%21--+End+ShoutMix+--%3E%3CBR%3E%0D%0A%3C%2Fa%3E%3Cbr%3E%3Cbr%3E%0D%0A%3C%2Fdiv%3E%3Cbr%3E%0D%0A%0D%0A%3Cdiv+class%3Dchoco%3EMelody+%E2%99%A5%3C%2Fdiv%3E%0D%0A++++++++++++++++++%3Cdiv+class%3Dh1%3Elalala.%3C%2Fdiv%3E%0D%0A+++++++++++++++++%3Cdiv+class%3Db3%3E%0D%0A%3Cb%3EStep+It+Up%3C%2Fb%3E+%26+dance+to+the+Music%60%3Cbr%3E%0D%0A%0D%0A%3Ca+href%3D%22http%3A%2F%2Fwww.imeem.com+%22%3Eimeem%3C%2Fa%3E%3CBR%3E%0D%0A%0D%0A+++++++++++++++%3C%2Fdiv%3E%3Cbr%3E%0D%0A++++++++++%0D%0A++++++++++++++%0D%0A+++++++++++++++++++%3Cdiv+class%3Dchoco%3ESweet+Escape+%E2%99%A5%3C%2Fdiv%3E%0D%0A++++++++++++++++++%3Cdiv+class%3Dh1%3EMy+Cozy+Fwen%7E.%3C%2Fdiv%3E%0D%0A++++++++++++++++++%3Cdiv+class%3Db3%3E++++%0D%0A++++++++++%0D%0A%3Cscript+language%3D%22JavaScript1.2%22%3E%0D%0A++var+ns6%3Ddocument.getElementById%26%26%21document.all%3F1%3A0%0D%0A++var+head%3D%22display%3A%27%27%22%0D%0A++var+folder%3D%27%27%0D%0A++function+expandit%28curobj%29%7B%0D%0A++folder%3Dns6%3Fcurobj.nextSibling.nextSibling.style%3Adocument.all%5Bcurobj.sourceIndex%2B1%5D.style%0D%0A++if+%28folder.display%3D%3D%22none%22%29%0D%0A++folder.display%3D%22%22%0D%0A++else%0D%0A++folder.display%3D%22none%22%0D%0A++%7D%0D%0A++%2F%2F--%3E%0D%0A++%3C%2Fscript%3E%0D%0A+%0D%0A++%3Cdiv+style%3D%22cursor%3Acrosshair%3B%22+onClick%3D%22expandit%28this%29%22%3EClick+Here+For+Links%3C%2Fdiv%3E%0D%0A++%3Cspan+style%3D%22display%3Anone%22+style%3D%26%7Bhead%7D%3B%3E%3Cbr%3E%3Cdiv+class%3D%22links%22%3E%0D%0A%0D%0A++++++++++++++%3Cfont+size%3D%225%22%3E%E2%99%A5%3C%2Ffont%3E%3Cbr%3E%0D%0Astrt%3Ca+href%3D%22http%3A%2F%2Fangela-heartx3.blogspot.com%22%3EPeiling%E2%99%A5%E2%99%A5%E2%99%A5%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Filove-samuel.blogspot.com%22%3ECalidear%E2%99%A5%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Filove-calidear.blogspot.com%22.%3ESamuel%E2%99%A5%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fluv-hearts.blogspot.com%22.%3EAhmin%E2%99%A5%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Ftanhuihui-huihui.blogspot.com%22.%3EHuihui%E2%99%A5%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fdeath-denzz-slay.blogspot.com%22.%3EChinChee%E2%99%A5%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fevermiracomesagain.blogspot.com%22.%3EMiraLobeh%E2%99%A5%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fjohnskatebored.blogspot.com%22.%3EJohn%E2%99%A5%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fidolspree.blogspot.com%22.%3EIdolspree%E2%99%A5%E2%99%A5%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fyour-dernier-cr.blogspot.com%22.%3EJasmine%E2%99%A5%E2%99%A5%3C%2Fa%3E%3Cbr%3E%0D%0A+%3C%2Fdiv%3E%3C%2Fspan%3E%0D%0A+++++++++++++++%0D%0A+++++++++++++++%3C%2Fdiv%3E%0D%0A+++++++++++++++%3Cbr%3E%0D%0A+++++++++++++++%0D%0A+++++++++++++%0D%0A+++++++++++++++++%3Cdiv+class%3Dchoco%3ERewindd+%E2%99%A5%3C%2Fdiv%3E%0D%0A++++++++++++++++++%3Cdiv+class%3Dh1%3EReminiscen%3C%2Fdiv%3E%0D%0A++++++++++++++++%3Cdiv+class%3Db3%3E++++%0D%0A++++++++++%0D%0A++++++++++++++++++++%3CBloggerArchives%3E%0D%0A++++++++++++++++++++%3Ca+href%3D%22%3C%24BlogArchiveURL%24%3E%22%3E%3C%24BlogArchiveName%24%3E%3C%2Fa%3E%3CBR%3E%0D%0A+++++++++++++++++++++++%3C%2FBloggerArchives%3E%3Cbr%3E%0D%0A++++++++++++++++++++%3C%2Fdiv%3E%3Cbr%3E+%0D%0A+++++++++++%0D%0A++++++++++++++%0D%0A+++++++++++++++++%3Cdiv+class%3Dchoco%3E%3Cfont+face%3D%22webdings%22+size%3D%223%22%3EY%3C%2Ffont%3E+Thankyouss%3C%2Fdiv%3E%0D%0A++++++++++++++++++%3Cdiv+class%3Dh1%3ECredicts%3C%2Fdiv%3E%0D%0A+++++++++++++++++%3Cdiv+class%3Db3%3E++++%0D%0A+++++++++++++++%0D%0A%0D%0A+++++++++++++++%0D%0A+++++++++++++++%3C%2Fdiv%3E%3Cbr%3E%0D%0A%3Cstyle%3Ebody%2C+a%3Ahover%7Bcursor%3Acrosshair%3B%7D%3C%2Fstyle%3E%0D%0A%0D%0A++++++++++++++++++++%3C%2Fhtml%3E%0D%0A%0D%0A++++++++++++++++%3C%2Fscript%3E%0D%0A%0D%0A++%3Cscript+language%3D%22JavaScript%22%3E%0D%0A++%3C%21--%0D%0A++var+speed+%3D+600%0D%0A++var+text+%3D+%22+++++++++++++++++++++++++++%60+++EM0+Till+The+Endd+%22%0D%0A++function+Blink1%28%29+%7B%0D%0A++window.status+%3D+text%0D%0A++setTimeout%28%22Blink2%28%29%22%2C+speed%29%0D%0A++%7D%0D%0A++function+Blink2%28%29+%7B%0D%0A++window.status+%3D+%22%22%0D%0A++setTimeout%28%22Blink1%28%29%22%2