%3Chtml%3E%0D%0A%3Chead%3E+%3Ctitle%3E+%7B%E2%99%A5%7DILY+%3C%2Ftitle%3E%0D%0A%0D%0A%3Clink+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+href%3D%22dddropdownpanel.css%22+%2F%3E%0D%0A%0D%0A%3Cscript+type%3D%22text%2Fjavascript%22+src%3D%22dddropdownpanel.js%22%3E%0D%0A%0D%0A%2F***********************************************%0D%0A*+DD+Drop+Down+Panel-+%28c%29+Dynamic+Drive+DHTML+code+library+%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+this+script+and+100s+more%0D%0A***********************************************%2F%0D%0A%0D%0A%3C%2Fscript%3E%0D%0A%0D%0A%3Cscript%3E%0D%0Afunction+ddpanel%28setting%29%0D%0A%7Bsetting.dir%3D%22up%22+%2F%2Finitial+state+of+panel+%28up%3D%22contracted%22%29%0D%0Aif+%28setting.stateconfig.persiststate+%26%26+ddpanel.getCookie%28setting.ids%5B0%5D%29%3D%3D%22down%22%29%7B%0D%0Asetting.dir%3D%22down%22%7D%0D%0A%0D%0Aif+%28setting.dir%3D%3D%22up%22%29%7B+%2F%2Fif+%22up%22%2C+output+CSS+to+hide+panel+contents%0D%0Adocument.write%28%27%3Cstyle+type%3D%22text%2Fcss%22%3E%5Cn%27%29%0D%0Adocument.write%28%27%23%27%2Bsetting.ids%5B1%5D%2B%27%7Bheight%3A%27+%2B+parseInt%28setting.stateconfig.initial%29+%2B+%27px%3B+overflow%3Ahidden%7D%5Cn%27%29%0D%0Adocument.write%28%27%3C%2Fstyle%3E%5Cn%27%29%7D%0D%0A%0D%0Asetting.stateconfig.initial%3DparseInt%28setting.stateconfig.initial%29%0D%0Athis.setting%3Dsetting%0D%0A%0D%0Aif+%28setting.pointerimage.enabled%29%7B+%2F%2Fpreload+images%0D%0Avar+img1%3Dnew+Image%28%29%2C+img2%3Dnew+Image%28%29%0D%0Aimg1.src%3Dsetting.pointerimage.src%5B0%5D%0D%0Aimg2.src%3Dsetting.pointerimage.src%5B1%5D%7D%0D%0A+%0D%0Avar+thispanel%3Dthis%0D%0Aif+%28window.addEventListener%29+%2F%2Fif+non+IE+browsers%2C+initialize+panel+window.onload%0D%0Addpanel.addEvent%28window%2C+function%28e%29%7Bthispanel.initpanel%28setting%29%7D%2C+%22load%22%29%0D%0Aelse+%2F%2Felse+if+IE%2C+add+100+millisec+after+window.onload+before+initializing%0D%0Addpanel.addEvent%28window%2C+function%28e%29%7BsetTimeout%28function%28%29%7Bthispanel.initpanel%28setting%29%7D%2C+100%29%7D%2C+%22load%22%29%0D%0Addpanel.addEvent%28window%2C+function%28e%29%7Bthispanel.uninit%28setting%29%7D%2C+%22unload%22%29%7D%0D%0A%0D%0Addpanel.events_array%3D%5B%5D+%2F%2Fobject+array+to+contain+events+created+by+script%0D%0A%0D%0Addpanel.addEvent%3Dfunction%28target%2C+functionref%2C+tasktype%29%0D%0A%7Bvar+evtmodel%3Dtarget.addEventListener%3F+%22w3c%22+%3A+%22ie%22%0D%0Avar+evtaction%3Devtmodel%3D%3D%22w3c%22%3F+%22addEventListener%22+%3A+%22attachEvent%22%0D%0Avar+i%3Dthis.events_array.push%28%7B+%2F%2Fstore+event+info+in+ddpanel.events_array%5B%5D+and+return+current+event%27s+index+within+array%0D%0Atarget%3A+target%2C%0D%0Atasktype%3A+%28evtmodel%3D%3D%22ie%22%3F+%22on%22+%3A+%22%22%29%2Btasktype%2C%0D%0Alistener%3A+evtmodel%3D%3D%22ie%22%3F+function%28%29%7Breturn+functionref.call%28target%2C+window.event%29%7D+%3A+functionref%0D%0A%7D%29-1%0D%0A%0D%0Atarget%5Bevtaction%5D%28this.events_array%5Bi%5D.tasktype%2C+this.events_array%5Bi%5D.listener%2C+evtmodel%3D%3D%22w3c%22%3F+false+%3A+null%29%7D%0D%0A%0D%0Addpanel.removeEvent%3Dfunction%28target%2C+functionref%2C+tasktype%29%0D%0A%7Bvar+evtmodel%3Dtarget.removeEventListener%3F+%22w3c%22+%3A+%22ie%22%0D%0Avar+evtaction%3Devtmodel%3D%3D%22w3c%22%3F+%22removeEventListener%22+%3A+%22detachEvent%22%0D%0Atarget%5Bevtaction%5D%28tasktype%2C+functionref%2C+evtmodel%3D%3D%22w3c%22%3F+false+%3A+null%29%7D%0D%0A%0D%0Addpanel.getCookie%3Dfunction%28Name%29%0D%0A%7Bvar+re%3Dnew+RegExp%28Name%2B%22%3D%5B%5E%3B%5D%2B%22%2C+%22i%22%29%3B+%2F%2Fconstruct+RE+to+search+for+target+name%2Fvalue+pair%0D%0Aif+%28document.cookie.match%28re%29%29+%2F%2Fif+cookie+found%0D%0Areturn+document.cookie.match%28re%29%5B0%5D.split%28%22%3D%22%29%5B1%5D+%2F%2Freturn+its+value%0D%0Areturn+null%7D%0D%0A%0D%0Addpanel.setCookie%3Dfunction%28name%2C+value%29%7Bdocument.cookie+%3D+name%2B%22%3D%22+%2B+value+%2B+%22%3Bpath%3D%2F%22%7D%0D%0A%0D%0Addpanel.addpointer%3Dfunction%28target%2C+className%2C+imagesrc%29%0D%0A%7Bvar+pointer%3Ddocument.createElement%28%22img%22%29%0D%0Apointer.src%3Dimagesrc%0D%0Apointer.className%3DclassName%0D%0Apointer.style.borderWidth%3D0%0D%0Atarget.appendChild%28pointer%29%0D%0Areturn+pointer%7D%0D%0A%0D%0Addpanel.prototype%3D%7B%0D%0A%0D%0Atogglepanel%3Afunction%28dir%29%7B+%2F%2Fpublic+function+that+toggles+the+panel%27s+state.+Optional+dir+parameter+%28%22up%22+or+%22down%22%29+to+explicitly+set+state.%0D%0Avar+setting%3Dthis.setting%0D%0Asetting.dir%3Ddir+%7C%7C+%28%28setting.dir%3D%3D%22up%22%29%3F+%22down%22+%3A+%22up%22%29%0D%0Avar+pcontent%3Dsetting.pcontent%2C+dir%3Dsetting.dir%0D%0Apcontent._currentheight%3D%28dir%3D%3D%22down%22%29%3F+pcontent._actualheight+%3A+setting.stateconfig.initial%0D%0Apcontent.style.height%3Dpcontent._currentheight%2B%22px%22%0D%0Aif+%28setting.pointerimage.enabled%29%7B%0D%0Asetting.arrow.src%3Dsetting.pointerimage.src%5B%28setting.dir%3D%3D%22down%22%29%3F+1+%3A+0%5D%0D%0Asetting.arrow.style.visibility%3D%22invisible%22%7D%0D%0Addpanel.setCookie%28setting.ids%5B0%5D%2C+setting.dir%29%7D%2C%0D%0A%0D%0Atogglepanelplus%3Afunction%28dir%29%7B+%2F%2Fpublic+function+that+toggles+the+panel%27s+state+w%2F+animation.+Optional+dir+parameter+%28%22up%22+or+%22down%22%29+to+explicitly+set+state.%0D%0Avar+setting%3Dthis.setting%0D%0Asetting.dir%3Ddir+%7C%7C+%28%28setting.dir%3D%3D%22up%22%29%3F+%22down%22+%3A+%22up%22%29%0D%0Aif+%28setting.pointerimage.enabled%29%0D%0Asetting.arrow.style.visibility%3D%22hidden%22%0D%0AclearTimeout%28setting.revealtimer%29%0D%0Athis.revealcontent%28%29%7D%2C%0D%0A%0D%0Arevealcontent%3Afunction%28%29%0D%0A%7Bvar+setting%3Dthis.setting%0D%0Avar+pcontent%3Dsetting.pcontent%2C+curH%3Dpcontent._currentheight%2C+maxH%3Dpcontent._actualheight%2C+minH%3Dsetting.stateconfig.initial%2C+steps%3Dsetting.animate.steps%2C+dir%3Dsetting.dir%0D%0Aif+%28dir%3D%3D%22down%22+%26%26+curH%3CmaxH+%7C%7C+dir%3D%3D%22up%22+%26%26+curH%3EminH%29%7B%0D%0Avar+newH+%3D+curH+%2B+%28Math.round%28%28maxH-curH%29%2Fsteps%29%2B1%29+*+%28dir%3D%3D%22up%22%3F+-1+%3A+1%29%0D%0AnewH%3D%28dir%3D%3D%22down%22%29%3F+Math.min%28maxH%2C+newH%29+%3A+Math.max%28minH%2C+newH%29%0D%0Apcontent.style.height%3DnewH%2B%22px%22%0D%0Apcontent._currentheight%3DnewH%7D%0D%0A%0D%0Aelse%7Bif+%28setting.pointerimage.enabled%29%0D%0A%7Bsetting.arrow.src%3Dsetting.pointerimage.src%5B%28setting.dir%3D%3D%22down%22%29%3F+1+%3A+0%5D%0D%0Asetting.arrow.style.visibility%3D%22visible%22%7D%0D%0Areturn%7D%0D%0A+%0D%0Avar+thispanel%3Dthis%0D%0Asetting.revealtimer%3DsetTimeout%28function%28%29%7Bthispanel.revealcontent%28%29%7D%2C+10%29%7D%2C%0D%0A%0D%0Ainitpanel%3Afunction%28%29%0D%0A%7Bvar+setting%3Dthis.setting%0D%0Avar+pcontainer%3Dsetting.pcontainer%3Ddocument.getElementById%28setting.ids%5B0%5D%29%0D%0Avar+pcontent%3Dsetting.pcontent%3Ddocument.getElementById%28setting.ids%5B1%5D%29%0D%0Avar+tdiv%3Dsetting.tdiv%3Ddocument.getElementById%28setting.ids%5B2%5D%29%0D%0Apcontent.style.overflow%3D%22scroll%22%0D%0Apcontent._actualheight%3Dpcontent.scrollHeight%0D%0AsetTimeout%28function%28%29%7Bpcontent._actualheight%3Dpcontent.scrollHeight%7D%2C+100%29%0D%0Apcontent.style.overflow%3D%22hidden%22%0D%0Apcontent._currentheight%3D%28setting.dir%3D%3D%22down%22%29%3F+pcontent._actualheight+%3A+setting.stateconfig.initial%0D%0Avar+thispanel%3Dthis%0D%0Addpanel.addEvent%28tdiv%2C+function%28e%29%7B+%2F%2Fassign+click+behavior+when+toggle+DIV+tab+is+clicked+on%0D%0Aif+%28setting.animate.enabled%29%0D%0Athispanel.togglepanelplus%28%29%0D%0Aelse%0D%0Athispanel.togglepanel%28%29%0D%0Aif+%28e.preventDefault%29+e.preventDefault%28%29%0D%0Areturn+false%7D%2C+%22click%22%29%0D%0Aif+%28setting.pointerimage.enabled%29%0D%0A%7Bvar+pointer1%3Dnew+Image%28%29%2C+pointer2%3Dnew+Image%28%29%0D%0Apointer1.src%3Dsetting.pointerimage.src%5B0%5D%0D%0Apointer2.src%3Dsetting.pointerimage.src%5B1%5D%0D%0Asetting.arrow%3Dddpanel.addpointer%28tdiv.getElementsByTagName%28%22span%22%29%5B0%5D%2C+%22pointerimage%22%2C+setting.pointerimage.src%5Bsetting.dir%3D%3D%22down%22%3F+1%3A0%5D%29%7D%0D%0Aif+%28setting.closepanelonclick.enabled%29%7B+%2F%2Fassign+click+behavior+when+panel+content+is+clicked+on+%28links+within+panel+or+elements+with+class+%22closepanel%22%0D%0Addpanel.addEvent%28pcontent%2C+function%28e%29%0D%0A%7Bvar+target%3De.srcElement+%7C%7C+e.target%0D%0Aif+%28%2F%28%5E%7C%5Cs%2B%29closepanel%28%24%7C%5Cs%2B%29%2F.test%28target.className%29+%7C%7C+target.tagName%3D%3D%22A%22+%7C%7C+%28target.parentNode+%26%26+target.parentNode.tagName%3D%3D%22A%22%29%29%0D%0A%7Bthispanel.togglepanel%28%22up%22%29%7D%0D%0A%7D%2C+%22click%22%29%7D%7D%2C%0D%0A%0D%0Auninit%3Afunction%28%29%0D%0A%7Bvar+setting%3Dthis.setting%0D%0Aif+%28setting.stateconfig.persiststate%29%7B%0D%0Addpanel.setCookie%28setting.ids%5B0%5D%2C+setting.dir%29%7D%0D%0Afor+%28prop+in+setting%29%7Bsetting%5Bprop%5D%3Dnull%7D%7D%0D%0A%7D+%2F%2Fend+of+ddpanel+object%0D%0A%0D%0A%2F%2Finitialize+instance+of+DD+Drop+Down+Panel%3A%0D%0A%0D%0Avar+defaultpanel%3Dnew+ddpanel%28%7B%0D%0A+ids%3A+%5B%22mypanel%22%2C+%22mypanelcontent%22%2C+%22mypaneltab%22%5D%2C+%2F%2F+id+of+main+panel+DIV%2C+content+DIV%2C+and+tab+DIV%0D%0A+stateconfig%3A+%7Binitial%3A+%225px%22%2C+persiststate%3A+true%7D%2C+%2F%2F+initial%3A+initial+reveal+amount+in+pixels+%28ie%3A+5px%29%0D%0A+animate%3A+%7Benabled%3A+true%2C+steps%3A+5%7D%2C+%2F%2Fsteps%3A+number+of+animation+steps.+Int+between+1-20.+Smaller%3Dfaster.%0D%0A+pointerimage%3A+%7Benabled%3A+true%2C+src%3A+%5B%22http%3A%2F%2Fi178.photobucket.com%2Falbums%2Fw274%2Fshiroshinwa%2Farrow-down.gif%22%2C+%22http%3A%2F%2Fi178.photobucket.com%2Falbums%2Fw274%2Fshiroshinwa%2Farrow-up.gif%22%5D%7D%2C%0D%0A+closepanelonclick%3A+%7Benabled%3A+true%7D+%2F%2F+close+panel+when+links+or+elements+with+CSS+class%3D%22closepanel%22+within+container+is+clicked+on%3F%0D%0A%7D%29%0D%0A%3C%2Fscript%3E%0D%0A%0D%0A%3Cstyle%3E%0D%0A%23navbar-iframe%7Bdisplay%3Anone%3B%7D%0D%0A%3A%3Aselection%7Bcolor%3Awhite%3B+background%3A%23BDBDBD%3B%7D%0D%0A%0D%0Aa%7Bfont-weight%3Anone%3B+text-decoration%3Anone%3B+color%3A%23424242%3B%7D%0D%0Aa%3Ahover%7Bfont-weight%3Anone%3B+text-decoration%3Anone%3B+color%3A%23848484%3B%7D%0D%0Aa.escape%7Bfont-weight%3Anone%3Btext-decoration%3Anone%3B+display%3Ablock%3B+color%3A%231C1C1C%3B+background-color%3A%23FCFCFC%3B+border-right%3A1px+solid+%23e4e4e4%3B+border-bottom%3A1px+solid+%23e4e4e4%3B+padding%3A2%3B%7D%0D%0Aa.escape%3Ahover%7Bfont-weight%3Anone%3B+text-decoration%3Anone%3B+color%3A%23848484%3B+background-color%3Awhite%3B+border-top%3A1px+solid+%23e4e4e4%3B+border-left%3A1px+solid+%23e5e5e5%3B+border-right%3Anone%3B+border-bottom%3Anone%3B%7D%0D%0Aa.prof%7Bfont-weight%3Anone%3B+text-decoration%3Anone%3B+font-family%3Acourier+new%3B+color%3A%23BDBDBD%3B%7D%0D%0Aa.prof%3Ahover%7Bfont-weight%3Anone%3B+text-decoration%3Anone%3B+color%3A%23585858%3B%7D%0D%0A%0D%0Abody%7Bbackground%3Aurl%28http%3A%2F%2Fi178.photobucket.com%2Falbums%2Fw274%2Fshiroshinwa%2F00009k2x.png%29+fixed+repeat%3B%0D%0Afont-family%3Aarial%3B+font-size%3A8pt%3B+color%3Ablack%3B%7D%0D%0Atable%7Bfont-family%3Aarial%3B+font-size%3A8pt%3B+color%3Ablack%3B%7D%0D%0A%0D%0A%23blogt1%7Bfont-family%3AGEORGIA%3B+font-size%3A15pt%3B+color%3A%23821122%3B+text-transform%3Alowercase%3B+border-bottom%3A2px+dashed+%232e2e2e%3B+line-height%3A80%25%3B+letter-spacing%3A-2pt%3B%7D%0D%0A%23blogt2%7Bfont-family%3A+GEORGIA%3Bfont-size%3A15pt%3B+color%3A%23C59A6F%3B+text-transform%3Alowercase%3B+border-bottom%3A2px+dashed+%232e2e2e%3B+line-height%3A80%25%3B+letter-spacing%3A-2pt%3B%7D%0D%0A%23sideblogt%7Bfont-family%3A+GEORGIA%3Bfont-size%3A15pt%3B+color%3A%23821122%3B+text-transform%3Alowercase%3B+border-bottom%3A2px+dashed+%23f2f2f2%3B+line-height%3A80%25%3B+letter-spacing%3A-2pt%3B%7D%0D%0A%23date%7Bfont-family%3A+GEORGIA%3Bfont-size%3A15pt%3B+color%3A%23C59A6F%3B+text-transform%3Alowercase%3B+border-bottom%3A2px+dashed+%23f2f2f2%3B+line-height%3A80%25%3B+letter-spacing%3A-2pt%3B%7D%0D%0A%23head%7Bfont-family%3AGEORGIA%3B+font-size%3A10pt%3B+color%3A%23585858%3B+text-transform%3Alowercase%3B+border-bottom%3A2px+dashed+%23f2f2f2%3B+line-height%3A80%25%3B+letter-spacing%3A6pt%3B%7D%0D%0A%23panel%7Bcolor%3Awhite%3B%7D%0D%0A%23time%7Bfont-family%3AGEORGIA%3B+font-size%3A9pt%3B+color%3A%23f2f2f2%3B+text-transform%3Alowercase%3B%0D%0Abackground-image%3Aurl%28http%3A%2F%2Fi178.photobucket.com%2Falbums%2Fw274%2Fshiroshinwa%2F00009k2x.png%29%3B+text-align%3Acenter%3B+letter-spacing%3A-1pt%3B%7D%0D%0A%23time%3Ahover%7Bcolor%3A%23CDA884%3B%7D%0D%0A%23myname%7Bfont-family%3Aarial%3B+font-size%3A20pt%3B+color%3A%23585858%3B+letter-spacing%3A-2pt%3B+line-height%3A80%25%3B%7D%0D%0A%23creds%7Bbackground%3Ablack%3B+color%3A%23e4e4e4%3B+width%3A730px%3B+text-align%3Aleft%3B+padding%3A5%3B%7D%0D%0A%23header%7Bfont-family%3AGEORGIA%3B+font-size%3A20pt%3B+letter-spacing%3A3pt%3B+text-align%3Aright%3B+width%3A730px%3B%7D%0D%0A%23header2%7Bfont-family%3AGEORGIA%3B+font-size%3A12pt%3B+letter-spacing%3A4pt%3B+text-align%3Aright%3B+width%3A730px%3B+background%3Ablack%3B+color%3Awhite%3B+padding-right%3A10%3B%7D%0D%0A%0D%0Ablockquote%7Bpadding%3A10px%3B+background-image%3Aurl%28http%3A%2F%2Fi178.photobucket.com%2Falbums%2Fw274%2Fshiroshinwa%2F00009k2x.png%29%3B+background-repeat%3Arepeat%3B+border-left%3A10px+solid+%23585858%3B%7D%0D%0Ablockquote%3Ahover%7Bborder-left%3A10px+solid+%23C59A6F%3B%7D%0D%0A%0D%0A.ddpanel+.ddpanelcontent%7Bcolor%3Awhite%3B%0D%0Afont-size%3A9pt%3B%0D%0Abackground%3Aurl%28http%3A%2F%2Fi178.photobucket.com%2Falbums%2Fw274%2Fshiroshinwa%2Fpattern3-1.gif%29+fixed+repeat%3B%0D%0Abackground-position%3Acenter%3B%7D%0D%0A.ddpanel+.ddpaneltab%7Bmargin-right%3A20px%3B+font%3A10pt+normal+arial%3B%7D%0D%0A.ddpanel+.ddpaneltab+a%7Bfloat%3Aright%3B+background%3Ablack%3B+-webkit-border-bottom-right-radius%3A5%3B+-webkit-border-bottom-left-radius%3A5%3B+-moz-border-radius%3A0+0+5+5%3B%7D%0D%0A.ddpanel+.ddpaneltab+a+span%7Bfloat%3Aleft%3B+display%3Ablock%3B+background%3Atransparent%3B+padding%3A1+12+4+13%3B+cursor%3Ahelp%3B%7D%0D%0A.ddpanel+.ddpaneltab+a+span+img.pointerimage%7Bmargin-top%3A2px%3B+margin-left%3A5px%3B%7D%0D%0A.ddpanel+.ddpaneltab+a%3Ahover%7Bpadding-top%3A8%3B%7D%0D%0A.ddpanel+.ddpaneltab+a%3Aactive%2C+.ddpanel+.ddpaneltab+a%3Afocus%7Boutline%3A0%3B%7D%0D%0A.ddpanel+.ddpaneltab+a%3Ahover+span%7Bbackground-color%3A%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%0D%0A%3C%2Fhead%3E%0D%0A%3Cbody%3E%0D%0A%3Cdiv+id%3D%22mypanel%22+class%3D%22ddpanel%22%3E%0D%0A%3Cdiv+id%3D%22mypanelcontent%22+class%3D%22ddpanelcontent%22%3E%0D%0A%3Cp+style%3D%22padding%3A10%3B%22%3E%0D%0A%0D%0A%3Ctable+width%3D%22730%22+align%3D%22center%22+cellpadding%3D%220%22+cellspacing%3D%220%22%3E%0D%0A%3Ctr%3E%0D%0A%3Ctd+width%3D%22530%22+valign%3D%22top%22+style%3D%22border-right%3A1px+solid+%231C1C1C%3B+padding-right%3A5%3B%22%3E%0D%0A%0D%0A%3Cdiv+id%3D%22blogt1%22%3EProfile%3C%2Fdiv%3E%3Cbr%3E%0D%0A%3Cdiv+id%3D%22panel%22%3E%0D%0A%3Cimg+src%3D%22http%3A%2F%2Fi45.tinypic.com%2F2pzd2e8.jpg%22+align%3D%22left%22+style%3D%22padding-right%3A5px%3B%22%3E%0D%0A%3Cspan+id%3D%22myname%22%3EVAIISHNAVI+KARNAN%3C%2Fspan%3E%3Cbr%3E%0D%0A%E2%99%A5The+name+is+Vaiishnavi.%3Cbr%3E%0D%0A%E2%99%A512%2B.%3Cbr%3E%0D%0A%E2%99%A5I+turn+a+year+older+on+evry+18+September%3Cbr%3E%0D%0A%E2%99%A5I+love+red%2Cblack+n+pink.+A+lolliPOP+n+MUSIC+addict%21%3CBR%3E%0D%0A%E2%99%A5Currently+studying%3CS%3EMDPS%3C%2Fs%3ECCSS.%3Cbr%3E%0D%0A%0D%0A%3Cbr%3E%0D%0A%3Cdiv+align%3D%22right%22%3E%0D%0A%3Ca+class%3D%22prof%22+href%3D%22mailto%3Aincomplete-puzzles%22title%3D%22Email%22%3Eone%3C%2Fa%3E%0D%0A%3Ca+class%3D%22prof%22+href%3D%22http%3A%2F%2FYOURFACEBOOKLINK%22title%3D%22Facebook%22%3Etwo%3C%2Fa%3E%0D%0A%3Ca+class%3D%22prof%22+href%3D%22http%3A%2F%2FYOURBLOGSKINLINK%22title%3D%22Blogskins%22%3Ethree%3C%2Fa%3E%0D%0A%3Cbr%3E%3C%2Fdiv%3E%0D%0A%3C%2Fdiv%3E%3C%2Ftd%3E%0D%0A%0D%0A%3Ctd+width%3D%22210%22+valign%3D%22top%22+style%3D%22border-left%3A1px+solid+%231C1C1C%3B+padding-left%3A5%3B%22%3E%0D%0A%3Cdiv+id%3D%22blogt2%22%3EBeloveds%3C%2Fdiv%3E%3Cbr%3E%0D%0A%3Cdiv+id%3D%22panel%22%3E%0D%0A%3Ccenter%3E%0D%0A%3Cb%3EAshwini-%3Ci%3EJieh%3C%2Fi%3E%3Cb%2F%3E%0D%0A%3Cbr%3E%3Cb%3EEunice-%3Ci%3EBFF%3C%2Fi%3E%3Cb%2F%3E%0D%0A%3Cbr%3E%3Cb%3EUma-%3Ci%3EAkka%3C%2Fi%3E%3Cb%2F%3E%0D%0A%3Cbr%3E%3Cb%3EUsshao-%3Ci%3EAkka%3C%2Fi%3E%3Cb%2F%3E%0D%0A%3Cbr%3EAishwarya-%3Ci%3EFren%3C%2Fi%3E%0D%0A%3Cbr%3EBecky-%3Ci%3EFren%3C%2Fi%3E%0D%0A%3Cbr%3ECheryl-%3Ci%3EFren%3C%2Fi%3E%0D%0A%3Cbr%3ENaomi-%3Ci%3EFren%3C%2Fi%3E%0D%0A%0D%0A%3Cbr%3EMaznah-%3Ci%3EFren%3C%2Fi%3E%0D%0A%3Cbr%3EMegan-%3Ci%3EMeih%3C%2Fi%3E%0D%0A%3Cbr%3EShahirah-%3Ci%3EFriend%3C%2Fi%3E%0D%0A%0D%0A%3Cbr%3EShairah-%3Ci%3EFren%3C%2Fi%3E%0D%0A%0D%0A%0D%0A%3Cbr%3ESuba-%3Ci%3EJieh%3C%2Fi%3E%0D%0A%3Cbr%3ESue+May-%3Ci%3EFren%3C%2Fi%3E%0D%0A%0D%0A%3Cbr%3EPhoebe-%3Ci%3EFren%3C%2Fi%3E%0D%0A%0D%0A%3Cbr%3E%0D%0A%3Ccenter%3E%0D%0A%3C%2Fdiv%3E%0D%0A%3C%2Ftd%3E%0D%0A%3C%2Ftr%3E%0D%0A%3C%2Ftable%3E%0D%0A%0D%0A%0D%0A%3C%2Fp%3E%0D%0A%3C%2Fdiv%3E%0D%0A%3Cdiv+id%3D%22mypaneltab%22+class%3D%22ddpaneltab%22%3E%0D%0A%3Ca+href%3D%22%23%22%3E%3Cspan%3E%3C%2Fspan%3E%3C%2Fa%3E%0D%0A%3C%2Fcenter%3E%0D%0A%3C%2Fdiv%3E%0D%0A%0D%0A%3C%2Fdiv%3E%0D%0A%0D%0A%3Cdiv+align%3D%22center%22%3E%0D%0A%3Cdiv+id%3D%22header%22%3E%E2%99%A5This+innocence+is+brilliant%3C%2Fdiv%3E%0D%0A%3Cdiv+id%3D%22header2%22%3Eplease+don%27t+go+away%3C%2Fdiv%3E%0D%0A%3C%2Fdiv%3E%0D%0A%0D%0A%3Ctable+width%3D%22750%22+align%3D%22center%22+cellpadding%3D%220%22+cellspacing%3D%225%22%3E%0D%0A%3Ctr%3E%0D%0A%3Ctd+width%3D%22550%22+valign%3D%22top%22+style%3D%22background%3Awhite%3B+padding%3A10%3B%22%3E%0D%0A%3CBlogger%3E%0D%0A%3Cdiv+id%3D%22date%22%3E%3CBlogDateHeader%3E%3C%24BlogDateHeaderDate%24%3E+%0D%0A%3C%2FBlogDateHeader%3E%3C%2Fdiv%3E%0D%0A%3Cdiv+id%3D%22head%22%3E%3C%24BlogItemTitle%24%3E%3C%2Fdiv%3E%3Cbr%3E%0D%0A%3C%24BlogItemBody%24%3E%0D%0A%3Cdiv+id%3D%22time%22%3E%3C%24BlogItemDateTime%24%3E%3C%2Fdiv%3E%0D%0A%3Cbr%3E%0D%0A%3C%2FBlogger%3E%0D%0A%3C%2Ftd%3E%0D%0A%0D%0A%0D%0A%0D%0A%3Ctd+width%3D%22200%22+valign%3D%22top%22+style%3D%22background%3Awhite%3B+padding%3A10%3B%22%3E%0D%0A%0D%0A%3Cdiv+id%3D%22sideblogt%22%3E+%7B%E2%99%A5%7DShouts+And+Screams%3C%2Fdiv%3E%3Cbr%3E%0D%0A%3Ci%3E%3C%2Fu%3E%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%22220%22+height%3D%22190%22+src%3D%22http%3A%2F%2Fwww3.cbox.ws%2Fbox%2F%3Fboxid%3D3035803%26amp%3Bboxtag%3D9785%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+0px+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%22220%22+height%3D%2275%22+src%3D%22http%3A%2F%2Fwww3.cbox.ws%2Fbox%2F%3Fboxid%3D3035803%26amp%3Bboxtag%3D9785%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+0px+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%3C%2Fdiv%3E%3C%2Fi%3E%3Cbr%3E%0D%0A%0D%0A%3Cbr%3E%0D%0A%0D%0A%3Cdiv+id%3D%22sideblogt%22%3E+%7B%E2%99%A5%7DRunaway%3C%2Fdiv%3E%3Cbr%3E%0D%0A%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.alxm-goodbye.blogspot.com%22%3EAlisha%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.nvr-tired-of-euu.blogspot.com%22%3EAshwini%E2%99%A5%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.cayxt-stupidlove.blogspot.com%22%3ECheryl%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.kaopei-kaobu.blogspot.com%22%3EEunice%E2%99%A5%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.lonelylands-arrival.blogspot.com%22%3EHui+Ling%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.love-and-revenge.blogspot.com%22%3EKatherine%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.4eva-n-always-lurving-eu.blogspot.com%22%3EShera%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.that-last-teardrop.blogspot.com%22%3ETracy%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.gone-in-the--wind.tumblr.com%22%3EUma%E2%99%A5%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.goroundthemulberrybush.blogspot.com%22%3EUsshao%E2%99%A5%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.emoteen-in-love.blogspot.com%22%3EViki%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.musical-inc.blogspot.com%22%3EVivien%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww..yasmeenfs.blogspot.com%22%3EYasmeen%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.friendsbloggerz.blogspot.com%22%3EYu+Xuan%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.wen-xiin.blogspot.com%22%3EWen+Xin%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww..l-ovenomore.blogspot.com%22%3EZhiqi%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.blogger.com%22%3EFriend%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.blogger.com%22%3EFriend%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.blogger.com%22%3EFriend%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%sh.blogspot.com%22%3EUsshao%E2%99%A5%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.emoteen-in-love.blogspot.com%22%3EViki%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.musical-inc.blogspot.com%22%3EVivien%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww..yasmeenfs.blogspot.com%22%3EYasmeen%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.friendsbloggerz.blogspot.com%22%3EYu+Xuan%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.wen-xiin.blogspot.com%22%3EWen+Xin%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww..l-ovenomore.blogspot.com%22%3EZhiqi%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2Fwww.blogger.com%22%3EFriend%3C%2Fa%3E%0D%0A%3Ca+class%3D%22escape%22+href%3D%22http%3A%2F%2