%3Chtml%3E%0D%0A%3Chead%3E%0D%0A%3Cscript+type%3D%22text%2Fjavascript%22%3E%0D%0A+++++++%0D%0A+++++++%2F***********************************************%0D%0A+++++++*+Disable+select-text+script-+%C3%83%3F%C3%82%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%3Cstyle%3E%0D%0A%3C%21--%0D%0A%0D%0A.b1%7B%0D%0Aposition%3Aabsolute%3B%0D%0Awidth%3A100px%3B%0D%0Aborder%3A2px+dotted+%23FDEEF4%3B%0D%0A%0D%0Abackground-color%3Atransaparent%3B%0D%0Aline-height%3A12px%3B%0D%0Acolor%3Aplum%3B%0D%0Afont-size%3A8pt%3B%0D%0Afont-family%3ACENTURY+SCHOOLBOOK%3B%0D%0Apadding-bottom%3A5px%3B%0D%0Apadding-top%3A5px%3B%0D%0Apadding-left%3A5px%3B%0D%0Apadding-right%3A2px%3B%0D%0Az-index%3A50%3B%0D%0Avisibility%3Ahidden%3B%0D%0A%7D%0D%0A%0D%0A.menuitems%7B%0D%0Apadding-left%3A30px%3B%0D%0Apadding-right%3A30px%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%3Ccenter%3Edont+snatch+%E2%99%A5%0D%0A%3Cbr%3E%0D%0A%3C%2Fcenter%3E%0D%0A%3C%2Fdiv%3E%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%0Avar+display_url%3D0%0D%0A%0D%0Avar+ie5%3Ddocument.all%26%26document.getElementById%0D%0Avar+ns6%3Ddocument.getElementById%26%26%21document.all%0D%0Aif+%28ie5%7C%7Cns6%29%0D%0Avar+menuobj%3Ddocument.getElementById%28%22ie5menu%22%29%0D%0A%0D%0Afunction+showmenuie5%28e%29%7B%0D%0A%2F%2FFind+out+how+close+the+mouse+is+to+the+corner+of+the+window%0D%0Avar+rightedge%3Die5%3F+document.body.clientWidth-event.clientX+%3A+window.innerWidth-e.clientX%0D%0Avar+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%0Aif+%28rightedge%3Cmenuobj.offsetWidth%29%0D%0A%2F%2Fmove+the+horizontal+position+of+the+menu+to+the+left+by+it%27s+width%0D%0Amenuobj.style.left%3Die5%3F+document.body.scrollLeft%2Bevent.clientX-menuobj.offsetWidth+%3A+window.pageXOffset%2Be.clientX-menuobj.offsetWidth%0D%0Aelse%0D%0A%2F%2Fposition+the+horizontal+position+of+the+menu+where+the+mouse+was+clicked%0D%0Amenuobj.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%0Aif+%28bottomedge%3Cmenuobj.offsetHeight%29%0D%0Amenuobj.style.top%3Die5%3F+document.body.scrollTop%2Bevent.clientY-menuobj.offsetHeight+%3A+window.pageYOffset%2Be.clientY-menuobj.offsetHeight%0D%0Aelse%0D%0Amenuobj.style.top%3Die5%3F+document.body.scrollTop%2Bevent.clientY+%3A+window.pageYOffset%2Be.clientY%0D%0A%0D%0Amenuobj.style.visibility%3D%22visible%22%0D%0Areturn+false%0D%0A%7D%0D%0A%0D%0Afunction+hidemenuie5%28e%29%7B%0D%0Amenuobj.style.visibility%3D%22hidden%22%0D%0A%7D%0D%0A%0D%0Afunction+highlightie5%28e%29%7B%0D%0Avar+firingobj%3Die5%3F+event.srcElement+%3A+e.target%0D%0Aif+%28firingobj.className%3D%3D%22menuitems%22%7C%7Cns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29%7B%0D%0Aif+%28ns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29+firingobj%3Dfiringobj.parentNode+%2F%2Fup+one+node%0D%0Afiringobj.style.backgroundColor%3D%22highlight%22%0D%0Afiringobj.style.color%3D%22E6E4E5%22%0D%0Aif+%28display_url%3D%3D1%29%0D%0Awindow.status%3Devent.srcElement.url%0D%0A%7D%0D%0A%7D%0D%0A%0D%0Afunction+lowlightie5%28e%29%7B%0D%0Avar+firingobj%3Die5%3F+event.srcElement+%3A+e.target%0D%0Aif+%28firingobj.className%3D%3D%22menuitems%22%7C%7Cns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29%7B%0D%0Aif+%28ns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29+firingobj%3Dfiringobj.parentNode+%2F%2Fup+one+node%0D%0Afiringobj.style.backgroundColor%3D%22%22%0D%0Afiringobj.style.color%3D%22c0c0c0%22%0D%0Awindow.status%3D%27%27%0D%0A%7D%0D%0A%7D%0D%0A%0D%0Afunction+jumptoie5%28e%29%7B%0D%0Avar+firingobj%3Die5%3F+event.srcElement+%3A+e.target%0D%0Aif+%28firingobj.className%3D%3D%22menuitems%22%7C%7Cns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29%7B%0D%0Aif+%28ns6%26%26firingobj.parentNode.className%3D%3D%22menuitems%22%29+firingobj%3Dfiringobj.parentNode%0D%0Aif+%28firingobj.getAttribute%28%22target%22%29%29%0D%0Awindow.open%28firingobj.getAttribute%28%22url%22%29%2Cfiringobj.getAttribute%28%22target%22%29%29%0D%0Aelse%0D%0Awindow.location%3Dfiringobj.getAttribute%28%22url%22%29%0D%0A%7D%0D%0A%7D%0D%0A%0D%0Aif+%28ie5%7C%7Cns6%29%7B%0D%0Amenuobj.style.display%3D%27%27%0D%0Adocument.oncontextmenu%3Dshowmenuie5%0D%0Adocument.onclick%3Dhidemenuie5%0D%0A%7D%0D%0A%0D%0A%3C%2Fscript%3E%0D%0A+%3Cscript+type%3D%22text%2Fjavascript%22%3E%0D%0A%2F%2F+%3C%21%5BCDATA%5B%0D%0Avar+colour%3D%22c0c0c0%22%3B%0D%0Avar+sparkles%3D150%3B%0D%0A+++%0D%0Avar+x%3Dox%3D500%3B%0D%0Avar+y%3Doy%3D400%3B%0D%0Avar+swide%3D900%3B%0D%0Avar+shigh%3D700%3B%0D%0Avar+sleft%3Dsdown%3D0%3B%0D%0Avar+tiny%3Dnew+Array%28%29%3B%0D%0Avar+star%3Dnew+Array%28%29%3B%0D%0Avar+starv%3Dnew+Array%28%29%3B%0D%0Avar+starx%3Dnew+Array%28%29%3B%0D%0Avar+stary%3Dnew+Array%28%29%3B%0D%0Avar+tinyx%3Dnew+Array%28%29%3B%0D%0Avar+tinyy%3Dnew+Array%28%29%3B%0D%0Avar+tinyv%3Dnew+Array%28%29%3B%0D%0Awindow.onload%3Dfunction%28%29+%7B+if+%28document.getElementById%29+%7B%0D%0Avar+i%2C+rats%2C+rlef%2C+rdow%3B%0D%0Afor+%28var+i%3D0%3B+i%3Csparkles%3B+i%2B%2B%29+%7B%0D%0Avar+rats%3DcreateDiv%283%2C+3%29%3B%0D%0Arats.style.visibility%3D%22hidden%22%3B%0D%0Adocument.body.appendChild%28tiny%5Bi%5D%3Drats%29%3B%0D%0Astarv%5Bi%5D%3D0%3B%0D%0Atinyv%5Bi%5D%3D0%3B%0D%0Avar+rats%3DcreateDiv%285%2C+5%29%3B%0D%0Arats.style.backgroundColor%3D%22transparent%22%3B%0D%0Arats.style.visibility%3D%22hidden%22%3B%0D%0Avar+rlef%3DcreateDiv%281%2C+5%29%3B%0D%0Avar+rdow%3DcreateDiv%285%2C+1%29%3B%0D%0Arats.appendChild%28rlef%29%3B%0D%0Arats.appendChild%28rdow%29%3B%0D%0Arlef.style.top%3D%222px%22%3B%0D%0Arlef.style.left%3D%220px%22%3B%0D%0Ardow.style.top%3D%220px%22%3B%0D%0Ardow.style.left%3D%222px%22%3B%0D%0Adocument.body.appendChild%28star%5Bi%5D%3Drats%29%3B%0D%0A%7D%0D%0Aset_width%28%29%3B%0D%0Asparkle%28%29%3B%0D%0A%7D%7D%0D%0Afunction+sparkle%28%29+%7B%0D%0Avar+c%3B%0D%0Aif+%28x%21%3Dox+%7C%7C+y%21%3Doy%29+%7B%0D%0Aox%3Dx%3B%0D%0Aoy%3Dy%3B%0D%0Afor+%28c%3D0%3B+c%3Csparkles%3B+c%2B%2B%29+if+%28%21starv%5Bc%5D%29+%7B%0D%0Astar%5Bc%5D.style.left%3D%28starx%5Bc%5D%3Dx%29%2B%22px%22%3B%0D%0Astar%5Bc%5D.style.top%3D%28stary%5Bc%5D%3Dy%29%2B%22px%22%3B%0D%0Astar%5Bc%5D.style.clip%3D%22rect%280px%2C+5px%2C+5px%2C+0px%29%22%3B%0D%0Astar%5Bc%5D.style.visibility%3D%22visible%22%3B%0D%0Astarv%5Bc%5D%3D50%3B%0D%0Abreak%3B%0D%0A%7D%0D%0A%7D%0D%0Afor+%28c%3D0%3B+c%3Csparkles%3B+c%2B%2B%29+%7B%0D%0Aif+%28starv%5Bc%5D%29+update_star%28c%29%3B%0D%0Aif+%28tinyv%5Bc%5D%29+update_tiny%28c%29%3B%0D%0A%7D%0D%0AsetTimeout%28%22sparkle%28%29%22%2C+40%29%3B%0D%0A%7D%0D%0Afunction+update_star%28i%29+%7B%0D%0Aif+%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%0Aif+%28starv%5Bi%5D%29+%7B%0D%0Astary%5Bi%5D%2B%3D1%2BMath.random%28%29*3%3B%0D%0Aif+%28stary%5Bi%5D%3Cshigh%2Bsdown%29+%7B%0D%0Astar%5Bi%5D.style.top%3Dstary%5Bi%5D%2B%22px%22%3B%0D%0Astarx%5Bi%5D%2B%3D%28i%255-2%29%2F5%3B%0D%0Astar%5Bi%5D.style.left%3Dstarx%5Bi%5D%2B%22px%22%3B%0D%0A%7D%0D%0Aelse+%7B%0D%0Astar%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Astarv%5Bi%5D%3D0%3B%0D%0Areturn%3B%0D%0A%7D%0D%0A%7D%0D%0Aelse+%7B%0D%0Atinyv%5Bi%5D%3D50%3B%0D%0Atiny%5Bi%5D.style.top%3D%28tinyy%5Bi%5D%3Dstary%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.left%3D%28tinyx%5Bi%5D%3Dstarx%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.width%3D%222px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%222px%22%3B%0D%0Astar%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atiny%5Bi%5D.style.visibility%3D%22visible%22%0D%0A%7D%0D%0A%7D%0D%0Afunction+update_tiny%28i%29+%7B%0D%0Aif+%28--tinyv%5Bi%5D%3D%3D25%29+%7B%0D%0Atiny%5Bi%5D.style.width%3D%221px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%221px%22%3B%0D%0A%7D%0D%0Aif+%28tinyv%5Bi%5D%29+%7B%0D%0Atinyy%5Bi%5D%2B%3D1%2BMath.random%28%29*3%3B%0D%0Aif+%28tinyy%5Bi%5D%3Cshigh%2Bsdown%29+%7B%0D%0Atiny%5Bi%5D.style.top%3Dtinyy%5Bi%5D%2B%22px%22%3B%0D%0Atinyx%5Bi%5D%2B%3D%28i%255-2%29%2F5%3B%0D%0Atiny%5Bi%5D.style.left%3Dtinyx%5Bi%5D%2B%22px%22%3B%0D%0A%7D%0D%0Aelse+%7B%0D%0Atiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atinyv%5Bi%5D%3D0%3B%0D%0Areturn%3B%0D%0A%7D%0D%0A%7D%0D%0Aelse+tiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0A%7D%0D%0Adocument.onmousemove%3Dmouse%3B%0D%0Afunction+mouse%28e%29+%7B%0D%0Aset_scroll%28%29%3B%0D%0Ay%3D%28e%29%3Fe.pageY%3Aevent.y%2Bsdown%3B%0D%0Ax%3D%28e%29%3Fe.pageX%3Aevent.x%2Bsleft%3B%0D%0A%7D%0D%0Afunction+set_scroll%28%29+%7B%0D%0Aif+%28typeof%28self.pageYOffset%29%3D%3D%22number%22%29+%7B%0D%0Asdown%3Dself.pa5top%3D%28tinyy%5Bi%5D%3Dstary%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.left%3D%28tinyx%5Bi%5D%3Dstarx%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.width%3D%222px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%222px%22%3B%0D%0Astar%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atiny%5Bi%5D.style.visibility%3D%22visible%22%0D%0A%7D%0D%0A%7D%0D%0Afunction+update_tiny%28i%29+%7B%0D%0Aif+%28--tinyv%5Bi%5D%3D%3D25%29+%7B%0D%0Atiny%5Bi%5D.style.width%3D%221px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%221px%22%3B%0D%0A%7D%0D%0Aif+%28tinyv%5Bi%5D%29+%7B%0D%0Atinyy%5Bi%5D%2B%3D1%2BMath.random%28%29*3%3B%0D%0Aif+%28tinyy%5Bi%5D%3Cshigh%2Bsdown%29+%7B%0D%0Atiny%5Bi%5D.style.top%3Dtinyy%5Bi%5D%2B%22px%22%3B%0D%0Atinyx%5Bi%5D%2B%3D%28i%255-2%29%2F5%3B%0D%0Atiny%5Bi%5D.style.left%3Dtinyx%5Bi%5D%2B%22px%22%3B%0D%0A%7D%0D%0Aelse+%7B%0D%0Atiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atinyv%5Bi%5D%3D0%3B%0D%0Areturn%3B%0D%0A%7D%0D%0A%7D%0D%0Aelse+tiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0A%7D%0D%0Adocument.onmousemove%3Dmouse%3B%0D%0Afunction+mouse%28e%29+%7B%0D%0Aset_scroll%28%29%3B%0D%0Ay%3D%28e%29%3Fe.pageY%3Aevent.y%2Bsdown%3B%0D%0Ax%3D%28e%29%3Fe.pageX%3Aevent.x%2Bsleft%3B%0D%0A%7D%0D%0Afunction+set_scroll%28%29+%7B%0D%0Aif+%28typeof%28self.pageYOffset%29%3D%3D%22number%22%29+%7B%0D%0Asdown%3Dself.pa5top%3D%28tinyy%5Bi%5D%3Dstary%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.left%3D%28tinyx%5Bi%5D%3Dstarx%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.width%3D%222px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%222px%22%3B%0D%0Astar%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atiny%5Bi%5D.style.visibility%3D%22visible%22%0D%0A%7D%0D%0A%7D%0D%0Afunction+update_tiny%28i%29+%7B%0D%0Aif+%28--tinyv%5Bi%5D%3D%3D25%29+%7B%0D%0Atiny%5Bi%5D.style.width%3D%221px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%221px%22%3B%0D%0A%7D%0D%0Aif+%28tinyv%5Bi%5D%29+%7B%0D%0Atinyy%5Bi%5D%2B%3D1%2BMath.random%28%29*3%3B%0D%0Aif+%28tinyy%5Bi%5D%3Cshigh%2Bsdown%29+%7B%0D%0Atiny%5Bi%5D.style.top%3Dtinyy%5Bi%5D%2B%22px%22%3B%0D%0Atinyx%5Bi%5D%2B%3D%28i%255-2%29%2F5%3B%0D%0Atiny%5Bi%5D.style.left%3Dtinyx%5Bi%5D%2B%22px%22%3B%0D%0A%7D%0D%0Aelse+%7B%0D%0Atiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atinyv%5Bi%5D%3D0%3B%0D%0Areturn%3B%0D%0A%7D%0D%0A%7D%0D%0Aelse+tiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0A%7D%0D%0Adocument.onmousemove%3Dmouse%3B%0D%0Afunction+mouse%28e%29+%7B%0D%0Aset_scroll%28%29%3B%0D%0Ay%3D%28e%29%3Fe.pageY%3Aevent.y%2Bsdown%3B%0D%0Ax%3D%28e%29%3Fe.pageX%3Aevent.x%2Bsleft%3B%0D%0A%7D%0D%0Afunction+set_scroll%28%29+%7B%0D%0Aif+%28typeof%28self.pageYOffset%29%3D%3D%22number%22%29+%7B%0D%0Asdown%3Dself.pa5top%3D%28tinyy%5Bi%5D%3Dstary%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.left%3D%28tinyx%5Bi%5D%3Dstarx%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.width%3D%222px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%222px%22%3B%0D%0Astar%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atiny%5Bi%5D.style.visibility%3D%22visible%22%0D%0A%7D%0D%0A%7D%0D%0Afunction+update_tiny%28i%29+%7B%0D%0Aif+%28--tinyv%5Bi%5D%3D%3D25%29+%7B%0D%0Atiny%5Bi%5D.style.width%3D%221px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%221px%22%3B%0D%0A%7D%0D%0Aif+%28tinyv%5Bi%5D%29+%7B%0D%0Atinyy%5Bi%5D%2B%3D1%2BMath.random%28%29*3%3B%0D%0Aif+%28tinyy%5Bi%5D%3Cshigh%2Bsdown%29+%7B%0D%0Atiny%5Bi%5D.style.top%3Dtinyy%5Bi%5D%2B%22px%22%3B%0D%0Atinyx%5Bi%5D%2B%3D%28i%255-2%29%2F5%3B%0D%0Atiny%5Bi%5D.style.left%3Dtinyx%5Bi%5D%2B%22px%22%3B%0D%0A%7D%0D%0Aelse+%7B%0D%0Atiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atinyv%5Bi%5D%3D0%3B%0D%0Areturn%3B%0D%0A%7D%0D%0A%7D%0D%0Aelse+tiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0A%7D%0D%0Adocument.onmousemove%3Dmouse%3B%0D%0Afunction+mouse%28e%29+%7B%0D%0Aset_scroll%28%29%3B%0D%0Ay%3D%28e%29%3Fe.pageY%3Aevent.y%2Bsdown%3B%0D%0Ax%3D%28e%29%3Fe.pageX%3Aevent.x%2Bsleft%3B%0D%0A%7D%0D%0Afunction+set_scroll%28%29+%7B%0D%0Aif+%28typeof%28self.pageYOffset%29%3D%3D%22number%22%29+%7B%0D%0Asdown%3Dself.pa5Bi%5D.style.top%3D%25D%3D50%3B%0D%0Atiny%5Bi%5D.style.top%3D%28tinyy%5Bi%5D%3Dstary%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.left%3D%28tinyx%5Bi%5D%3Dstarx%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.width%3D%222px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%222px%22%3B%0D%0Astar%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atiny%5Bi%5D.style.visibility%3D%22visible%22%0D%0A%7D%0D%0A%7D%0D%0Afunction+update_tiny%28i%29+%7B%0D%0Aif+%28--tinyv%5Bi%5D%3D%3D25%29+%7B%0D%0Atiny%5Bi%5D.style.width%3D%221px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%221px%22%3B%0D%0A%7D%0D%0Aif+%28tinyv%5Bi%5D%29+%7B%0D%0Atinyy%5Bi%5D%2B%3D1%2BMath.random%28%29*3%3B%0D%0Aif+%28tinyy%5Bi%5D%3Cshigh%2Bsdown%29+%7B%0D%0Atiny%5Bi%5D.style.top%3Dtinyy%5Bi%5D%2B%22px%22%3B%0D%0Atinyx%5Bi%5D%2B%3D%28i%255-2%29%2F5%3B%0D%0Atiny%5Bi%5D.style.left%3Dtinyx%5Bi%5D%2B%22px%22%3B%0D%0A%7D%0D%0Aelse+%7B%0D%0Atiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atinyv%5Bi%5D%3D0%3B%0D%0Areturn%3B%0D%0A%7D%0D%0A%7D%0D%0Aelse+tiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0A%7D%0D%0Adocument.onmousemove%3Dmouse%3B%0D%0Afunction+mouse%28e%29+%7B%0D%0Aset_scroll%28%29%3B%0D%0Ay%3D%28e%29%3Fe.pageY%3Aevent.y%2Bsdown%3B%0D%0Ax%3D%28e%29%3Fe.pageX%3Aevent.x%2Bsleft%3B%0D%0A%7D%0D%0Afunction+set_scroll%28%29+%7B%0D%0Aif+%28typeof%28self.pageYOffset%29%3D%3D%22number%22%29+%7B%0D%0Asdown%3Dself.pa5Bi%5D.style.top%3D%28tinyy%5Bi%5D%3Dstary%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.left%3D%28tinyx%5Bi%5D%3Dstarx%5Bi%5D%29%2B%22px%22%3B%0D%0Atiny%5Bi%5D.style.width%3D%222px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%222px%22%3B%0D%0Astar%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atiny%5Bi%5D.style.visibility%3D%22visible%22%0D%0A%7D%0D%0A%7D%0D%0Afunction+update_tiny%28i%29+%7B%0D%0Aif+%28--tinyv%5Bi%5D%3D%3D25%29+%7B%0D%0Atiny%5Bi%5D.style.width%3D%221px%22%3B%0D%0Atiny%5Bi%5D.style.height%3D%221px%22%3B%0D%0A%7D%0D%0Aif+%28tinyv%5Bi%5D%29+%7B%0D%0Atinyy%5Bi%5D%2B%3D1%2BMath.random%28%29*3%3B%0D%0Aif+%28tinyy%5Bi%5D%3Cshigh%2Bsdown%29+%7B%0D%0Atiny%5Bi%5D.style.top%3Dtinyy%5Bi%5D%2B%22px%22%3B%0D%0Atinyx%5Bi%5D%2B%3D%28i%255-2%29%2F5%3B%0D%0Atiny%5Bi%5D.style.left%3Dtinyx%5Bi%5D%2B%22px%22%3B%0D%0A%7D%0D%0Aelse+%7B%0D%0Atiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0Atinyv%5Bi%5D%3D0%3B%0D%0Areturn%3B%0D%0A%7D%0D%0A%7D%0D%0Aelse+tiny%5Bi%5D.style.visibility%3D%22hidden%22%3B%0D%0A%7D%0D%0Adocument.onmousemove%3Dmouse%3B%0D%0Afunction+mouse%28e%29+%7B%0D%0Aset_scroll%28%29%3B%0D%0Ay%3D%28e%29%3Fe.pageY%3Aevent.y%2Bsdown%3B%0D%0Ax%3D%28e%29%3Fe.pageX%3Aevent.x%2Bsleft%3B%0D%0A%7D%0D%0Afunction+set_scroll%28%29+%7B%0D%0Aif+%28typeof%28self.pageYOffset%29%3D%3D%22number%22%29+%7B%0D%0Asdown%3Dself.pageYOffset%3B%0D%0Asleft%3Dself.pageXOffset%3B%0D%0A%7D%0D%0Aelse+if+%28document.body.scrollTop+%7C%7C+document.body.scrollLeft%29+%7B%0D%0Asdown%3Ddocument.body.scrollTop%3B%0D%0Asleft%3Ddocument.body.scrollLeft%3B%0D%0A%7D%0D%0Aelse+if+%28document.documentElement+%26%26+%28document.documentElement.scrollTop+%7C%7C+document.documentElement.scrollLeft%29%29+%7B%0D%0Asleft%3Ddocument.documentElement.scrollLeft%3B%0D%0Asdown%3Ddocument.documentElement.scrollTop%3B%0D%0A%7D%0D%0Aelse+%7B%0D%0Asdown%3D0%3B%0D%0Asleft%3D0%3B%0D%0A%7D%0D%0A%7D%0D%0Awindow.onresize%3Dset_width%3B%0D%0Afunction+set_width%28%29+%7B%0D%0Aif+%28typeof%28self.innerWidth%29%3D%3D%22number%22%29+%7B%0D%0Aswide%3Dself.innerWidth%3B%0D%0Ashigh%3Dself.innerHeight%3B%0D%0A%7D%0D%0Aelse+if+%28document.documentElement+%26%26+document.documentElement.clientWidth%29+%7B%0D%0Aswide%3Ddocument.documentElement.clientWidth%3B%0D%0Ashigh%3Ddocument.documentElement.clientHeight%3B%0D%0A%7D%0D%0Aelse+if+%28document.body.clientWidth%29+%7B%0D%0Aswide%3Ddocument.body.clientWidth%3B%0D%0Ashigh%3Ddocument.body.clientHeight%3B%0D%0A%7D%0D%0A%7D%0D%0Afunction+createDiv%28height%2C+width%29+%7B%0D%0Avar+div%3Ddocument.createElement%28%22div%22%29%3B%0D%0Adiv.style.position%3D%22absolute%22%3B%0D%0Adiv.style.height%3Dheight%2B%22px%22%3B%0D%0Adiv.style.width%3Dwidth%2B%22px%22%3B%0D%0Adiv.style.overflow%3D%22hidden%22%3B%0D%0Adiv.style.backgroundColor%3Dcolour%3B%0D%0Areturn+%28div%29%3B%0D%0A%7D%0D%0A%2F%2F+%5D%5D%3E%0D%0A%3C%2Fscript%3E%0D%0A%0D%0A+%3Cbase+target%3D%22_blank%22%3E%0D%0A%3Cscript+type%3D%22text%2Fjavascript%22%3E%0D%0A%2F%2FCreated+by+Title+bar+Maker+%28http%3A%2F%2Fwww.bosiljak.hr%2Ftitlemaker%29%0D%0Afunction+tb10_makeArray%28n%29%7B%0D%0A%09this.length+%3D+n%3B%0D%0A%09return+this.length%3B%0D%0A%7D%0D%0A%0D%0Atb10_messages+%3D+new+tb10_makeArray%281%29%3B%0D%0Atb10_messages%5B0%5D+%3D%22+Classic+vintage+miracles+%E2%99%A5%22%3B%0D%0Atb10_rptType+%3D+%27infinite%27%3B%0D%0Atb10_rptNbr+%3D+5%3B%0D%0Atb10_speed+%3D+100%3B%0D%0Atb10_delay+%3D+2000%3B%0D%0Avar+tb10_wiper%0D%0Avar+tb10_space%3D%22_%22%0D%0Avar+tb10_currMsg%3D0%3B%0D%0Avar+tb10_counter%3D1%3B%0D%0Avar+tb10_index%3D0%0D%0Atb10_main%28%29%0D%0Afunction+tb10_main%28%29%0D%0A%7B%0D%0A%09document.title%3Dtb10_messages%5Btb10_currMsg%5D.substring%280%2Ctb10_index%29%0D%0A%09tb10_index%2B%2B%0D%0A%09if%28tb10_index%3D%3D%28tb10_messages%5Btb10_currMsg%5D.length%2B4%29%29%7BsetTimeout%28%27tb10_reset_clear%28%29%27%2Ctb10_delay%29%3B%7D%0D%0A%09else%7BsetTimeout%28%27tb10_main%28%29%27%2Ctb10_speed%29%7D%0D%0A%7D%0D%0Afunction+tb10_reset_clear%28%29%0D%0A%7B%0D%0A%09tb10_index%3D0%0D%0A%09tb10_wiper%3D%22%22%0D%0A%09for%28var+a%3D0%3Ba%3Ctb10_messages%5Btb10_currMsg%5D.length%3Ba%2B%2B%29%7Btb10_wiper%2B%3Dtb10_space%7D%0D%0A%09tb10_clearem%28%29%0D%0A%7D%0D%0Afunction+tb10_clearem%28%29%0D%0A%7B%0D%0A%09document.title%3Dtb10_wiper.substring%280%2Ctb10_index%29+%2B+%22__%22+%2B+tb10_messages%5Btb10_currMsg%5D.substring%28tb10_index%2B2%2Ctb10_messages%5Btb10_currMsg%5D.length%29%0D%0A%09tb10_index%2B%2B%0D%0A%09if%28tb10_index%3D%3D%28tb10_messages%5Btb10_currMsg%5D.length%2B4%29%29%7B%0D%0A%09%09if+%28tb10_currMsg+%3D%3D+tb10_messages.length-1%29%7B%0D%0A%09%09%09if+%28%28tb10_rptType+%3D%3D+%27finite%27%29+%26%26+%28tb10_counter%3D%3Dtb10_rptNbr%29%29%7B%0D%0A%09%09%09%09document.title%3D%22%22%3B%0D%0A%09%09%09%09return%3B%09%0D%0A%09%09%09%7D%09%0D%0A%09%09%09tb10_counter%2B%2B%3B%0D%0A%09%09%09tb10_currMsg+%3D+0%3B%0D%0A%09%09%7D%0D%0A%09%09else+tb10_currMsg%2B%2B%3B%0D%0A%09%09tb10_index%3D0%0D%0A%09%09tb10_main%28%29%0D%0A%09%7D%0D%0A%09else%7BsetTimeout%28%27tb10_clearem%28%29%27%2C250%29%7D%0D%0A%7D%0D%0A%3C%2Fscript%3E%0D%0A%0D%0A%3Ctitle%3E%3C%2Ftitle%3E%0D%0A%3Cstyle+type%3D%22text%2Fcss%22%3E%0D%0A%0D%0A%23navbar-iframe+%7B%0D%0Adisplay%3A+none%3B%0D%0Aheight%3A+0px%3B%7D%0D%0A%0D%0A%3A%3A-moz-selection+%7B%0D%0Acolor%3A+%23FFFFFF%3B%0D%0Abackground-color%3A+%23000000%3B%0D%0A%7D%0D%0A%0D%0Abody%7B%0D%0Afont%3A+normal+8pt+arial%3B%0D%0Acolor%3A+%23000000%3B%0D%0Abackground%3A+%23FFFFFF%3B%0D%0Atext-align%3A+justify%3B%0D%0Acursor%3A+crosshair%3B%0D%0Abackground-image%3Aurl%28%27http%3A%2F%2Fi561.photobucket.com%2Falbums%2Fss60%2Felectrostatique%2Femptyrain.png%27%29%3B+%0D%0Abackground-repeat%3A+repeat-x%3B%7D%0D%0A%0D%0Aa.top%2C+a%3Alink.top%2C+a%3Avisited.top+%7B%0D%0Acolor%3A+%23C0E040%3B%0D%0Acursor%3A+crosshair%3B%0D%0Atext-decoration%3A+none%3B%0D%0A%7D%0D%0A%0D%0Aa%3Ahover.top+%7B%0D%0Acolor%3A+%23ff3896%3B%0D%0A%7D%0D%0A%0D%0Aa%2C+a%3Alink%2C+a%3Avisited+%7B%0D%0Acolor%3A+%23C0E040%3B%0D%0Abackground%3A+%23EFEFEF%3B%0D%0Acursor%3A+crosshair%3B%0D%0Atext-decoration%3A+none%3B%0D%0A%7D%0D%0A%0D%0Aa%3Ahover+%7B%0D%0Acolor%3A+%23ff3896%3B%0D%0Abackground%3A+%23FFFFFF%3B%0D%0A%7D%0D%0A%0D%0Atable+%7B%0D%0Afont%3A+normal+8pt+arial%2C+tahoma%3B%0D%0Acolor%3A+%23888888%3B%7D%0D%0A%0D%0A.title+%7B%0D%0Afont-family%3A+%22Georgia%22%2C+serif%3B%0D%0Afont-size%3A+24pt%3B%0D%0Afont-style%3A+italic%3B%0D%0Acolor%3A+%23c1a16f%3B%0D%0Aletter-spacing%3A+-0.5pt%3B%0D%0Aline-height%3A+90%25%3B%0D%0Atext-transform%3A+lowercase%3B%7D%0D%0A%0D%0A.subtitle+%7B%0D%0Afont%3A+11px+arial%3B+%0D%0Acolor%3A+%2344c9b8%3B+%0D%0Aletter-spacing%3A+1px%3B+%0D%0Atext-transform%3A+lowercase%3B%0D%0A%7D%0D%0A%0D%0A.h1+%7B%0D%0Afont-family%3A+%22Georgia%22%2C+serif%3B%0D%0Afont-size%3A+14pt%3B%0D%0Afont-style%3A+italic%3B%0D%0Acolor%3A+%23AFAFAF%3B%0D%0Aletter-spacing%3A+-0.5pt%3B%0D%0Aline-height%3A+100%25%3B%0D%0Aborder-bottom%3A+1px+dashed+%23BFBFBF%3B%0D%0Atext-transform%3A+lowercase%3B%7D%0D%0A%0D%0A.h2+%7B%0D%0Afont-family%3A+%22Georgia%22%2C+serif%3B%0D%0Afont-size%3A+14pt%3B%0D%0Acolor%3A+%234ECDC4%3B%0D%0Aletter-spacing%3A+-0.5pt%3B%0D%0Aline-height%3A+130%25%3B%0D%0Atext-transform%3A+lowercase%3B%7D%0D%0A%0D%0A.h3+%7B%0D%0Afont%3A+10px+arial%3B+%0D%0Acolor%3A+%23AFAFAF%3B+%0D%0Aletter-spacing%3A+1px%3B+%0D%0Atext-transform%3A+uppercase%3B%0D%0Apadding-bottom%3A+3px%3B%0D%0Aborder-bottom%3A+1px+dashed+%23FFFFFF%3B%7D%0D%0A%0D%0Ablockquote+%7B%0D%0Abackground%3A+%23777777%3B%0D%0Aborder-left%3A+6px+solid+%23FFFFFF%3B%0D%0Apadding%3A+3px%3B%0D%0Apadding-left%3A+8px%3B%0D%0Acolor%3A+%23EFEFEF%3B%0D%0A%7D%0D%0A%0D%0Ablockquote%3Afirst-letter+%7B%0D%0Afont-size%3A23px%3B+%0D%0Acolor%3A%23EFEFEF%3B+%0D%0Afont-family%3Ageorgia%3B+%0D%0Atext-transform%3Alowercase%3B+%0D%0Afont-style%3Aitalic%3B+%0D%0Aline-height%3A80%25%3B%7D%0D%0A%0D%0A.comments+%7B%0D%0Afont%3A+10px+arial%3B+%0D%0Atext-align%3A+right%3B%0D%0Atext-transform%3A+uppercase%3B%0D%0Aletter-spacing%3A+1px%3B+%0D%0Apadding-top%3A+7px%3B%0D%0Aborder-top%3A+1px+dashed+%23FFFFFF%3B%0D%0Acolor%3A%238F8F8F%3B%7D%0D%0A%0D%0Ai%2C+em+%7B+color%3A+%23C4D010%3B+%7D%0D%0Ab%2C+strong+%7B+color%3A+%234ECDC4%3B+%7D%0D%0Au+%7B+color%3A+%23f39381%3B+text-decoration%3Anone%3B+border-bottom%3A+2px+solid+%23f37281%3B+%7D%0D%0A%3C%2Fstyle%3E%0D%0A%0D%0A%3C%2Fstyle%3E%0D%0A%3Cscript%3Efunction+changeNavigation%28id%29%7Bdocument.getElementById%28%27main%27%29.innerHTML%3Ddocument.getElementById%28id%29.innerHTML%7D%3C%2Fscript%3E%0D%0A%0D%0A%3Cbody%3E%3Ccenter%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%3Cbr%3E%0D%0A%3Ctable+width%3D%22550px%22+style%3D%22+color%3A+%23EFEFEF%3B+background%3A+none%3B%22%3E%0D%0A%3Ctd%3E%3Cdiv+class%3D%22title%22%3EP.S+iloveyou%3C%2Fdiv%3E%0D%0A%3Cdiv+class%3D%22subtitle%22%3EBut+you+never+liked+me..%3C%2Fdiv%3E%3Ccenter%3E%3C%2Ftd%3E%3C%2Ftable%3E%0D%0A%0D%0A%3Ctable+width%3D%22550px%22+style%3D%22+color%3A+%23A7A7A7%3B+background%3A+%23EFEFEF%3B%22%3E%0D%0A%3Ctd+width%3D%22380px%22%3E%0D%0A%3Ctable%3E%3Ctr%3E%3Ctd%3E%3Cimg+src%3D%22http%3A%2F%2Fi561.photobucket.com%2Falbums%2Fss60%2Felectrostatique%2Filoveyouicon.png%22+style%3D%22border%3A+5px+solid+%23AFAFAF%3B%22+align%3D%22left%22%3E%3C%2Ftd%3E%3Ctd%3E%3Cdiv+align+%3D%22justify%22%3EHe%27s+puny+eyes+sparkle+under+the+%3Cb%3Eshiny+moonlight%3C%2Fb%3E%2C+but+he+doesnt+know+it.++Walking+down+the+hallway+i+saw+him+smiling+at+he+her+direction%2C+I+was+just+about+to+say+%3Cu%3Eiloveyou%3C%2Fu%3E.+When+he+kissed+her+on+the+lips.+%3Ci%3ETeardrops+formed+%26+i+cried.%3C%2Fi%3E+Fairytales+dont+come+true+in+reality%2C+dont+they%3F%3Cbr%3E%3Cb%3EMSN%3C%2Fb%3E%3A+%3Ca+href%3D%22mailto%3Ath-platypus@hotmail.com%22+class%3D%22top%22%3Estalk+me%3C%2Fa%3E%3Cbr%3E%3C%2Ftd%3E%3C%2Ftr%3E%3C%2Ftable%3E%0D%0A%3C%2Ftd%3E%0D%0A%0D%0A%3Ctd+style%3D%22font-size%3A+2pt%3B%22%3E%0D%0A%3Cdiv+class%3D%22h1%22%3EStill+alive%2C%3C%2Fdiv%3E%0D%0A%3Cspan+style%3D%22+display%3A+block%3B+background%3A+%238A8A8A%3B+color%3A+%23a4cacb%3B+text-transform%3A+uppercase%3B+border-bottom%3A+1px+solid+%23EFEFEF%3Bline-height%3A+11px%3B+padding%3A+2px%3B+font%3A+10px+arial%3B+%22%0D%0A++++onmouseover%3D%22this.style.backgroundColor%3D%27%23454545%27%22%0D%0A++++onmouseout%3D%22this.style.backgroundColor%3D%27%238A8A8A%27%22%0D%0A++++onclick%3D%22changeNavigation%28%27profile%27%29%22%3Eprofile+%3C%2Fspan%3E%0D%0A%3Cspan+style%3D%22+display%3A+block%3B+background%3A+%238A8A8A%3B+color%3A+%23a4cacb%3B+text-transform%3A+uppercase%3B+border-bottom%3A+1px+solid+%23EFEFEF%3Bline-height%3A+11px%3B+padding%3A+2px%3B+font%3A+10px+arial%3B+%22%0D%0A++++onmouseover%3D%22this.style.backgroundColor%3D%27%23565656%27%22%0D%0A++++onmouseout%3D%22this.style.backgroundColor%3D%27%238A8A8A%27%22%0D%0A++++onclick%3D%22changeNavigation%28%27journal%27%29%22%3EJournal%3C%2Fspan%3E%0D%0A%3Cspan+style%3D%22+display%3A+block%3B+background%3A+%238A8A8A%3B+color%3A+%23a4cacb%3B+text-transform%3A+uppercase%3B+border-bottom%3A+1px+solid+%23EFEFEF%3Bline-height%3A+11px%3B+padding%3A+2px%3B+font%3A+10px+arial%3B+%22%0D%0A++++onmouseover%3D%22this.style.backgroundColor%3D%27%23686868%27%22%0D%0A++++onmouseout%3D%22this.style.backgroundColor%3D%27%238A8A8A%27%22%0D%0A++++onclick%3D%22changeNavigation%28%27affiliates%27%29%22%3EAffiliates%3C%2Fspan%3E%0D%0A%3Cspan+style%3D%22+display%3A+block%3B+background%3A+%238A8A8A%3B+color%3A+%23a4cacb%3B+text-transform%3A+uppercase%3B+border-bottom%3A+1px+solid+%23EFEFEF%3Bline-height%3A+11px%3B+padding%3A+2px%3B+font%3A+10px+arial%3B+%22%0D%0A++++onmouseover%3D%22this.style.backgroundColor%3D%27%23797979%27%22%0D%0A++++onmouseout%3D%22this.style.backgroundColor%3D%27%238A8A8A%27%22%0D%0A++++onclick%3D%22changeNavigation%28%27tagboard%27%29%22%3ETagboard%3C%2Fspan%3E%0D%0A%3Cspan+style%3D%22+display%3A+block%3B+background%3A+%238A8A8A%3B+color%3A+%23a4cacb%3B+text-transform%3A+uppercase%3B+border-bottom%3A+1px+solid+%23EFEFEF%3Bline-height%3A+11px%3B+padding%3A+2px%3B+font%3A+10px+arial%3B+%22%0D%0A++++onmouseover%3D%22this.style.backgroundColor%3D%27%23AFAFAF%27%22%0D%0A++++onmouseout%3D%22this.style.backgroundColor%3D%27%238A8A8A%27%22%0D%0A++++onclick%3D%22changeNavigation%28%27archive%27%29%22%3EArchives%3C%2Fspan%3E%0D%0A%3C%2Ftd%3E%3C%2Ftr%3E%0D%0A%0D%0A%3C%2Ftable%3E%0D%0A%3Ctable+width%3D%22550px%22+style%3D%22border-bottom%3A+6px+solid+%239A9A9A%3B+background%3A+%23DFDFDF%3B+%22+%3E%0D%0A%3Ctd+id%3D%22main%22%3E%0D%0A%3CBlogger%3E%0D%0A%3Cdiv+class%3D%22h2%22%3E%3C%24BlogItemTitle%24%3E%3C%2Fdiv%3E%0D%0A%3Cdiv+class%3D%22h3%22%3E%3CBlogDateHeader%3E%3C%24BlogDateHeaderDate%24%3E%3C%2FBlogDateHeader%3E+%2F+%3C%24BlogItemDateTime%24%3E%3C%2Fdiv%3E%0D%0A%3C%24BlogItemBody%24%3E%0D%0A%3Cbr%3E%0D%0A%0D%0A%0D%0A%3Ctd+style%3D%22display%3A+none%3B%22+id%3D%22journal%22%3E%0D%0A%3CBlogger%3E%0D%0A%3Cdiv+class%3D%22h2%22%3E%3C%24BlogItemTitle%24%3E%3C%2Fdiv%3E%0D%0A%3Cdiv+class%3D%22h3%22%3E%3CBlogDateHeader%3E%3C%24BlogDateHeaderDate%24%3E%3C%2FBlogDateHeader%3E+%2F+%3C%24BlogItemDateTime%24%3E%3C%2Fdiv%3E%0D%0A%3C%24BlogItemBody%24%3E%0D%0A%3Cbr%3E%0D%0A%0D%0A%3C%2FBlogger%3E%0D%0A%3C%2Ftd%3E%0D%0A%3Ctd+style%3D%22display%3A+none%3B%22+id%3D%22profile%22%3E%0D%0A%3Cdiv+class%3D%22h2%22%3Eabout+a+girl%3C%2Fdiv%3E%0D%0A%3Cdiv+class%3D%22h3%22%3Eleft+unspoken%3C%2Fdiv%3E%0D%0A%0D%0A%0D%0A%0D%0A%3Cbr%3EMy+name+is+%3Cu%3Eain+sakinah+adam%3C%2Fu%3E.+I+am+an+abnormal+girl+living+in+%3Cb%3ESingapore%3C%2Fb%3E.++I+flunk+my+Primary+School+Leaving+Examinations+and+scored+%3Ci%3E205%3C%2Fi%3E.+Now+I%E2%80%99m+stuck+in++%3Cu%3EGreendale+Secondary+School%3C%2Fu%3E+a.k.a+my+worst+nightmare.+I%E2%80%99m+obviously+different+from+everyone.+%3Cb%3EExtremely+emotional%21%21%21%3C%2Fb%3E+and+she%E2%80%99s+a+%3Ci%3Eloner%3C%2Fi%3E.+Don%E2%80%99t+bother+to+help+her+out+because+she+%3Cu%3EHATES%3C%2Fu%3E+it+when+people+whom+don%E2%80%99t+understand+her%2C+assume+they+understand+her.+So+for+your+own+safety%2C+stay+as+far+away+from+her+as+you+can.+%3Cb%3EUNLESS%3C%2Fb%3E+you+are+a+very+very+%3Ci%3Ewarm-hearted%3C%2Fi%3E+person.+Born+on+%3Cu%3E190496%3C%2Fu%3E+makes+her+the+oldest+child+in+her+family.+She+has+a+very+weird+life+and+a+unstable+family+so+try+to+be+nice+to+her.+She%E2%80%99s+%3Ci%3Eone-hundred-and-sixty-six+centimetre%3C%2Fi%3E+tall.+And+she+speaks+%3Cb%3Epure+outdated+British+English%3C%2Fb%3E.+So+in+a+way+she+sounds+matured+but+she+has+the+mind+of+a+%3Cb%3Enine+year+old%21%3C%2Fb%3E.+Her+favourite+colour+is+the+eight+colours+of+the+%3Ci%3ERAINBOW%3C%2Fi%3E.+%3Cb%3ESinging%3C%2Fb%3E+%26+%3Cu%3Ecomposing%3C%2Fu%3E+songs+are+her+hobbies+let+along+passion.+She+wishes+to+graduate+and+continue+her+studies+at+%3Cb%3ENanyang+Academy+Of+Fine+Arts+%3C%2Fb%3E+%28NAFA%29.+And+she%E2%80%99s+great+at+giving+%3Cu%3Eadvice%3C%2Fu%3E.+As+well+as+being+a+great+%3Ci%3Elistening+ear%3C%2Fi%3E.+Last+but+not+least%2C+she%E2%80%99s+%3Cu%3Esingle%3C%2Fu%3E+%26+her+idol+is+%3Cb%3ENANCY+DREW%21%3C%2Fb%3E+Her+wishes+is+to+get+%3Cu%3EJTWX+%3C%2Fu%3Eas+her+best+friends%2C+a+%3Cb%3Epiano%3C%2Fb%3E%2C+%3Ci%3Emore+clothes%3C%2Fi%3E%2C+some+%3Cu%3Esneakers+and+flat+shoes%3C%2Fu%3E%2C+a+whole+bunch+of+%3Cb%3Ehair+accerssories%3C%2Fb%3E%2C+a+diamond+%3Ci%3Enecklace%3C%2Fi%3E%2C+a+huge+%3Cu%3Eteddy+bear%3C%2Fu%3E+from+precious+thots%2C+some+%3Cb%3Ecosmetics%3C%2Fb%3E+and+%3Ci%3Egood+results%3C%2Fi%3E+for+E.Y.E.+Her+current+besties+are+%3Cu%3EAichan+%2C+Kiddo+%2C+Icha+%2C+Irahh+and+Natty%3C%2Fu%3E.+%0D%0A%3Cbr%3E%3Cbr%3E%0D%0A%0D%0A%0D%0A%3C%2Fdiv%3E%3Cbr%3E%0D%0A%3C%2Ftd%3E%0D%0A%0D%0A%3Ctd+style%3D%22display%3A+none%3B%22+id%3D%22tagboard%22%3E%0D%0A%3Cdiv+class%3D%22h2%22%3EComplains%3C%2Fdiv%3E%0D%0A%3Cdiv+class%3D%22h3%22%3Efill+the+air.%3C%2Fdiv%3E%0D%0A%3Cbr%3E%3C%21--+Begin+ShoutMix+-+http%3A%2F%2Fwww.shoutmix.com+--%3E%0D%0A%3Ciframe+title%3D%22Fuck+up+and+talk%21%22+src%3D%22http%3A%2F%2Fwww2.shoutmix.com%2F%3FEloise_disney%22+width%3D%22190%22+height%3D%22350%22+frameborder%3D%220%22+scrolling%3D%22auto%22%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fwww2.shoutmix.com%2F%3FEloise_disney%22%3EView+shoutbox%3C%2Fa%3E%0D%0A%3C%2Fiframe%3E%0D%0A%3Cbr+%2F%3E%3Cbr+%2F%3E%0D%0A%3C%21--+End+ShoutMix+--%3E%3Cbr%3E%0D%0A%0D%0A%0D%0A%3Ctd+style%3D%22display%3A+none%3B%22+id%3D%22affiliates%22%3E%0D%0A%3Cdiv+class%3D%22h2%22%3Eaffiliates%3C%2Fdiv%3E%0D%0A%3Cdiv+class%3D%22h3%22%3Eof+a+ghost.%3C%2Fdiv%3E%0D%0A%3Cdiv+class%3D%22h4%22%3E%0D%0A%3Cdiv+class%3D%22h3%22%3E+%3Cfont+color%3D%23ff6699%3ELinks.%3C%2Ffont%3E%3C%2Fdiv%3E%0D%0A%3Cbr%3E%3Ca+href%3D%22http%3A%2F%2Fth-longlasting-friendship.blogspot.com%2F%22%3Eaisyah%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fitsmy-say.blogspot.com%2F%22%3Eclara%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fchalkboard-journalism.blogspot.com%2F%22%3Echeryl%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fitisyou-iadore.blogspot.com%2F%22%3Edeanna%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fleaving-out-fond-memories.blogspot.com%2F%22%3Eeileen%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fblockhead-freddie.blogspot.com%2F%22%3Efreddie%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fhaslam-smilee.blogspot.com%2F%22%3Ehaslam%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fthh-running-gurl.blogspot.com%2F%22%3Ehazel%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Foceanjeevchoral.blogspot.com%2F%22%3Ejeevan%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fin-ur-mind-wat-u-think-of.blogspot.com%2F%22%3Ekevin%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fthyrainbow-x.blogspot.com%2F%22%3Emichelle%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fmelyssa-azalea.blogspot.com%2F%22%3Emelyssa%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Ffathin-natty.blogspot.com%2F%22%3Enatalya%3C%2Fa%3E%3Cbr%3E+%0D%0A%3Ca+href%3D%22http%3A%2F%2Fattractedby-discrimination.blogspot.com%2F%22%3Erahayu%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fdont-play-with--me.blogspot.com%2F%22%3Eraymond%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fwww.rain-downonme.blogspot.com%2F%22%3Eregine%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fsweeta-yourthebitch.blogspot.com%2F%22%3Esweeta%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fth-littlepiggs.blogspot.com%2F%22%3Ewannyi%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fcarvedembroidery.blogspot.com%2F%22%3Eweiling%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Ffriendsoffantasy.blogspot.com%2F%22%3Ewei+qi%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fkicks-of-fury.blogspot.com%2F%22%3Eyaqzan%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fstiggerz.blogspot.com%2F%22%3Eyizhen%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fzanth-kiki.blogspot.com%2F%22%3Ezanth%3C%2Fa%3E%3Cbr%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Ffamilyof-1e2.blogspot.com%2F%22%3E+One+Ee+Two%21+%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2F6w-rawkx.blogspot.com%2F%22%3E6+wisdom%21+%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fedgefieldgraduates2008.blogspot.com%2F%22%3EP6+2008+%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fhistopia.blogspot.com%2F%22%3EMr.Syed%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fgdl-chorale.blogspot.com%2F%22%3EGdlss+Chorale%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fmedia-craziness.blogspot.com%2F%22%3E+Media+club+%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fgreendale-fencing.blogspot.com%2F%22%3E+Fencing+%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fcadetsinblue.blogspot.com%2F%22%3E+NPCC+%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fgdlssrcy.blogspot.com%2F%22%3E+red+cross+youth+%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fgreendaleorchestra.blogspot.com%2F%22%3E+Chinese+orchestra+%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fgdls-ine.blogspot.com%2F%22%3E+I%26E+club+%3C%2Fa%3E%3Cbr%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fone-eee-one09.blogspot.com%2F%22%3E1E1%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fgreendale1e3-2009.blogspot.com%2F%22%3E1E3%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2F1e4forever-09.blogspot.com%2F%22%3E1E4%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fthathyper-1a1.blogspot.com%2F%22%3E1A1%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2F1a2-09-4eva.blogspot.com%2F%22%3E1A2%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Foneeathree.blogspot.com%2F%22%3E+1A3%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Ffriendsforever-1e1-08.blogspot.com%2F%22%3E2E1%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fgdlss2e309.blogspot.com%2F%22%3E+2E3%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2F2e4-09.blogspot.com%2F%22%3E+2E4%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2F2a2-09.blogspot.com%2F%22%3E+2A2%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2F2a3-crazyclass.blogspot.com%2F%22%3E+2A3%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2F3e1o9.blogspot.com%2F%22%3E+3E1%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fetwo-pros.blogspot.com%2F%22%3E3E2+%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fpws-3e3.blogspot.com%2F%22%3E3E3%3C%2Fa%3E%3Cbr%3E%0