%3C%21--Designed+By+Black-nWhite--%3E%0D%0A%3C%21--COPYRIGHT%3A2009+All+Rights+Reserve.--%3E%0D%0A%3Cscript+language%3DJavaScript%3E%0D%0A%3C%21--%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%0Avar+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%0Afunction+clickIE%28%29+%7Bif+%28document.all%29+%7B%28message%29%3Breturn+false%3B%7D%7D%0D%0Afunction+clickNS%28e%29+%7Bif+%0D%0A%28document.layers%7C%7C%28document.getElementById%26%26%21document.all%29%29+%7B%0D%0Aif+%28e.which%3D%3D2%7C%7Ce.which%3D%3D3%29+%7B%28message%29%3Breturn+false%3B%7D%7D%7D%0D%0Aif+%28document.layers%29+%0D%0A%7Bdocument.captureEvents%28Event.MOUSEDOWN%29%3Bdocument.onmousedown%3DclickNS%3B%7D%0D%0Aelse%7Bdocument.onmouseup%3DclickNS%3Bdocument.oncontextmenu%3DclickIE%3B%7D%0D%0A%0D%0Adocument.oncontextmenu%3Dnew+Function%28%22return+false%22%29%0D%0A%2F%2F+--%3E+%0D%0A%3C%2Fscript%3E%0D%0A%0D%0A%3Cstyle%3E%0D%0A%3C%21--%0D%0A.b4%7B%0D%0Aposition%3A+absolute%3B%0D%0Aborder%3A+1px+solid+green%3B%0D%0Abackground-color%3A+black%3B%0D%0Acolor%3A+white%3B%0D%0Acursor%3A+%3B%0D%0Afont-size%3A+8pt%3B%0D%0Afont-family%3A+Tahoma%3B%0D%0Apadding%3A+2px%3B%0D%0Az-index%3A+50%3B%0D%0Avisibility%3A+hidden%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%22b4%22+onMouseover%3D%22highlightie5%28event%29%22+onMouseout%3D%22lowlightie5%28event%29%22+onClick%3D%22jumptoie5%28event%29%22+display%3Anone%3E%0D%0AGET+LOST%21%3CBr%3E%0D%0A%3C%2Fdiv%3E%0D%0A%0D%0A%3Cscript+language%3D%22JavaScript1.2%22%3E%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-%0D%0A%0D%0Amenuobj.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-%0D%0A%0D%0Amenuobj.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%22826A92%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%3C%2Fscript%3E%0D%0A%0D%0A%3Cscript+language%3D%22JavaScript1.2%22%3E%0D%0Avar+ns6%3Ddocument.getElementById%26%26%21document.all%3F1%3A0%0D%0A%0D%0Avar+head%3D%22display%3A%27%27%22%0D%0Avar+folder%3D%27%27%0D%0A%0D%0Afunction+expandit%28curobj%29%7B%0D%0Afolder%3Dns6%3Fcurobj.nextSibling.nextSibling.style%3Adocument.all%5Bcurobj.sourceIndex%2B1%5D.style%0D%0Aif+%28folder.display%3D%3D%22none%22%29%0D%0Afolder.display%3D%22%22%0D%0Aelse%0D%0Afolder.display%3D%22none%22%0D%0A%7D%0D%0A%2F%2F--%3E%0D%0A%3C%2Fscript%3E%0D%0A%0D%0A%3Ctitle%3EGo-Green%21%3AD%3C%2Ftitle%3E%0D%0A%0D%0A%3Cscript%3E+%0D%0Awindow.defaultStatus%3D%22GO+GREEN%21%21%22%3C%2Fscript%3E%0D%0A%0D%0A%3Cstyle%3E%0D%0A%0D%0AA%3Avisited%2C+A%3Aactive%2C+A%3Alink+%7B+text-decoration%3A+none%3B+text-transform%3A+uppercase%3B+font%3A+6pt+tahoma%3B+color%3A+white%3B+%7D%0D%0AA%3Ahover++%7B+text-decoration%3A+none%3B+text-transform%3A+uppercase%3B+font%3A+6pt+tahoma%3B+color%3A+white%3B+background-color%3Ablack%3B+border-bottom%3A+1px+dashed+grey%3B+cursor%3A+url%0D%0A%0D%0A%28http%3A%2F%2Fwww.freewebs.com%2Fkillinginthename-%2Ftinyhand.cur%29%3B%7D%0D%0A%0D%0Abody%7B%0D%0Abackground%3A+url%28http%3A%2F%2Fi140.photobucket.com%2Falbums%2Fr27%2Ftlambert1982%2Fbackground%2Fgreen-1.png%29%3B%0D%0Abackground-attachment%3A+fixed%3B%0D%0Abackground-repeat%3A+repeat%3B+%0D%0Abackground-position%3A+%3B%0D%0Abackground-color%3A+green%3B%0D%0Acolor%3A+white%3B%0D%0Acursor%3A++crosshair%3B%0D%0Afont-weight%3A+none%3B%0D%0Afont-family%3A+Tahoma%3B%0D%0Afont-size%3A+7.5pt%3B%0D%0Amargin%3A+0px+auto%3B%0D%0Apadding%3A+0px%3B%0D%0Atext-align%3A+left%3B%0D%0Aborder-top%3A+0px+solid+green%3B%0D%0A%0D%0Ascrollbar-face-color%3A+green%3B%0D%0Ascrollbar-highlight-color%3A+green%3B%0D%0Ascrollbar-3dlight-color%3A+green%3B%0D%0Ascrollbar-shadow-color%3A+green%3B%0D%0Ascrollbar-darkshadow-color%3A+green%3B%0D%0Ascrollbar-track-color%3A+green%3B%0D%0Ascrollbar-arrow-color%3A+black%3B%0D%0A%7D%0D%0A%0D%0A.boxxeh%7B%0D%0Abackground-color%3A+black%3B%0D%0Atext-align%3A+left%3B%0D%0Apadding%3A+2px%3B%0D%0Aborder%3A+1px+solid+white%3B%0D%0A%7D%0D%0A%0D%0A.entriesboxxeh%7B%0D%0Abackground-color%3A+black%3B%0D%0Atext-align%3A+left%3B%0D%0Apadding%3A+2px%3B%0D%0Aborder%3A+1px+solid+white%3B%0D%0A%7D%0D%0A%0D%0A.boxxeh1%7B%0D%0Afont-family%3A+georgia%3B%0D%0Afont-size%3A+15pt%3B%0D%0Abackground-color%3A%239aff9a%3B%0D%0Atext-align%3A+center%3B%0D%0Apadding%3A+2px%3B%0D%0Aborder%3A+0px+solid+white%3B%0D%0A%7D%0D%0A%0D%0A.header1%7B%0D%0Abackground-color%3A+%239aff9a%3B+%0D%0Afont-family%3A+georgia%3B%0D%0Afont-size%3A+12pt%3B%0D%0Atext-transform%3A+%3B%0D%0Afont-weight%3A+%3B%0D%0Atext-align%3A+left%3B%0D%0Acolor%3A+%23000000%3B%0D%0Aline-height%3A+12px%3B%0D%0Apadding%3A+2px%3B%0D%0Aborder-left%3A+0px+solid+white%3B%0D%0Aborder-bottom%3A+1px+dashed+green%3B%0D%0A%7D%0D%0A%0D%0A.header2%7B%0D%0Abackground-color%3A%239aff9a%3B+%0D%0Afont-family%3A+Georgia%3B%0D%0Afont-size%3A+12pt%3B%0D%0Atext-transform%3A+%3B%0D%0Afont-weight%3A+%3B%0D%0Atext-align%3A+right%3B%0D%0Acolor%3A+%23000000%3B%0D%0Aline-height%3A+12px%3B%0D%0Apadding%3A+2px%3B%0D%0Aborder-bottom%3A+1px+dashed+%23777777%3B%0D%0A%7D%0D%0A%0D%0A.title+%7B%0D%0Abackground-color%3A+%3B%0D%0Afont-family%3A+verdana%3B%0D%0Afont-size%3A+7pt%3B%0D%0Atext-align%3A+right%3B%0D%0Acolor%3A+%23000000%3B%0D%0Apadding%3A+1px%3B%0D%0A%7D%0D%0A%0D%0A.photo+%7B%0D%0Apadding%3A+3px%3B%0D%0Aborder%3A+2px+solid+%23222222%3B%0D%0Awidth%3A+100px%3B%0D%0A%7D%0D%0A%0D%0Ab%2C+strong+%7B+color%3A+white%3B+font-weight%3A+bold%3B+font-family%3A+%3B+%7D%0D%0Au+%7B+color%3A+%3B+border-bottom%3A+1px+solid+%239aff9a%3B+%7D%0D%0As%2C+i+%7B+color%3A+white%3B+%7D%0D%0Abig+%7B+font+size%3A+15pt%3B+%7D%0D%0A%0D%0Ablockquote%7B%0D%0Afont-family%3A+Tahoma%3B+%0D%0Atext-align%3A+left%3B%0D%0Afont-weight%3A+bold%3B%0D%0Abackground-image%3A+url%28%22+%22%29%3B+%0D%0Abackground-repeat%3A+repeat%3B+%0D%0Afont-size%3A+7pt%3B+%0D%0Acolor%3A+%23000000%3B%0D%0Apadding%3A+2px%3B%0D%0Abackground-color%3A+%239aff9a%3B%0D%0Aborder-left%3A+5px+solid+%23444444%3B%0D%0A%7D%0D%0A%0D%0A%23navbar-iframe+%7B%0D%0Aheight%3A+0px%3B%0D%0Avisibility%3A+hidden%3B%0D%0Adisplay%3A+none%3B%0D%0A%7D+%0D%0A%3C%2Fstyle%3E%0D%0A%0D%0A%3Cdiv+style%3D%22position%3A+absolute%3B+top%3A+100%3B+left%3A+160%3B+width%3A+390%3B+background-color%3A+%3B+padding%3A+2px%3B+filter%3Aalpha%28opacity%3D100%29%3B%22%3E%0D%0A%3CBlogger%3E%0D%0A%3Cdiv+class%3D%22entriesboxxeh%22%3E%0D%0A%3Cdiv+class%3D%22header2%22%3E%3CBlogDateHeader%3E%3C%24BlogDateHeaderDate%24%3E%3C%2FBlogDateHeader%3E+%27%E2%99%A5%3C%24BlogItemDateTime%24%3E%3C%2Fdiv%3E%0D%0A%3Cdiv+class%3D%22title%22%3E+SIAO+for+GREEN+%21%3C%2Fdiv%3E%0D%0A%3C%24BlogItemBody%24%3E%0D%0A%3C%2Fdiv%3E%3Cbr%3E%0D%0A%3C%2FBlogger%3E%0D%0A%3C%2Fdiv%3E%3C%2Fdiv%3E%0D%0A%0D%0A%3Cdiv+style%3D%22position%3A+absolute%3B+top%3A+100%3B+left%3A+550%3B+width%3A+200%3B+background-color%3A+%3B+padding%3A+2px%3B+border-left%3A+0px+dashed+black%3B+filter%3Aalpha%28opacity%3D100%29%3B%22%3E%0D%0A%3Cdiv+class%3D%22boxxeh%22%3E%0D%0A%3Cdiv+class%3D%22header1%22%3EGreenish%3C%2Fdiv%3E%3CBR%3E%0D%0A%0D%0A%3Cb%3E%3Cu%3E%E2%99%A5SHIRAH%3C%2Fb%3E%3C%2Fu%3E%3Cbr%3E%0D%0A%3Cb%3E13%2F3%2F96%3C%2Fb%3EMostImportantDaaay+%21%3Cbr%3E%0D%0AStuck+In+HIllgroveSec%3Cbr%3E%0D%0AGREEN+is+Loooved+%21%3Cbr%3E%0D%0AAnyOne+Cn+Add+me+up+%3B%0D%0A%3Cb%3E%3Cu%3Esupershirah.star@hotmail.com%3C%2Fb%3E%3C%2Fu%3E%3Cbr%3E%0D%0A%7EPlsTellMeYourNameIfYouKnwIDntKnwYou%7E%3Cbr%3E%0D%0A%23Dnt+forget+Info-Ing+yourself%3Cbr%3E%0D%0A%0D%0A%3C%2Fdiv%3E%3Cbr%3E%0D%0A%0D%0A%3Cdiv+class%3D%22boxxeh%22%3E%0D%0A%3Cdiv+class%3D%22header1%22%3ELoves%26Hates%3C%2Fdiv%3E%0D%0A%3Cbr%3E%0D%0A%3Cu%3ELoves%3C%2Fu%3E%3Cbr%3E%0D%0A%23B.Peepes+%21%3Cbr%3E%0D%0A%23CHOCOLAAATES+%21%3Cbr%3E%0D%0A%23HYMM+%3F%3Cbr%3E%0D%0A%23Volleyball+%21%3Cbr%3E%0D%0A%23Kakaks%3Cbr%3E%0D%0A%23Adeeks+%21%3Cbr%3E%0D%0A%23ABAANGS%3Cbr%3E%0D%0A%23fellowVolleyballeeeers+%21%3Cbr%3E%0D%0A%23Numbers%3Cb%3E%3Cu%3E%5B07%5D%3C%2Fu%3E%3C%2Fb%3E%2C%5B10%5D%2C%5B11%5D%2C%5B15%5D%3Cbr%3E%0D%0A%0D%0A%3Cbr%3E%0D%0A%3Cbr%3E%0D%0A%3Cu%3EHATES+%21%3C%2Fu%3E%3Cbr%3E%0D%0A%23Backstabbers%3Cbr%3E%0D%0A%23Liars%3Cbr%3E%0D%0A%23promiseBreakers%3Cbr%3E%0D%0A%23Biitches%3Cbr%3E%0D%0A%23Bastards%3Cbr%3E%0D%0A%23ShowOffs%3Cbr%3E%0D%0A%23ActCyuutes%3Cbr%3E%0D%0A%23Jerks%3Cbr%3E%0D%0A%3Cbr%3E%0D%0A%3C%2Fdiv%3E%3CBR%3E%0D%0A%0D%0A%3Cdiv+class%3D%22boxxeh%22%3E%0D%0A%3Cdiv+class%3D%22header1%22%3ECravings%3C%2Fdiv%3E%0D%0A%24%24Baaags%21%3Cbr%3E%0D%0A%24%24Shoppppiiing+%21%3Cbr%3E%0D%0A%7E%7EDyingToMeetDewii%3Cbr%3E%0D%0A%3Cs%3E%24%24NewwPencilBoxx-+-%22%22%3C%2Fs%3E%3Cbr%3E%0D%0A%24%24MiniLaptopp%3Cbr%3E%0D%0A%24%24MOOORE+MONEEYY+%21%21%3Cbr%3E%0D%0A%24%24CHOCOLATTESS+%21%3A+%29%29%3Cbr%3E%0D%0A%24%24BIG+GREEN+CAARE+BEAAR+%21%21%3Cbr%3E%0D%0A%24%24MOOORE+GREEN+THIINGS+%7E%21%3Cbr%3E%0D%0A%3Cs%3E%24%24NewContactLenses+-+-+%22%3C%2Fs%3E%3Cbr%3E%0D%0A%24%24RebondHairAgain%3Cbr%3E%0D%0A%3Cs%3E%24%24NewDesingerShaaades%3C%2Fs%3E%3C0A%24%24CHOCOLATTESS+%21%3A+%29%29%3Cbr%3E%0D%0A%24%24BIG+GREEN+CAARE+BEAAR+%21%21%3Cbr%3E%0D%0A%24%24MOOORE+GREEN+THIINGS+%7E%21%3Cbr%3E%0D%0A%3Cs%3E%24%24NewContactLenses+-+-+%22%3C%2Fs%3E%3Cbr%3E%0D%0A%24%24RebondHairAgain%3Cbr%3E%0D%0A%3Cs%3E%24%24NewDesingerShaaades%3C%2Fs%3E%3Cbr%3E%0D%0A%24%24FlipFlops%3Cbr%3E%0D%0A%24%24FriendshipBand%3Cbr%3E%0D%0A%24%24MoreJunkFood%3Cbr%3E%0D%0A%0D%0A%0D%0A%3Cbr%3E++++++++++++%0D%0A%3C%2Fdiv%3E%3Cbr%3E%0D%0A%0D%0A%3Cdiv+class%3D%22boxxeh%22%3E%0D%0A%3Cdiv+class%3D%22header1%22%3ETagboard%3C%2Fdiv%3E%0D%0ATAAGG+BEFOORE+LEEEAVING+%21%3Cbr%3E%0D%0A%3C%21--+BEGIN+CBOX+-+www.cbox.ws+-+v001+--%3E%0D%0A%3Cdiv+id%3D%22cboxdiv%22+style%3D%22text-align%3A+center%3B+line-height%3A+0%22%3E%0D%0A%3Cdiv%3E%3Ciframe+frameborder%3D%220%22+width%3D%22150%22+height%3D%22150%22+src%3D%22http%3A%2F%2Fwww3.cbox.ws%2Fbox%2F%3Fboxid%3D3078505%26amp%3Bboxtag%3D3823%26amp%3Bsec%3Dmain%22+marginheight%3D%222%22+marginwidth%3D%222%22+scrolling%3D%22auto%22+allowtransparency%3D%22yes%22+name%3D%22cboxmain%22+style%3D%22border%3A%23140B00+1px+solid%3B%22+id%3D%22cboxmain%22%3E%3C%2Fiframe%3E%3C%2Fdiv%3E%0D%0A%3Cdiv%3E%3Ciframe+frameborder%3D%220%22+width%3D%22150%22+height%3D%2275%22+src%3D%22http%3A%2F%2Fwww3.cbox.ws%2Fbox%2F%3Fboxid%3D3078505%26amp%3Bboxtag%3D3823%26amp%3Bsec%3Dform%22+marginheight%3D%222%22+marginwidth%3D%222%22+scrolling%3D%22no%22+allowtransparency%3D%22yes%22+name%3D%22cboxform%22+style%3D%22border%3A%23140B00+1px+solid%3Bborder-top%3A0px%22+id%3D%22cboxform%22%3E%3C%2Fiframe%3E%3C%2Fdiv%3E%0D%0A%3C%2Fdiv%3E%0D%0A%3C%21--+END+CBOX+--%3E%3Cbr%3E%0D%0A%3Cbr%3E++++++++++++%0D%0A%3C%2Fdiv%3E%3Cbr%3E%0D%0A%3Cdiv+class%3D%22boxxeh%22%3E%0D%0A%3Cdiv+class%3D%22header1%22%3EExits%3C%2Fdiv%3E%0D%0A%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Ff-ashionista.blogspot.com%22%3EDEE+%21%3C%2Fa%3E%3Cbr%3E+%0D%0A%3Ca+href%3D%22http%3A%2F%2Fnazrul-the-only-boy.blogspot.com%22%3ENaaazruul%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fth-shawn-bloggie.blogspot.com%22%3EV.Chair%7EShawn%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fthmighty-e3s-ohh-nine.blogspot.com%22%3EEEEE333+%21%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fahbraaan.livejournal.com%22%3EAhBraaan%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fforeva-n-always.blogspot.com%22%3EEr+Jie%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fhellboyz-teehee.blogspot.com%22%3EKenan%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Frach-el97.blogspot.com%22%3ERachel+Sec1%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fii-lurvee-uu.blogspot.com%22%3EWei+Lin+Mei%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fonly-lovee-u.blogspot.com%22%3ECaressa+DaJie%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fdun-look-forr-me.blogspot.com%22%3EKEISHA%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Fwwwheycomein-jon.blogspot.com%22%3EPANDA+KOR%3C%2Fa%3E%3Cbr%3E%0D%0A%3Ca+href%3D%22http%3A%2F%2Ffaziera-silentlove.blogspot.com%22%3EFaziera%3C%2Fa%3E%3Cbr%3E%0D%0A%3Cbr%3E%0D%0A%3Cbr%3E%0D%0AArchives%3A%3Cbr%3E%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%3Cbr%3E%0D%0A%3Cbr%3E%0D%0A%3Cbr%3E%0D%0ADesigner%3A+%3Ca+href%3D%22http%3A%2F%2Fblogskins.com%2Fme%2Fblack-nwhite%22%3EBlack-nWhite%3C%2Fa%3E%3Cbr%3E%0D%0ABasecodes%3A+%3Ca+href%3D%2