Advertisement
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 xmlns="http://www.w3.org/1999/xhtml">
- <!----
- © borntobewildthemes.tumblr.com | "Mirror, Mirror"
- + Please do not redistribute this theme or remove credits.
- + You are allowed to make changes as long as you keep our credits.
- + If you have any questions or concerns, just contact us.
- + Thanks for using our theme! Hope you enjoy it!
- ---->
- <html>
- <head>
- <!--Google fonts-->
- <link href="//fonts.googleapis.com/css?family=Clicker+Script:400" rel="stylesheet" type="text/css">
- <link href="//fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet" type="text/css">
- <link href="//fonts.googleapis.com/css?family=Great+Vibes" rel="stylesheet" type="text/css">
- <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
- <link href="//fonts.googleapis.com/css?family=Lovers+Quarrel:400" rel="stylesheet" type="text/css">
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="image:Sidebar" content="1"/>
- <meta name="image:Background" content="1"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Post background" content="#fff"/>
- <meta name="color:Text" content="#777"/>
- <meta name="color:Hover" content="#333"/>
- <meta name="color:Icon" content="#000"/>
- <meta name="color:Link" content="#777"/>
- <meta name="color:Link background" content="#fff"/>
- <meta name="color:Extra Link background" content="#fff"/>
- <meta name="color:Description" content="#000000"/>
- <meta name="color:Title" content="#333"/>
- <meta name="color:Blog Title" content="#000000"/>
- <meta name="color:Bold" content=""/>
- <meta name="color:Italic" content="#ddd"/>
- <meta name="color:Scrollbar" content="#fff"/>
- <meta name="color:Music player background" content="#fff"/>
- <meta name="select:Title Font" content="Great Vibes" title="Great Vibes">
- <meta name="select:Title Font" content="Alex Brush" title="Alex Brush">
- <meta name="select:Title Font" content="Clicker Script" title="Clicker Script">
- <meta name="select:Title Font" content="Pacifico" title="Pacifico">
- <meta name="select:Title Font" content="Lovers Quarrel" title="Lovers Quarrel">
- <meta name="select:Title font size" content="20px" title="20px">
- <meta name="select:Title font size" content="22px" title="22px">
- <meta name="select:Title font size" content="25px" title="25px">
- <meta name="select:Title font size" content="27px" title="27px">
- <meta name="select:Title font size" content="30px" title="30px">
- <meta name="font:Body font" content="Helvetica"/>
- <meta name="select:Body font size" content="12px" title="12px">
- <meta name="select:Body font size" content="13px" title="13px">
- <meta name="select:Body font size" content="14px" title="14px">
- <meta name="select:Body font size" content="15px" title="15px">
- <meta name="select:Body font size" content="16px" title="16px">
- <meta name="if:Show Captions" content="1" />
- <meta name="if:Show Tags" content="1" />
- <meta name="if:Show Music Player" content="1"/>
- <meta name="text:Song title 1" content="Song title 1"/>
- <meta name="text:Song title 2" content="Song title 2"/>
- <meta name="text:Song title 3" content="Song title 3"/>
- <meta name="text:Song title 4" content="Song title 4"/>
- <meta name="text:Song title 5" content="Song title 5"/>
- <meta name="text:Link One" content="link One"/>
- <meta name="text:Link Two" content="link Two"/>
- <meta name="text:Link Three" content="link Three"/>
- <meta name="text:Link Four" content="link Four"/>
- <meta name="text:Link Five" content="link Five"/>
- <meta name="text:Link One Url" content="link One Url"/>
- <meta name="text:Link Two Url" content="link Two Url"/>
- <meta name="text:Link Three Url" content="link Three Url"/>
- <meta name="text:Link Four Url" content="link Four Url"/>
- <meta name="text:Link Five Url" content="link Five Url"/>
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- padding: 0px;
- margin: 0px;
- color:{color:Text};
- font-family:{font:Body font};
- font-size:{select:Body font size};
- line-height: -moz-calc({select:Body font size} + 3px);
- line-height: -webkit-calc({select:Body font size} + 3px);
- line-height: -o-calc({select:Body font size} + 3px);
- line-height: calc({select:Body font size} + 3px);
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- /* Paragraph */
- p {margin-top:5px; margin-bottom:5px;}
- <--ses-->
- small{font-size: 90%;}
- big{font-size: 110%;}
- /* Title */
- h1{
- color:{color:Title};
- font-family:{select:Title Font};
- font-size:{select:Title font size};
- line-height: -moz-calc({select:Title font size} + 3px);
- line-height: -webkit-calc({select:Title font size} + 3px);
- line-height: -o-calc({select:Title font size} + 3px);
- line-height: calc({select:Title font size} + 3px);
- border-bottom:1px solid {color:Borders};
- }
- /* Captions */
- h2{
- font-family:{font:Body font};
- font-size:{select:Body font size};
- line-height: -moz-calc({select:Body font size} + 3px);
- line-height: -webkit-calc({select:Body font size} + 3px);
- line-height: -o-calc({select:Body font size} + 3px);
- line-height: calc({select:Body font size} + 3px);
- }
- /* Links */
- a:link, a:active, a:visited{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- color:{color:Link};
- text-decoration:none;
- }
- a:hover {
- color: {color:Hover};
- }
- a img{border: 0px;}
- /* Bold and italic */
- b, strong {color:{color:Bold};}
- i, em {color:{color:Italic};}
- /* Blockquote */
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px solid {color:Borders};
- }
- /* Text selection */
- ::-moz-selection {
- background: {color:Borders};
- color: {color:Scrollbar};
- }
- ::selection {
- background: {color:Borders};
- color: {color:Scrollbar};
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 10px;
- height: 10px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:Scrollbar};
- border: 2px solid {color:Borders};
- border-radius: 0px;
- }
- ::-webkit-scrollbar-track {
- background: {color:Scrollbar};
- border: 4px solid {color:Borders};
- border-radius: 0px;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- /* Tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- z-index:10000000;
- margin:24px 14px 7px 12px;
- padding:8px;
- color:{color:Link};
- background:rgba({select:Post transparency color}, {select:Transparency});
- border:1px solid {color:Borders};
- font-size:13px;
- line-height:16px;
- }
- /* ----------------------- MAIN CONTAINER ----------------------------- */
- div#center{
- margin:auto;
- position:relative;
- width:990px;
- margin-left:auto;
- margin-right:auto;
- }
- /* -------- POSTS AND ENTRIES ------- */
- #posts {
- min-height:700px;
- width:455px;
- margin-top:0px;
- z-index:100;
- padding-top:25px;
- margin-left:290px;
- position:relative;
- }
- .entry {
- float:left;
- display: block;
- margin-top:15px;
- margin-left:5px;
- overflow:hidden;
- width:400px;;
- padding-left:15px;
- padding-right:15px;
- padding-bottom:15px;
- z-index:1;
- border:8px groove #33393E;
- background:{color:Post background};
- }
- .entry:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- -moz-box-shadow: 0 0 5px 5px #888;
- -webkit-box-shadow: 0 0 5px 5px #888;
- box-shadow: 0 0 5px 5px #888;
- }
- /* -------- LACE ------- */
- .lace{
- position:fixed;
- width:100%;
- margin:0px;
- height:25px;
- background:url('http://i57.tinypic.com/otgfpj.jpg');
- }
- .lace2{
- width:430px;
- margin-left:-15px;
- float:center;
- height:25px;
- background:url('http://i57.tinypic.com/otgfpj.jpg');
- }
- /* -------- NAVIGATION BAR ------- */
- .pagbar{
- position:fixed !important;
- background:{color:Post background};
- width:450px;
- height:33px;
- line-height:45px;
- padding:5px;
- margin-top:-45px;
- margin-left:-10px;
- border:8px groove #33393E;
- z-index:10000000;
- text-align:center;
- }
- .pagbar a{
- font-size:20px;
- font-family:{select:Title Font};
- }
- .pagbar:hover{
- margin-top:-35px;
- }
- /* -------- LEFT FRAME ------- */
- #sidebar{
- position:fixed !important;
- width:250px;
- background:url('http://i41.tinypic.com/107qkxv.jpg');
- z-index:1;
- height:350px;
- margin-top:120px;
- margin-left:20px;
- text-align:center;
- }
- #sidebarimage {
- position:fixed;
- margin:73px 32px;
- z-index:1px;
- }
- #sidebarimage img {
- width:182px;
- height:230px;
- border-radius:50%;
- border:2px solid #434243;
- }
- #blogtitle{
- position:fixed;
- margin-left:0px;
- margin-top:-45px;
- width:250px;
- font-family:{select:Title Font};
- font-size:30px;
- color:{color:Blog Title};
- letter-spacing:2px;
- line-height:35px;
- }
- .desc{
- position:fixed;
- width:126px;
- background: {color:Description};
- height:170px;
- overflow:hidden;
- text-align:justify;
- padding-top:30px;
- padding-left:30px;
- padding-right:30px;
- padding-bottom:30px;
- margin-top:194px;
- margin-left:52px;
- font-size:12px;
- border-radius:50%;
- line-height:15px;
- opacity:0;
- z-index:5;
- }
- .desc:hover {
- opacity:0.9;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .desc::first-letter{
- font-size:200%;
- font-weight:bold;
- font-family:{select:Title Font};
- }
- /* -------- RIGHT FRAME------- */
- #navigation{
- position:fixed !important;
- width:200px;
- background:url('http://i57.tinypic.com/2v9xaoj.jpg');
- z-index:1;
- height:240px;
- margin-top:200px;
- margin-left:770px;
- text-align:center;
- }
- #link1{
- position:fixed;
- width:25px;
- background:{color:Link background};
- margin-left:45px;
- height:25px;
- padding:5px;
- margin-top:44px;
- font-size:16px;
- line-height:10px;
- z-index:1;
- }
- #link2{
- position:fixed;
- width:25px;
- background:{color:Link background};
- margin-left:70px;
- height:25px;
- padding:5px;
- margin-top:44px;
- font-size:14px;
- line-height:10px;
- z-index:1;
- }
- #link3{
- position:fixed;
- width:25px;
- background:{color:Link background};
- margin-left:97px;
- height:25px;
- padding:5px;
- margin-top:44px;
- font-size:16px;
- line-height:10px;
- z-index:1;
- }
- #link4{
- position:fixed;
- width:25px;
- background:{color:Link background};
- margin-left:122px;
- height:25px;
- padding:5px;
- margin-top:44px;
- font-size:16px;
- line-height:10px;
- z-index:1;
- }
- #link1 i, #link2 i, #link3 i, #link4 i{
- color:{color:Icon};
- }
- #link1 i:hover, #link2 i:hover, #link3 i:hover, #link4 i:hover{
- color:{color:Hover};
- }
- #extralinks{
- margin-top:75px;
- margin-left:45px;
- background:{color:Extra Link background};
- width:112px;
- max-height:120px;
- }
- #extralinks a{
- display:block;
- height:15px;
- padding:5px;
- font-size:12px;
- line-height:10px;
- text-align:center;
- }
- #extralinks a:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- /* Music player */
- #musicplayer {
- text-align:center;
- position:fixed;
- left:10px;
- top:40px;
- background:{color:Music player background};
- width:35px;
- height:30px;
- border:3px ridge #33393E;
- z-index:100000000;
- overflow:hidden;
- }
- #musicplayer:hover {
- width:166px;
- height:auto;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- overflow:visible;
- }
- #music {
- position:absolute;
- margin-left:38px;
- margin-top:0px;
- width:10px;
- height:30px;
- z-index: 9999;
- overflow:hidden;
- }
- #musicplayer:hover #music{
- width:150px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- #musicicon {
- border-right:3px ridge #33393E;
- margin-top:-1px;
- height:30px;
- line-height:14px;
- margin:0;
- width:35px;
- }
- #playlist {
- position:absolute;
- margin-top:0px;
- margin-left:36px;
- width:1px;
- height:1px;
- line-height:16px;
- overflow:hidden;
- padding:5px;
- opacity:0;
- background:{color:Music player background};
- border:3px ridge #33393E;
- }
- #musicplayer:hover #playlist{
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- width:117px;
- height:auto;
- opacity:1;
- }
- /* ----------------------- POST STYLES ----------------------------- */
- /* Quote posts */
- .quote {
- font-family:{select:Title Font};
- font-size:{select:Title font size};
- line-height: -moz-calc({select:Title font size} + 3px);
- line-height: -webkit-calc({select:Title font size} + 3px);
- line-height: -o-calc({select:Title font size} + 3px);
- line-height: calc({select:Title font size} + 3px);
- color:{color:Italic};
- height:auto;
- margin:10px;
- padding:5px;
- text-align:center;
- letter-spacing:1px;
- }
- .source {
- font-family:{font:Body font};
- font-size:{select:Body font size};
- line-height:130%;
- height:auto;
- margin-top:10px;
- margin-left:10px;
- margin-right:10px;
- margin-bottom:5px;
- padding:5px;
- text-align:right;
- letter-spacing:1px;
- }
- /* Link posts */
- #linktitle{
- font-family:{select:Title Font};
- font-size:{select:Title font size};
- line-height:130%;
- width:96%;
- padding:2%;
- border:1px solid {color:Borders};
- }
- #linktitle a{
- color:{color:Link};
- }
- #linktitle i{
- color:{color:Icon};
- }
- /* Chat posts */
- .chat .line {
- color: {color:Text};
- padding:2px;
- }
- .label {
- color:{color:Bold};
- font-size:15px;
- font-family:{select:Title Font};
- padding-right:2px;
- }
- /* Audio posts */
- .album img{
- max-width:65px;
- margin-left:5px;
- float:left;
- margin-top:0px;
- z-index:10;
- border: 5px solid {color:Borders};
- }
- .audio{
- position:absolute;
- width:185px;
- min-height:90px;
- margin-left:80px;
- float:left;
- padding:5px;
- margin-top:-5px;
- z-index:10;
- font-size:12px;
- overflow:hidden;
- }
- .play{
- position:absolute;
- margin:30px;
- max-width:25px;
- max-height:25px;
- overflow:hidden;
- opacity:0.7;
- }
- /* Ask Posts */
- .bubble {
- position: relative;
- height:auto;
- margin:5px;
- padding:5px;
- border: 1px solid {color:Borders};
- z-index:1;
- min-height:50px;
- }
- .asker img {
- float:left;
- border:1px solid {color:Borders};
- margin-right:5px;
- z-index:2000;
- }
- /* ----------------------- POST INFO ----------------------------- */
- .info {
- height:27px;
- float:center;
- padding-top:4px;
- margin-top:10px;
- text-align:center;
- font-size:12px;
- line-height:20px;
- background:url('http://i61.tinypic.com/246qquq.jpg');
- color:{color:Link};
- width:400px;}
- .info a {
- font-size:12px;
- }
- .info i {
- color:{color:Icon};
- }
- /* Like and reblog buttons */
- .like_and_reblog_buttons {
- position:absolute;
- float:right;
- margin-left:330px;
- margin-bottom:30px;
- z-index:200000;
- border: 0px solid #e8e8e8;
- border-radius: 3px;
- list-style: none;
- }
- .like_and_reblog_buttons li {
- float:right;
- margin: 5px 0px;
- height: 15px;
- }
- .like_and_reblog_buttons li:first-child {
- border-right: 0px solid #e8e8e8;
- }
- /* ----------------------- CREDITS ----------------------------- */
- #credits {
- position:fixed;
- right:10px;
- top:40px;
- z-index:100000;
- }
- #credits img{
- border:3px solid #33393E;
- }
- {CustomCSS}
- </style>
- <meta charset="utf-8">
- <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </head>
- <body>
- <div class="lace"></div>
- {block:IfShowMusicPlayer}
- <div id="musicplayer">
- <div id="music">
- <center>
- <!--Replace this part with your billy music player code-->
- <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://www.sheepproductions.com/mfc/done.mp3&t0=Done&f1=http://www.sheepproductions.com/mfc/justified.mp3&t1=Justified&f2=http://www.sheepproductions.com/mfc/shesaid.mp3&t2=She Said&total=3" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
- <!---->
- </center>
- </div>
- <div id="musicicon"><br>
- <img src="http://media.tumblr.com/tumblr_m7w2izzY0j1r6o8v2.gif">
- </div>
- <div id="playlist">
- <b>Playlist:</b><br>
- {text:Song title 1}<br>
- {text:Song title 2}<br>
- {text:Song title 3}<br>
- {text:Song title 4}<br>
- {text:Song title 5}
- </div>
- </div>
- {/block:IfShowMusicPlayer}
- <div id="center">
- <div id="navigation">
- <div id="link1"><a href="/"><i class="fa fa-home fa"></i></a> </div>
- <div id="link2"><a href="/ask"><i class="fa fa-envelope fa"></i></a> </div>
- <div id="link3"><a href="/submit"><i class="fa fa-pencil fa"></i></a> </div>
- <div id="link4"><a href="/archive"><i class="fa fa-history fa"></i></a></div>
- <div id="extralinks">
- <a href="{text:Link One Url}">{text:Link One}</a>
- <a href="{text:Link Two Url}">{text:Link Two}</a>
- <a href="{text:Link Three Url}">{text:Link Three}</a>
- <a href="{text:Link Four Url}">{text:Link Four}</a>
- <a href="{text:Link Five Url}">{text:Link Five}</a>
- </div>
- </div>
- <div class="desc">{description}</div>
- <div id="box">
- <div id="sidebar">
- <div id="blogtitle">{Title}</div>
- <div id="sidebarimage"><img src="{image:Sidebar}"></div>
- </div>
- <div id="posts">
- <div class="pagbar">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}"> « Newer </a>
- {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"> Older »</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {block:Posts}
- <div class="entry">
- <div class="content">
- <div class="lace2"></div>
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-400}"/>
- </a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- "{Quote}"
- {block:Source}
- <div class="source">-{Source}
- </div>{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}"
- class="linkpost"
- target="_blank">
- <h1><i class="fa fa-link"></i>
- {Name} »</h1></a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}<div class="chat"><div class="line {Alt}">
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">
- <b>{Label}</b>
- </span>
- {/block:Label}
- {Line}</div>
- </div></div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="album">
- {block:AlbumArt}<img src="{AlbumArtURL}">
- {block:AlbumArt}
- <div class="play">
- {AudioPlayerWhite}
- </div>
- </div>
- <div class="audio">
- {block:TrackName}<i class="fa fa-microphone"></i> {TrackName}{/block:TrackName}
- {block:Artist}<br><i class="fa fa-user"></i> {Artist}{/block:Artist}
- {block:Album}<br><i class="fa fa-music"></i> {Album}{/block:Album}
- {block:PlayCount}<br><i class="fa fa-heart"></i> {PlayCount}{/block:PlayCount}</div>
- <br><br><br><br><br>
- {/block:Audio}
- {block:Video}
- {VideoEmbed-400}
- {/block:Video}
- {block:Answer}
- <div class="bubble">
- <div class="asker">
- <img src="{AskerPortraitURL-48}">
- </div>
- <span></span>{Asker}:
- {Question}</div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- {block:IfShowCaptions}
- {block:Caption}
- <h2>{Caption}</h2>
- {/block:Caption}
- {/block:IfShowCaptions}
- {/block:IndexPage}
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags} #
- <a href="{TagURL}">
- {Tag}</a>,
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- {block:Date}
- <div class="info">
- <a href="{Permalink}">
- <i class="fa fa-clock-o"></i>
- {TimeAgo}</a>
- {block:NoteCount}
- <i class="fa fa-heart-o"></i>
- {NoteCountWithLabel}
- {/block:NoteCount}
- </div> <!--END INFO -->
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton size="15"}</li>
- <li>{LikeButton size="15"}</li></ul>
- </div><br>
- {/block:Date}
- {block:PermalinkPage}
- {block:ContentSource}
- Source: <a href="{SourceURL}"
- target="_blank">{SourceTitle}
- </a>{/block:ContentSource}
- <p><br><br>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div></div>
- </body>
- <a href="http://borntobewildthemes.tumblr.com" title="theme MIRROR, MIRROR by borntobewildthemes"><div id="credits">
- <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement