Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <SCRIPT TYPE="text/javascript">
- <!--
- 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>
- <title>{Title}</title>
- <link rel="shortcut icon" href="http://static.tumblr.com/3iwd31y/dt9o0ojul/fav.png">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="image:sidebar picture" content="">
- <!--FONTS-->
- <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Inconsolata|Oxygen:700' rel='stylesheet' type='text/css'>
- <!--FILL UP-->
- <meta name="text:name" content="name here">
- <meta name="text:location" content="location here">
- <meta name="text:age" content="your age">
- <meta name="text:quote" content="">
- <meta name="text:askbox title" content="ask the blogger (edit this area)">
- <!--BACK TO TOP-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
- <script type="text/javascript" src="http://arrow.scrolltotop.com/arrow36.js"></script>
- <!--POPUP JS-->
- <link href='http://static.tumblr.com/blpgwiz/Zjemijy8n/fade_in_down.css' rel='stylesheet' style='text/css'>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <style type="text/css">
- body{
- background:#ffffff;
- background-attachment:fixed;
- font-family: courier;
- font-size:12px;
- line-height:19px;
- text-align:justify;
- color:#8d8d8d;
- }
- A:link, A:visited, A:active{
- text-decoration:none;
- color:#8d8d8d;;
- -webkit-transition-duration: 1.0s;
- }
- A:hover{
- color:#644b83;
- text-shadow: 10px 0px 0 #555;
- text-decoration:none;
- -webkit-transition-duration: 1.0s;
- }
- #fade {
- display: none;
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background: #fff;
- padding: 20px;
- border: 8px solid #000000;
- float: left;
- font-size: 12px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- -webkit-border-top-left-radius: 60px;
- -webkit-border-bottom-right-radius: 60px;
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- -webkit-animation: fadeInDown·2s;
- -moz-animation: fadeInDown 2s;
- -ms-animation: fadeInDown 2s;
- -o-animation: fadeInDown 2s;
- animation: fadeInDown 2s;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #header{
- width: 100%;
- height:50px;
- margin-top:-10px;
- margin-left:-10px;
- background-color:#000000;
- position:fixed;
- z-index:15;
- }
- #subnav {
- margin-right:30px;
- width:auto;
- font-family: 'Open Sans Condensed', sans-serif;
- font-size:11px;
- letter-spacing: 3px;
- text-decoration: none;
- text-transform:uppercase;
- text-align: center;
- padding: 4px;
- margin-top:14px;
- margin-bottom: 5px;
- color: #ffffff;
- display:inline-block;
- font-weight: normal;
- transition: all 0.5s ease;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- }
- #subnav a{
- z-index:966666666666666666666666666666666666666669;
- color: #fff;
- font-weight: normal;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 1s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 1s;
- }
- #subnav a:hover{
- text-shadow: 1px 1px 1px transparent;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 1s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 1s;
- }
- #subnav:hover {
- transition: all 0.5s ease;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- }
- #subnav:hover #nav a:moo{
- z-index:966666666666666666666666666666666666666669;
- border-top:0px solid #fff;
- }
- #subnav:hover #nav{
- opacity:100;
- -webkit-transition-duration:.7s;
- overflow:hidden;
- background-color:transparent;
- z-index:966666666666666666666666666666666666666669;
- height:auto;
- }
- #nav {
- position:absolute;
- overflow:hidden;
- margin-left:-15px;
- width: 150px;
- height: 0px;
- text-transform: uppercase;
- line-height: 20px;
- font-size: 12px;
- padding-top: 3px;
- transition: all 0.5s ease;
- o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- z-index:15;
- }
- #nav a{
- z-index:966666666666666666666666666666666666666669;
- background-color:#000000;
- padding:5px;
- text-align:center;
- display:block;
- text-transform: uppercase;
- line-height: 20px;
- font-family: 'Calibri';
- letter-spacing:2px;
- font-size: 10px;
- color:#ffffff;
- }
- #nav a:hover{
- background-color:#ffffff;
- color:#000000;
- text-decoration:none;
- box-shadow: inset 130px 0 0px 0 #ffffff;
- }
- #namanyay-search-btn {
- background: none;
- width: auto;
- margin-top: 10px;
- }
- user agent stylesheetinput[type="hidden" i], input[type="image" i], input[type="file" i] {
- -webkit-appearance: initial;
- background-color: initial;
- padding: initial;
- border: initial;
- }
- user agent stylesheetinput {
- -webkit-appearance: textfield;
- background-color: white;
- border-image-source: initial;
- border-image-slice: initial;
- border-image-width: initial;
- border-image-outset: initial;
- border-image-repeat: initial;
- -webkit-rtl-ordering: logical;
- -webkit-user-select: text;
- cursor: auto;
- padding: 1px;
- border: 2px inset;
- }
- user agent stylesheetinput, textarea, keygen, select, button {
- text-rendering: auto;
- color: initial;
- letter-spacing: normal;
- word-spacing: normal;
- text-transform: none;
- text-indent: 0px;
- text-shadow: none;
- display: inline-block;
- text-align: start;
- margin: 0em 0em 0em 0em;
- font-family:Calibri;
- font-size:9px;
- letter-spacing:1px;
- }
- user agent stylesheetinput, textarea, keygen, select, button, meter, progress {
- -webkit-writing-mode: horizontal-tb;
- }
- #namanyay-search-box {
- background: white;
- border: 0 none;
- width: 140px;
- color: #ffffff;
- letter-spacing: 1px;
- text-align:center;
- font-family:Calibri;
- font-size:9px;
- letter-spacing:1px;
- text-transform: uppercase;
- text-decoration: none;
- -webkit-font-smoothing: antialiased;
- }
- user agent stylesheetinput:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
- padding: 1px 0px;
- }
- user agent stylesheetinput {
- -webkit-appearance: textfield;
- background-color: white;
- border-image-source: initial;
- border-image-slice: initial;
- border-image-width: initial;
- border-image-outset: initial;
- border-image-repeat: initial;
- -webkit-rtl-ordering: logical;
- -webkit-user-select: text;
- cursor: auto;
- padding: 1px;
- border: 2px inset;
- }
- user agent stylesheetinput, textarea, keygen, select, button {
- text-rendering: auto;
- color: initial;
- letter-spacing: normal;
- word-spacing: normal;
- text-transform: none;
- text-indent: 0px;
- text-shadow: none;
- display: inline-block;
- text-align: start;
- margin: 0em 0em 0em 0em;
- font: 13.3333px Arial;
- }
- user agent stylesheetinput, textarea, keygen, select, button, meter, progress {
- -webkit-writing-mode: horizontal-tb;
- }
- #content{
- width:870px;
- margin-top:30px;
- margin-left:auto;
- margin-right:auto;
- overflow: auto;
- overflow-y: hidden;
- position: relative;
- }
- #post {
- padding:15px;
- margin-bottom:35px;
- background:#ffffff;
- }
- #entries {
- width:500px;
- float:right;
- }
- .textpost{
- color:#1c1c1c;
- font-size:17px;
- font-family: 'Inconsolata', ;
- text-align:center;
- line-height:auto;
- }
- blockquote {
- margin-left: 20px;
- border-left: 1px solid #c5c5c5;
- background:#ffffff;
- padding: 10px;
- overflow: hidden;
- width:400px;
- }
- .askborder {
- float: left;
- border: 5px solid #c7c6c6;
- }
- a.asker{
- font-family: courier;
- font-size:15px;
- font-weight:bold;
- color:#8d8d8d;
- padding-right:10px;
- }
- a.asker:hover{
- color:#000000;
- text-decoration: none;
- }
- .bubble {
- top:-15px;
- align:right;
- background:#ffffff;
- margin:1px 0px 3px 63px;
- padding:10px;
- position:relative;
- color:#8d8d8d;
- }
- .bubble p {margin:1px 0px;}
- .mines {overflow: hidden;text-align: center;letter-spacing: 1px;text-transform: uppercase; color:#999898; font-family: calibri; font-size:8px; margin-bottom:10px;}
- .mines > span{position: relative;display: inline-block;}
- .mines > span:before, .mines > span:after{content: "";position: absolute;top: 50%;border-bottom: 1px solid;border-color:#d5d4d4;margin: 0 14px; width:500px;}
- .mines > span:before{right: 100%;}
- .mines > span:after{left: 100%;}
- #post .reblog {
- opacity:0;
- padding:2px;
- margin-top:-20px;
- position:absolute;
- background:transparent;
- overflow:hidden;
- }
- #post:hover .reblog {
- margin-top:20px;
- opacity:.9;
- width:465px;
- overflow:visible;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .3s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .3s;
- -moz-box-shadow: 0 0 10px #fff;
- background:#ffffff;
- }
- ::-webkit-scrollbar {width: 4px; height: 3px; background: #FFFFFF;}
- ::-webkit-scrollbar-thumb {background-color:#ffffff ; background:#000;}
- .conversation ul { list-style-type: none; margin: 0px; padding: 0px; }
- .conversation ul li { padding: 4px 4px 4px 20px; margin-bottom: 1px; }
- .conversation ul li span.label {font-weight: normal;}
- .conversation ul li.odd {
- background-color: #c2c1c1; color: #ffffff;
- }
- #sidebar{
- margin-top:80px;
- background:#ffffff;
- position:fixed;
- width:220px;
- float:left;
- }
- #sidebar img{
- background:#000;
- width:200px;
- height:246px;
- border:10px solid #000;
- z-index:900;
- -webkit-transition-duration: 2s;
- -webkit-border-top-left-radius: 60px;
- -webkit-border-bottom-right-radius: 60px;
- }
- #sidebar img:hover{
- -webkit-transform: rotateY(180deg);
- -webkit-transform-style: preserve-3d;
- transform: rotateY(180deg);
- transform-style: preserve-3d;
- -webkit-border-top-left-radius: 60px;
- -webkit-border-bottom-right-radius: 60px;
- opacity:.7;
- }
- .info{
- float:left;
- background-color:#000000;
- color:#ffffff;
- font-family: calibri;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- display: inline-block;
- padding:2px;
- width:80px;
- margin-left:215px;
- text-align:center;
- margin-top:-210px;
- }.info a{ color:#fff;}
- .info2{
- float:left;
- background-color:#000000;
- color:#ffffff;
- font-family: calibri;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- display: inline-block;
- padding:2px;
- width:80px;
- margin-left:215px;
- text-align:center;
- margin-top:-180px;
- }.info2 a{ color:#fff;}
- .info3{
- float:left;
- background-color:#000000;
- color:#ffffff;
- font-family: calibri;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- display: inline-block;
- padding:2px;
- width:80px;
- margin-left:215px;
- text-align:center;
- margin-top:-150px;
- }.info3 a{ color:#fff;}
- .info4{
- float:left;
- background-color:#000000;
- color:#ffffff;
- font-family: calibri;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- display: inline-block;
- padding:2px;
- width:90px;
- margin-left:200px;
- text-align:center;
- margin-top:-140px;
- margin-left:-90px;
- z-index:999;
- }.info4 a{ color:#fff;}
- .info5{
- float:left;
- background-color:#000000;
- color:#ffffff;
- font-family: calibri;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- display: inline-block;
- padding:2px;
- width:90px;
- margin-left:200px;
- text-align:center;
- margin-top:-110px;
- margin-left:-90px;
- z-index:999;
- }.info5 a{ color:#fff;}
- .info6{
- float:left;
- background-color:#000000;
- color:#ffffff;
- font-family: calibri;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- display: inline-block;
- padding:2px;
- width:90px;
- margin-left:200px;
- text-align:center;
- margin-top:-80px;
- margin-left:-90px;
- z-index:999;
- }.info6 a{ color:#fff;}
- .quote{
- width:210px;
- text-align:center;
- letter-spacing:1px;
- text-transform:lowercase;
- color:#000;
- font-family: 'Inconsolata', ;
- line-height:14px;
- margin-top:5px;
- font-size:15px;
- }
- h1{
- font-family: 'Open Sans Condensed', sans-serif;
- font-size:18px;
- letter-spacing: 2px;
- text-transform:uppercase;
- font-weight:normal;
- text-align:center;
- color:black;
- }
- #paginacaoml { font-family: calibri;font-size:8px; letter-spacing:1px; }
- #paginacaoml a {background:#000 ;margin: 1px; padding: 5px; color: #ffffff; text-decoration: none; border: 1px solid #FFF;}
- #paginacaoml a:hover {background: #fff; border: none;color:#000;text-decoration: none; border: 1px solid #000;}
- #paginacaoml span.pagina_atual {background: #000;margin: 1px; padding: 5px; color: #fff; text-decoration: none; }
- #paginacaoml span.info { margin: 1px;padding: 4px; text-decoration: none;}
- </style>
- </head>
- <body>
- <div id="header">
- <center>
- <div id="subnav"><a href="/">HomePage</a></div>
- <div id="subnav"><a href="#?w=500" rel="02" class="poplight">ask the blogger</a></div>
- <div id="subnav"><a href="/archive">Past Entries</a></div>
- <div id="subnav"><a href="/">Post Categories</a>
- <div id="nav">
- <a href="/tagged/oneliner">one liner</a>
- <a href="/tagged/photographs">photographs</a>
- <a href="/tagged/likhanir">writings</a>
- <a href="/tagged/prsnl">personal</a>
- </div></div>
- <div id="subnav"><a href="http://dakilanggerlpren.tumblr.com/">theme</a></div>
- <form id="searchthis" action="/search" style="display:inline;" method="get">
- <!-- Search box for blogger by Namanyay Goel //-->
- <input id="namanyay-search-btn" value="Search" type="image" src="http://i.imgur.com/C3nZMvT.png"> <input id="namanyay-search-box" name="q" size="40" type="text" placeholder=" SEARCH + HIT ENTER">
- </form>
- </center>
- </div>
- <br><br>
- <!--CONTENT START-->
- <div id="content">
- <!--SIDEBAR START-->
- <div id="sidebar">
- <div id="pic"><div style="z-index:-1;"><img src="{image:sidebar picture}" width="200" height="246";></div></div>
- <div class="info"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5189741";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=Visitor&e2=Visitors&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script></div>
- <div class="info2"><script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3074238";
- fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=Visits&a=1";
- document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
- </script></div>
- <div class="info3"><script language="JavaScript" src="http://freehostedscripts.net/date2.php"></script></div>
- <div class="info4">{text:name}</div>
- <div class="info5">{text:location}</div>
- <div class="info6">{text:age}</div>
- <div class="quote">{text:quote}</div>
- </div>
- <!--SIDEBAR END-->
- <div id="entries">
- {block:Posts}<div id="post">
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->{block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="reblog">
- <center>
- <div style="padding-right:12px; display:inline-block;">{ReblogButton size="30" color="gray"}</div>
- <div style="padding-right:12px; display:inline-block;">{LikeButton size="30" color="gray"}</div>
- </center>
- </div>
- {block:Text}<div class="textpost">{block:Title}<br>{Title}{/block:Title}</div><br>{Body}{block:More} <a href="{Permalink}" class="button">{lang:Read more}</a> {/block:More}
- {/block:Text}
- {block:Photo}
- <a href="{Permalink}"><img src="{PhotoURL-500}" width="470px"/></a>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="textpost"><br>"{Quote}"</div>{block:Source}{/block:Source}{/block:Quote}
- {block:Link}<br><a href="{URL}" class="link" {Target}><div class="textpost">{Name} </div></a>{/block:Link}
- {block:Link}{block:Description}<div class="copy">{Description}</div>{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<br><div class="title"><div class="textpost">{Title}</div></div>{/block:Title}<br>
- <div class="post">
- <div class="conversation">
- <ul>
- {block:Lines}<li class="{Alt}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- </div>
- </div>
- {/block:Chat}
- <div class="video"><br>{block:Video}{Video-500}<br>{block:Caption}{Caption}{/block:Caption}{/block:Video}</div>
- {block:Audio}
- <div class="audio">
- <div class="player"><div id="audiobackground"><br><center>{AudioPlayerWhite}<br></center></div></div>
- <div class="clear"></div>
- </div>
- <div class="clear"></div>
- {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" width="40px" align="left" class="askborder"><div class="bubble"><span></span><a class="asker">{asker} whispered:</a>{Question}</div>
- <div align="left">{Answer}</div>
- <center><font face="'Ruthie', cursive;"; size="5">{text:Signature text in ask}</font></center>
- {/block:Answer}
- <div class="mines"><span>
- {ShortMonth} {DayOfMonth}, {TimeAgo} with {NoteCountWithLabel}
- </span></div>
- </div>
- {block:PostNotes}
- <div class="bottom">
- <div id="box"></div>
- <div id="notes" style="margin-top:-30px; border-top: px solid #EEEEEE; margin: 10px 0 40px 0;"></div>
- <div style="margin-left:0px;">
- {PostNotes}
- </div>
- <center>{block:ContentSource}<a href="{SourceURL}">
- {lang:Source}: {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a> {/block:ContentSource}</center></div>
- {/block:PostNotes}
- {/block:Posts}
- <center>
- <div id="pcontainer"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">← PREVIOUS PAGE</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="10"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage} {/block:JumpPagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">NEXT PAGE →</a>{/block:NextPage}{/block:Pagination} </center>
- <br>
- </div>
- </div>
- </div>
- <!--CONTENT END-->
- </body>
- <BODY onselectstart="return false;" ondragstart="return false;">
- </body>
- <div id="02" class="popup_block">
- <h1>{text:askbox title}</h1>
- <p><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/secretlyhandsome.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
- </div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment