You are on page 1of 18

<HTML> <!--Forever Young by Justflywithmetoparis--> <!--Do not remove the credits--> <!

--Don't rip the codes or else i'll rip your face--> <HEAD> <meta name="msvalidate.01" content="FB6BDAA5AF0B34DFEE2838349158D52C" /> <title>{Title}</title> <link rel="shortcut icon" href="{FavIcon}" /> <center><img src="http://i1197.photobucket.com/albums/aa427/eikcaj18/Free%20Bann ers/ForeverYoung.png"></center> <link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet ' type='text/css'> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{title}</title> <link rel="shortcut icon" href="{FavIcon}"> <link href='http://fonts.googleapis.com/css?family=Copse' rel='stylesheet' type= 'text/css'> {block:IfTinkerbellCursor} <script type="text/javascript"> // <![CDATA[ var colour="#FFA2C4"; var sparkles=50; /**************************** * Tinkerbell Magic Sparkle * * (c) 2005 mf2fm web-design * * http://www.mf2fm.com/rv * * DON'T EDIT BELOW THIS BOX * ****************************/ var x=ox=400; var y=oy=300; var swide=800; var shigh=600; var sleft=sdown=0; var tiny=new Array(); var star=new Array(); var starv=new Array(); var starx=new Array(); var stary=new Array(); var tinyx=new Array(); var tinyy=new Array(); var tinyv=new Array(); window.onload=function() { if (document.getElementById) { var i, rats, rlef, rdow; for (var i=0; i<sparkles; i++) { var rats=createDiv(3, 3); rats.style.visibility="hidden"; document.body.appendChild(tiny[i]=rats); starv[i]=0; tinyv[i]=0;

var rats=createDiv(5, 5); rats.style.backgroundColor="transparent"; rats.style.visibility="hidden"; var rlef=createDiv(1, 5); var rdow=createDiv(5, 1); rats.appendChild(rlef); rats.appendChild(rdow); rlef.style.top="2px"; rlef.style.left="0px"; rdow.style.top="0px"; rdow.style.left="2px"; document.body.appendChild(star[i]=rats); } set_width(); sparkle(); }} function sparkle() { var c; if (x!=ox || y!=oy) { ox=x; oy=y; for (c=0; c<sparkles; c++) if (!starv[c]) { star[c].style.left=(starx[c]=x)+"px"; star[c].style.top=(stary[c]=y)+"px"; star[c].style.clip="rect(0px, 5px, 5px, 0px)"; star[c].style.visibility="visible"; starv[c]=50; break; } } for (c=0; c<sparkles; c++) { if (starv[c]) update_star(c); if (tinyv[c]) update_tiny(c); } setTimeout("sparkle()", 40); } function update_star(i) { if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)"; if (starv[i]) { stary[i]+=1+Math.random()*3; if (stary[i]<shigh+sdown) { star[i].style.top=stary[i]+"px"; starx[i]+=(i%5-2)/5; star[i].style.left=starx[i]+"px"; } else { star[i].style.visibility="hidden"; starv[i]=0; return; } } else { tinyv[i]=50; tiny[i].style.top=(tinyy[i]=stary[i])+"px"; tiny[i].style.left=(tinyx[i]=starx[i])+"px"; tiny[i].style.width="2px"; tiny[i].style.height="2px"; star[i].style.visibility="hidden";

tiny[i].style.visibility="visible" } } function update_tiny(i) { if (--tinyv[i]==25) { tiny[i].style.width="1px"; tiny[i].style.height="1px"; } if (tinyv[i]) { tinyy[i]+=1+Math.random()*3; if (tinyy[i]<shigh+sdown) { tiny[i].style.top=tinyy[i]+"px"; tinyx[i]+=(i%5-2)/5; tiny[i].style.left=tinyx[i]+"px"; } else { tiny[i].style.visibility="hidden"; tinyv[i]=0; return; } } else tiny[i].style.visibility="hidden"; } document.onmousemove=mouse; function mouse(e) { set_scroll(); y=(e)?e.pageY:event.y+sdown; x=(e)?e.pageX:event.x+sleft; } function set_scroll() { if (typeof(self.pageYOffset)=="number") { sdown=self.pageYOffset; sleft=self.pageXOffset; } else if (document.body.scrollTop || document.body.scrollLeft) { sdown=document.body.scrollTop; sleft=document.body.scrollLeft; } else if (document.documentElement && (document.documentElement.scrollTop || do cument.documentElement.scrollLeft)) { sleft=document.documentElement.scrollLeft; sdown=document.documentElement.scrollTop; } else { sdown=0; sleft=0; } } window.onresize=set_width; function set_width() { if (typeof(self.innerWidth)=="number") { swide=self.innerWidth; shigh=self.innerHeight; } else if (document.documentElement && document.documentElement.clientWidth) { swide=document.documentElement.clientWidth;

shigh=document.documentElement.clientHeight; } else if (document.body.clientWidth) { swide=document.body.clientWidth; shigh=document.body.clientHeight; } } function createDiv(height, width) { var div=document.createElement("div"); div.style.position="absolute"; div.style.height=height+"px"; div.style.width=width+"px"; div.style.overflow="hidden"; div.style.backgroundColor=colour; return (div); } // ]]> </script> {/block:IfTinkerbellCursor} {block:IfNoHighlight} <script language="JavaScript1.2"> //Disable select-text script (IE4+, NS6+)- By Andy Scott //Exclusive permission granted to Dynamic Drive to feature script //Visit http://www.dynamicdrive.com for this script function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } </script> {/block:IfNoHighlight} {block:IfEndlessScrolling} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scroll ing/code"></script> {/block:IfEndlessScrolling} {block:IfNoRightClick} <script language=JavaScript> <!-//Disable right click script III- By Renigade (renigade@mediaone.net) //For full source code, visit http://www.dynamicdrive.com var message=""; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) {

if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") // --> </script> {/block:IfNoRightClick} <META name="image:Background" content="http://static.tumblr.com/a1u2frm/xKnln8wg s/tos.png"> <META name="image:200pxPortrait" content="http://27.media.tumblr.com/tumblr_lsy9 60w26F1qeumako1_500.png"> <META name="color:bg" content="#eeeeee"> <META name="color:color 1" content="#FAFAFA"> <META name="text:link name1" content="Link here"> <META name="text:link url1" content="http://"> <META name="text:link name2" content="Link here"> <META name="text:link url2" content="http://"> <META name="text:link name3" content="Link here"> <META name="text:link url3" content="http://"> <META name="text:link name4" content="Link here"> <META name="text:link url4" content="http://"> <META name="text:link name5" content="Link here"> <META name="text:link url5" content="http://"> <META name="text:reblogandnote" content="#ffffff"> <META name="text:TumblrURL" content="YOURURLHERE.tumblr.com"> <meta name="if:ShowLinks" content="1"/> <meta name="if:EndlessScrolling" content="1"/> <meta name="if:NoRightClick" content=""/> <meta name="if:NoHighligh" content="1"/> <meta name="if:TinkerbellCursor" content="1"/> <style type="text/css"> #navbar-iframe {height:0px; visibility:hidden; display:none} ::-webkit-scrollbar {width: 9px; height: 2px; background: #3f3f3f; } ::-webkit-scrollbar-thumb { background-color: #FFA2C4;} scrollbar { width: 10px; height: 2px; background: #FFA2C4; } scrollbar-thumb { width: 10px; background-color: #FFA2C4;} a:link, a:visited, a:active { color: #85d1d8; cursor: url("http://cur.cursors-4u.net/others/oth-6/oth589.cur"), default; text-decoration:none; -webkit-transition-property:color, text; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-timing-function: linear, ease-in; } a:hover { color: #FFA2C4; cursor: url("http://cur.cursors-4u.net/others/oth-6/oth589.cur"), default; text-decoration:none;

-webkit-transition-property:color, text; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-timing-function: linear, ease-in; } body { background-color: {color:bg}; background-image: url(http://i1197.photobucket.com/albums/aa427/eikcaj18/TumblrB ackgrounds/bg4.png); background-repeat: repeat; cursor: url("http://i1197.photobucket.com/albums/aa427/eikcaj18/Cursors%20Of%20J ackie/White.png"), default; text-align:justify; margin: 0px; padding: 0px; } .header { font-family: Trebuchet Ms; background-color: {color:Color 4}; font-size: 18px; letter-spacing: 1px; text-transform: uppercase; color: #FFA2C4; line-height: 150%; text-align:center; -moz-border-radius: 8px;-webkit-border-radius: 15px;padding: 3px 3px 3px 3px; } b { color: {color:Color 2};} strong { color:{color:Color 2};} i { color: {color:Color 5};} u { font-color: {color:Color 2}; } table { background-color: transparent; font-family: Trebuchet MS; font-size: 10pt; color: #7C7C7C; line-height: 120%; padding: 0px; margin-left: auto; margin-right: auto; margin-top: 0px; list-style-image: url(http://media.tumblr.com/tumblr_loyz9s3Itu1qepbs7.gif); } blockquote{ border-left-width: 5px; border-left-style: solid; border-left-color: #eee; padding:1px; padding-left: 5px; margin: 0px; } .nextprev { font-size: 20px; text-transform: uppercase;

background: {color:Color 4}; padding: 8px; display: inline-block; width:90px; } blockquote{ border-left-width: 2px; border-left-style: solid; border-left-color:#eee; padding:1px; padding-left: 5px; margin: 0px; } .footer { padding: 5px 5 5 5; font-family: Trebuchet Ms; text-transform: uppercase; font-size:7pt; } /* Notes */ ol.notes { padding: 0px; margin: 25px 0px; list-style-type: none; border-bottom: solid 2px #eee; } ol.notes li.note { border-top: solid 2px #eee; padding: 10px; } ol.notes li.note img.avatar { vertical-align: -4px; margin-right: 10px; width: 16px; height: 16px; } ol.notes li.note span.action { font-weight: bold; } ol.notes li.note .answer_content { font-weight: normal; } ol.notes li.note blockquote { border-color: #eee; padding: 4px 10px; margin: 10px 0px 0px 25px; } ol.notes li.note blockquote a { text-decoration: none; } .box { padding: 1px; background-color: #85d1d8; width: 80px; text-align: center; -moz-border-radius: 15px;-webkit-border-radius: 15px;padding: 5px 5px 5px 5px;

} .box2 { padding: 1px; background-color: #FFA2C4; width:80px; text-align: center; -moz-border-radius: 15px;-webkit-border-radius: 15px;padding: 5px 5px 5px 5px; } .h1 { font-family:'Merriweather', trebuchet ms; font-size: 25px; letter-spacing: -1px; text-decoration: none; color: {color:Color 5}; line-height: 150%; } .h2 { line-height: 150%; font-family: 'Merriweather', trebuchet ms; font-color: #fff; text-transform: uppercase; font-size: 9px; display: inline; letter-spacing: 1px; } .h3 { line-height: 150%; font-family:'Merriweather', trebuchet ms; font-color: #fff; text-transform: uppercase; font-size: 10px; display: inline; letter-spacing: 1px; } a.nav{ font-size: 9pt; font-family:Trebuchet Ms; letter-spacing:1pt; text-align:left; color:#FFA2C4; text-decoration: none; display: block; width:195px; background:transparent; padding:2pt; border-bottom:1pt dashed {color:bg}; } a.nav:hover{ color:#85d1d8; background:#fafafa; border-top:1px solid #e5e5e5; border-left:1px solid #e5e5e5; border-bottom:none; } .main_navigation {

background: transparent; display: block; padding: 5px; width:738px; height:50px; margin-right:81px; } .details { margin: 0 0 0 0; color: #888; height: 15px; padding-top: 5px; padding-left: 3px; text-align:justify; letter-spacing: 2px; font-variant: small-caps; background: {color:Color 4}; font-size: 10px; } #box { background-color: {color:Color 1}; text-align:left; padding: 5px 5px 5px 5px; -moz-border-radius: 8px;-webkit-border-radius: 8px;padding: 3px 3px 3px 3px; border:2px solid #FFA2C4; } #each{ padding: 2px; border:2px solid #FFA2C4; background-color: {color:Color 1}; -moz-border-radius: 8px;-webkit-border-radius: 8px;padding: 3px 3px 3px 3px; width:510px; } /* Audio Post */ div.post div.audio div.caption { margin: -60px 0px 0px 0px; color: #222222; font-size: 12px; text-align: justify; } div.post div.audio div.caption a { color: #a85680; } div.post div.audio div.caption a:hover { color: #f752a4; } #radio { margin: auto; padding: 86px 0px 0px 87px; width: 310px; height: 189px; background: transparent url(http://static.tumblr.com/dbcxhwx/HhBke90up/317307050 6_79130bdc2d_o.png) no-repeat; } {CustomCSS} </style>

</head> <body> <table width="820px" align="center" cellpadding="0" cellspacing="1" border-style ="1px dashed #000000";><center> <td width="210px" valign="top" style="background:transparent;"> <br> <div style="width: 210; "><center> <div id="box"><CENTER> <div class="header">About</div> <a href="/"><img style="border:0px" src="{image:200pxPortrait}" width="200px" >< /a> <br> {description} <BR></div><BR> <div id="box"> <div class="header">Find Me On</div> <center><a href="http://www.bloglovin.com/en/blog/2200321/tujuh-warna-pelangi/fo llow"><img src="http://farm8.staticflickr.com/7144/6714374765_4552cee251.jpg" wi dth="180" height="59" alt="blackpink-blog"></a> <br><br> <a href="mailto:ask.nacchu@gmail.com"><img src="http://farm8.staticflickr.com/70 06/6714497831_d9bae1da0d.jpg" width="180" height="59" alt="blackpink-mail"></a> <br><br> <a href="http://me2day.net/itsnacchu"><img src="http://farm8.staticflickr.com/71 42/6714463471_7135db2982.jpg" width="180" height="59" alt="blackpink-me2day"></a > <br><br> <a href="http://twitter.com/itsnacchu" title="Follow me on Twitter"><img src="ht tp://farm8.staticflickr.com/7017/6714375001_bab983216c.jpg" width="180" height=" 59" alt="blackpink-twitter"><br></a> <br><br> </div><br></center> {block:ifShowLinks}<div id="box"> <div class="header">Menu</div> <a class="nav" href='{text:link url1}'>{text:link <a class="nav" href='{text:link url2}'>{text:link <a class="nav" href='{text:link url3}'>{text:link <a class="nav" href='{text:link url4}'>{text:link <a class="nav" href='{text:link url5}'>{text:link <br> </div><br> {/block:ifShowLinks}

name1}</a> name2}</a> name3}</a> name4}</a> name5}</a>

<div id="box"> <div class="header">Tags</div> <center><a href="http://tujuhwarnapelangi.tumblr.com/tagged/beauty">Beauty</a><b >|</b><a href="http://tujuhwarnapelangi.tumblr.com/search/chit-chat">Chit-chat</ a><b>|</b><a href="http://tujuhwarnapelangi.tumblr.com/tagged/look">Look</a> <br><a href="http://tujuhwarnapelangi.tumblr.com/tagged/Random">Random</a><b>|</ b><a href="http://tujuhwarnapelangi.tumblr.com/tagged/Review">Review</a><b>|</b> <a href="http://tujuhwarnapelangi.tumblr.com/tagged/skincare">Skincare</a><b>|</

b><a href="http://tujuhwarnapelangi.tumblr.com/tagged/tips">Tips</a> <br><a href="http://tujuhwarnapelangi.tumblr.com/tagged/tutorial">Tutorial</a><b >|</b><a href="http://tujuhwarnapelangi.tumblr.com/tagged/update">Update</a> </center> </div> <br> <div id="box"> <div class="header">Love To Read</div> <center><a href="http://chaigyaru.com">Chaigyaru</a> <br><a href="http://www.cominica.net">Cominica</a> <br><a href="http://www.erikajjang.tumblr.com">Erika Jjang</a> <br><a href="http://joveetalee-art.blogspot.com">Joveeta Lee</a> <br><a href="http://www.mywomenstuff.com">My Women Stuff</a> <br><a href="http://www.blog.triciagosingtian.com">Tricia Gosingtian</a> </center> </div> <br> <div id="box"> <div class="header">Subscribe Me</div> <center><form style="border:1px solid #ccc;padding:3px;text-align:center;" actio n="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwind ow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=tuju hwarnapelangi', 'popupwindow', 'scrollbars=yes,width=550,height=520');return tru e"><p>Enter your email address:</p><p><input type="text" style="width:140px" nam e="email"/></p><input type="hidden" value="tujuhwarnapelangi" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://feedburner.google.com" target="_blank">FeedBur ner</a></p></form></center> </div> <br> <div id="box"> <div class="header">Search</div> <div id="sidebar"> <form action="/search" method="get"> <input type="text" name="q" onclick="this.className='onclick'" value=""/> <input type="submit" value="Search"/> </form> </div> </div> <br> <div id="box"> <div class="header">Credits</div> <center>All rights reserved.<br> Forever Young by <a href="http://justflywithmetoparis.tumblr.com/">Justflywithme toparis</a> <br> Best Viewed in Google Chrome <br> Please do not remove the credits.</center> </div> <br> <div id="box">

<div class="header">Traffic</div> <div id="sidebar"><div> <script type="text/javascript" src="http://feedjit.com/s erve/?vv=955&amp;tft=3&amp;dd=0&amp;wid=ed35c5258348f89c&amp;pid=0&amp;proid=0&a mp;bc=FFFFFF&amp;tc=575757&amp;brd1=CDAFF0&amp;lnk=659BD6&amp;hc=611561&amp;hfc= FCC7FA&amp;btn=358EFA&amp;ww=200&amp;wne=5&amp;wh=Live+Traffic+Feed&amp;hl=0&amp ;hlnks=0&amp;hfce=0&amp;srefs=1&amp;hbars=0"></script><noscript><a href="http:// feedjit.com/">Feedjit Live Blog Stats</a></noscript> </div> </div> <div><br></div> <!-- Histats.com START (standard)--> <script type="text/javascript">document.write(unescape("%3Cscript src=%27http:// s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</scrip t> <a href="http://www.histats.com" target="_blank" title="counter" ><script type= "text/javascript" > try {Histats.start(1,1775742,4,511,95,18,"00000000"); Histats.track_hits();} catch(err){}; </script></a> <noscript><a href="http://www.histats.com" target="_blank"><img src="http://sst atic1.histats.com/0.gif?1775742&101" alt="counter" border="0"></a></noscript> <!-- Histats.com END --> <div><break></break></p></div> </div> <br><br> </div> </td> <div><br></br></div> <td width="850px" valign="top" style="background:transparent; text-align:justify ;list-style-image: url(http://www.zawya.com/images/arrow_bullets.gif); "> <div align="left"> <div style="width: 545px;"> {block:Posts} {block:Text}<table border="0" cellspacing="10" cellpadding="5" list-style-image= " url(http://www.zawya.com/images/arrow_bullets.gif)"> <tr> <td width="410" style="background-color: transparent"> <div id="each"> {block:Title}<a href="{permalink}"><div class="h1">{Title}</div></a>{block:Title } <p>{Body}</p> <div class="details"><div style="float:left;" > <a href="{Permalink}"><span color="{color:Color 2}">{Date}<div class="dates">{bl ock:Date}{DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</div></span></a> </div><div style="float:right;" ></div></div><br>

{block:PostNotes}<br> <br><B>POST DETAILS:</B> {block:Date} Posted on <a href="{Permalink}">{Month}/{DayOfMonth}/{Year}{/block: Date}</a> {block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_bla nk">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{Log oHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceT itle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblog ged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFro m}{/block:IfShowSourceVia}<br> {PostNotes} {/block:PostNotes} </td></div> <td valign="top"> {block:NoteCount}<div class="box"> <div class="h2"><font color="{text:reblogandnote}">{NoteCountWithLabel}</font></ div><br></div><br>{/block:NoteCount} <div class="box2"> <a href="{ReblogURL}" target="_blank"><div class="h3"><font color="{text:rebloga ndnote}">REBLOG</a></font></div></div><br> </div><br> </td> </tr> </table>{/block:Text} {block:Photo}<table border="0" cellspacing="10" cellpadding="5"> <tr> <td width="410" style="background-color: transparent"> <div id="each"> <br>{LinkOpenTag}<center><img id="pic" style="border:10px solid #eee" src="{Phot oURL-400}" width="400px" alt="{PhotoAlt}"/></center>{LinkCloseTag} <br> {block:Caption} <p>{Caption}</p> {/block:Caption} <div class="details"><div style="float:left;" > <a href="{Permalink}"><span color="{color:Color 2}">{Date}<div class="dates">{bl ock:Date}{DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</div></span></a> </div><div style="float:right;" ></div></div><br> {block:PostNotes}<br> <br><B>POST DETAILS:</B> {block:Date} Posted on <a href="{Permalink}">{Month}/{DayOfMonth}/{Year}{/block: Date}</a> {block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_bla nk">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{Log oHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceT itle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblog ged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFro m}{/block:IfShowSourceVia}<br> {PostNotes} {/block:PostNotes} </div> </td>

<td valign="top"> {block:NoteCount}<div class="box"> <div class="h2"><font color="{text:reblogandnote}">{NoteCountWithLabel}</font></ div><br></div><br>{/block:NoteCount} <div class="box2"> <a href="{ReblogURL}" target="_blank"><div class="h3"><font color="{text:rebloga ndnote}">REBLOG</a></font></div></div><br> </div> </td> </tr> </table>{/block:Photo} {block:Quote}<table border="0" cellspacing="10" cellpadding="5"> <tr> <td width="410" style="background-color: transparent"> <div id="each"> <div class="h1">"{Quote}"</div> {block:Source} <i>-{Source}</i> {/block:Source} <div class="details"><div style="float:left;" > <a href="{Permalink}"><span color="{color:Color 2}">{Date}<div class="dates">{bl ock:Date}{DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</div></span></a> </div><div style="float:right;" ></div></div><br> {block:PostNotes}<br> <br><B>POST DETAILS:</B> {block:Date} Posted on <a href="{Permalink}">{Month}/{DayOfMonth}/{Year}{/block: Date}</a> {block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_bla nk">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{Log oHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceT itle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblog ged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFro m}{/block:IfShowSourceVia}<br> {PostNotes} {/block:PostNotes} </div> </td> <td valign="top"> {block:NoteCount}<div class="box"> <div class="h2"><font color="{text:reblogandnote}">{NoteCountWithLabel}</font></ div><br></div><br>{/block:NoteCount} <div class="box2"> <a href="{ReblogURL}" target="_blank"><div class="h3"><font color="{text:rebloga ndnote}">REBLOG</a></font></div></div><br> </div> </td> </tr> </table>{/block:Quote} {block:Link}<table border="0" cellspacing="10" cellpadding="5">

<tr> <td width="410" style="background-color: transparent"> <div id="each"> <a href="{URL}" id="postlink" {Target}><div class="h1">{Name}?</div></a> {block:Description} <p>{Description}</p> {/block:Description} <div class="details"><div style="float:left;" > <a href="{Permalink}"><span color="{color:Color 2}">{Date}<div class="dates">{bl ock:Date}{DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</div></span></a> </div><div style="float:right;" ></div></div><br> {block:PostNotes}<br> <br><B>POST DETAILS:</B> {block:Date} Posted on <a href="{Permalink}">{Month}/{DayOfMonth}/{Year}{/block: Date}</a> {block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_bla nk">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{Log oHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceT itle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblog ged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFro m}{/block:IfShowSourceVia}<br> {PostNotes} {/block:PostNotes} </div> </td> <td valign="top"> {block:NoteCount}<div class="box"> <div class="h2"><font color="{text:reblogandnote}">{NoteCountWithLabel}</font></ div><br></div><br>{/block:NoteCount} <div class="box2"> <a href="{ReblogURL}" target="_blank"><div class="h3"><font color="{text:rebloga ndnote}">REBLOG</a></font></div></div><br> </div> </td> </tr> </table>{/block:Link} {block:Chat}<table border="0" cellspacing="10" cellpadding="5" list-style-image= " url(http://www.zawya.com/images/arrow_bullets.gif)"> <tr> <td width="410" style="background-color: transparent"> <div id="each"> {block:Title} <a href="{Permalink}"><div class="h1">{Title}</div></a> {/block:Title} <ul class="chat"> {block:Lines} <li class="{Alt}"> {block:Label} <span class="label">{Label}</span> {/block:Label} {Line} {/block:Lines} </ul>

</li></li> <div class="details"><div style="float:left;" > <a href="{Permalink}"><span color="{color:Color 2}">{Date}<div class="dates">{bl ock:Date}{DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</div></span></a> </div><div style="float:right;" ></div></div><br> {block:PostNotes}<br> <br><B>POST DETAILS:</B> {block:Date} Posted on <a href="{Permalink}">{Month}/{DayOfMonth}/{Year}{/block: Date}</a> {block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_bla nk">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{Log oHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceT itle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblog ged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFro m}{/block:IfShowSourceVia}<br> {PostNotes} {/block:PostNotes} </div> </td> <td valign="top"> {block:NoteCount}<div class="box"> <div class="h2"><font color="{text:reblogandnote}">{NoteCountWithLabel}</font></ div><br></div><br>{/block:NoteCount} <div class="box2"> <a href="{ReblogURL}" target="_blank"><div class="h3"><font color="{text:rebloga ndnote}">REBLOG</a></font></div></div><br> </div> </td> </tr> </table>{/block:Chat} {block:Audio}<table border="0" cellspacing="10" cellpadding="5"> <tr> <td width="410" style="background-color: transparent"> <div id="each"> <div class="audio"> <div id="radio"> {AudioPlayerBlack} </div> {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> </div></div> </li> </div> </td> <td valign="top"> {block:NoteCount}<div class="box"> <div class="h2"><font color="{text:reblogandnote}">{NoteCountWithLabel}</font></ div><br></div><br>{/block:NoteCount} <div class="box2">

<a href="{ReblogURL}" target="_blank"><div class="h3"><font color="{text:rebloga ndnote}">REBLOG</a></font></div></div><br> </div> </td> </tr> </table>{/block:Audio} {block:Video}<table border="0" cellspacing="10" cellpadding="5"> <tr> <td width="410" style="background-color: transparent"> <div id="each"> <center>{Video-500}</center> {block:Caption} <p>{Caption}</p> {/block:Caption} <div class="details"><div style="float:left;" > <a href="{Permalink}"><span color="{color:Color 2}">{TimeAgo}</span></a></div><d iv style="float:right;" ></div></div> <br> {block:PostNotes}<br> <br><B>POST DETAILS:</B> {block:Date} Posted on <a href="{Permalink}">{Month}/{DayOfMonth}/{Year}{/block: Date}</a> {block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_bla nk">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{Log oHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceT itle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblog ged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFro m}{/block:IfShowSourceVia}<br> {PostNotes} {/block:PostNotes} </li> </div> </td> <td valign="top"> {block:NoteCount}<div class="box"> <div class="h2"><font color="{text:reblogandnote}">{NoteCountWithLabel}</font></ div><br></div><br>{/block:NoteCount} <div class="box2"> <a href="{ReblogURL}" target="_blank"><div class="h3"><font color="{text:rebloga ndnote}">REBLOG</a></font></div> </div><br> </div> </td> </tr> </table>{/block:Video} <script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>{block:Permalink}<div id="disqus_thread"></div> <script type="text/javascript"> /** * var disqus_identifier; [Optional but recommended: Define a unique identifi

er (e.g. post id or slug) for this thread] */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq .async = true; dsq.src = 'http://tujuhwarnapelangi.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('b ody')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_n oscript=tujuhwarnapelangi">comments powered by Disqus.</a></noscript> <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span cl ass="logo-disqus">Disqus</span></a> {/block:Permalink}<script type="text/javascript"> var disqus_shortname = 'tujuhwarnapelangi'; (function () { var s = document.createElement('script'); s.async = true; s.src = 'http://tujuhwarnapelangi.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BO DY')[0]).appendChild(s); }()); </script> {/block:Posts}

<center><div style="width: 510; "> {block:Pagination} {block:PreviousPage} <a href="{PreviousPage}"><div style="float:left" class="nextprev">Prev</a></div> {/block:PreviousPage} {block:NextPage} <a href="{NextPage}"><div style="float:right" class="nextprev">Next</a></div> {/block:NextPage} {/block:Pagination} </div> </td> </tr> </table> <br><br> </body> </html>

You might also like