You are on page 1of 16

<html>

<head>
<img src="https://2.bp.blogspot.com/-I5XgatPErHo/W8CK-wyOyHI/AAAAAAAAAzk/Ps-
ZIXXne6AOlbJ-TktWuCB3--6_a49eACLcBGAs/s1600/happy-new-year-2019-background-vector-
illustration-700x440.jpg" height="3px" width="3px"/><br><br>
<!---This script Edited and Designed By TechyFyBD----->
<!-- Global site tag (gtag.js) - Google Analytics -->

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">


<meta name="viewport" content="width=device-width,initial-scale=1,maximum-
scale=1"/>
<title>Happy New Year 2019- Wishing You Happy New Year</title>
<meta name="google" value="notranslate">
<meta property="og:type" content="Happy New Year 2019- नयय सयल 2019 ममबयरक हह />
<meta property="og:title" content="Happy New Year 2019- नयय सयल 2019 ममबयरक हह />
<meta property="og:url" content="https://virelscript.blogspot.com/>
<meta property="og:description" content="Happy New Year 2019- नयय सयल 2019 ममबयरक हह
/>
<meta property="og:site_name" content="Happy New Year 2019- नयय सयल 2019 ममबयरक हह />
<meta property="og:image" content="https://2.bp.blogspot.com/-I5XgatPErHo/W8CK-
wyOyHI/AAAAAAAAAzk/Ps-ZIXXne6AOlbJ-TktWuCB3--6_a49eACLcBGAs/s1600/happy-new-year-
2019-background-vector-illustration-700x440.jpg">
<link type="text/css" rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-
awesome/4.7.0/css/font-awesome.css" />
<link href='https://fonts.googleapis.com/css?family=Sofia:&effect=neon'
rel='stylesheet'>
<link rel="icon" type="image/png" sizes="32x32"
href="https://2.bp.blogspot.com/-I5XgatPErHo/W8CK-wyOyHI/AAAAAAAAAzk/Ps-
ZIXXne6AOlbJ-TktWuCB3--6_a49eACLcBGAs/s1600/happy-new-year-2019-background-vector-
illustration-700x440.jpg">

<style>
i {
color:#f06414;
}
input[type=name], select {
width: 100%;
padding: 12px 20px;
margin: 4px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.footerbtn1 {

display: block;
line-height: 15px;
position: fixed;
right:0px;
bottom:0px;
height:40px;

border-radius: 15px;
box-sizing: border-box;
padding: 5px;
background:#000099;
color: #ffffff;
font-size: 18px;
text-align: center;
text-decoration: none;
width:45%;
margin-right:10px;
margin-right:30px;
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .3);
animation: footer infinite linear 1s;
-webkit-transform: translate3d(30%,0,0);
transform: translate3d(30%,0,0);
position: fixed;

.footerbtn1 :active {
box-shadow: none
}

@-webkit-keyframes footer {
from {
-webkit-transform: rotateZ(0)
}
25% {
-webkit-transform: rotateZ(1.5deg)
}
50% {
-webkit-transform: rotateZ(0deg)
}
75% {
-webkit-transform: rotateZ(-1.5deg)
}
to {
-webkit-transform: rotateZ(0)
}}
.footerbtn {

display: block;
line-height: 15px;
position: fixed;
left:0px;
bottom:0px;
height:40px;

border-radius: 15px;
box-sizing: border-box;
padding: 5px;
background:#34af23;
color: #ffffff;
font-size: 18px;
text-align: center;
text-decoration: none;
width:45%;
margin-left:10px;
margin-right:30px;
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .3);
animation: footer infinite linear 1s;
-webkit-transform: translate3d(30%,0,0);
transform: translate3d(30%,0,0);
position: fixed;

.footerbtn :active {
box-shadow: none
}

@-webkit-keyframes footer {
from {
-webkit-transform: rotateZ(0)
}
25% {
-webkit-transform: rotateZ(1.5deg)
}
50% {
-webkit-transform: rotateZ(0deg)
}
75% {
-webkit-transform: rotateZ(-1.5deg)
}
to {
-webkit-transform: rotateZ(0)
}}

@-webkit-keyframes jello { from, 11.1%, to { transform: none; }


22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% { transform: skewX(6.25deg) skewY(6.25deg); }
44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); }
88.8% { transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }}
.jello { -webkit-animation: jello 3s infinite; transform-origin: center; -webkit-
animation-delay:6s}
@-webkit-keyframes hue {
from { -webkit-filter: hue-rotate(0deg); }
to { -webkit-filter: hue-rotate(-360deg); }}
.m1{position:fixed;left:1%; width:auto;height:100%;top:1%;color:#000;}
.m2{position:fixed;right:1%; width:auto;height:100%;top:1%;color:#000;}
.bubbles {
font-family: arial;
}

.bubbles hi {
font-family: 'Luckiest Guy', cursive;
color: black;
}

hi {
font-size:2.5em;
user-select:none;
}
hi span { display:inline-block; animation:float .2s ease-in-out infinite; }
@keyframes float {
0%,100%{ transform:none; }
33%{ transform:translateY(-1px) rotate(-2deg); }
66%{ transform:translateY(1px) rotate(2deg); }
}
body:hover span { animation:bounce .6s; }
@keyframes bounce {
0%,100%{ transform:translate(0); }
25%{ transform:rotateX(20deg) translateY(2px) rotate(-3deg); }
50%{ transform:translateY(-20px) rotate(3deg) scale(1.1); }
}

@import url(http://fonts.googleapis.com/css?family=Concert+One);

h1 {
animation:glow 10s ease-in-out infinite;
}

* { box-sizing:border-box; }

figure {
animation:wobble 5s ease-in-out infinite;
transform-origin:center center;
transform-style:preserve-3d;
}

@keyframes wobble {
0%,100%{ transform:rotate3d(1,1,0,40deg); }
25%{ transform:rotate3d(-1,1,0,40deg); }
50%{ transform:rotate3d(-1,-1,0,40deg); }
75%{ transform:rotate3d(1,-1,0,40deg); }
}

h1 {
display:block;
width:90%;
line-height:1.5;
font:900 35px 'Concert One', sans-serif;
position:absolute;
color:#fff;
}

@keyframes glow {
0%,100%{ text-shadow:0 0 30px red; }
25%{ text-shadow:0 0 30px orange; }
50%{ text-shadow:0 0 30px forestgreen; }
75%{ text-shadow:0 0 30px cyan; }
}

h1:nth-child(2){ transform:translateZ(5px); }
h1:nth-child(3){ transform:translateZ(10px);}
h1:nth-child(4){ transform:translateZ(15px); }
h1:nth-child(5){ transform:translateZ(20px); }
h1:nth-child(6){ transform:translateZ(25px); }
h1:nth-child(7){ transform:translateZ(30p.rock{animation:infinite 1s rock}
@keyframes rock { 0% { transform: rotate(-1deg); }
50% { transform: rotate(2deg); }
100% { transform: rotate(-1deg); }}x); }
h1:nth-child(8){ transform:translateZ(35px); }
h1:nth-child(9){ transform:translateZ(40px); }
h1:nth-child(10){ transform:translateZ(45px); }

.rock{animation:infinite 1s rock}
@keyframes rock { 0% { transform: rotate(-1deg); }
50% { transform: rotate(2deg); }
100% { transform: rotate(-1deg); }}

.fuck{animation:infinite 1s fuck}
@keyframes rock { 0% { transform: rotate(-2deg); }
50% { transform: rotate(2deg); }
100% { transform: rotate(-2deg); }}

h2 {
font-size: 38px;
text-align: center;
color:#008000;

animation: rock infinite 1s;


font-family: 'Indie Flower', cursive;
letter-spacing: 2px;
}

h3 {
font-size: 48px;
text-align: center;
padding:1px;
margin:1px;
color: #f06414;

aanimation: fuck infinite 1s;


font-family: 'Indie Flower', cursive;
letter-spacing: 2px;

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}

/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}

/* Number text (1/11 etc) */


.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

.active {
background-color: #717171;
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}

@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

/* On smaller screens, decrease text size */


@media only screen and (max-width: 300px) {
.text {font-size: 11px}

.cssload-preloader {
position: absolute;
top: 0px;
left: px;
right: 40px;
bottom: 20px;
z-index: 10;
}

.cssload-preloader > .cssload-preloader-box {


position: absolute;
height: 16px;
top: 50%;
left: 50%;
margin: -8px 0 0 -82px;
perspective: 110px;
-o-perspective: 110px;
-ms-perspective: 110px;
-webkit-perspective: 110px;
-moz-perspective: 110px;
}

.cssload-preloader .cssload-preloader-box > div {


position: relative;
width: 16px;
height: 16px;
background: rgb(204,204,204);
float: left;
text-align: center;
line-height: 16px;
font-family: Verdana;
font-size: 11px;
color: rgb(255,255,255);
}.cssload-preloader .cssload-preloader-box > div:nth-child(1) {
background: rgb(255,0,0);
margin-right: 8px;
animation: cssload-movement 690ms ease 0ms infinite alternate;
-o-animation: cssload-movement 690ms ease 0ms infinite alternate;
-ms-animation: cssload-movement 690ms ease 0ms infinite alternate;
-webkit-animation: cssload-movement 690ms ease 0ms infinite alternate;
-moz-animation: cssload-movement 690ms ease 0ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(2) {
background: rgb(255,0,0);
margin-right: 8px;
animation: cssload-movement 690ms ease 86.25ms infinite alternate;
-o-animation: cssload-movement 690ms ease 86.25ms infinite alternate;
-ms-animation: cssload-movement 690ms ease 86.25ms infinite alternate;
-webkit-animation: cssload-movement 690ms ease 86.25ms infinite
alternate;
-moz-animation: cssload-movement 690ms ease 86.25ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(3) {
background: rgb(255,0,0);
margin-right: 8px;
animation: cssload-movement 690ms ease 172.5ms infinite alternate;
-o-animation: cssload-movement 690ms ease 172.5ms infinite alternate;
-ms-animation: cssload-movement 690ms ease 172.5ms infinite alternate;
-webkit-animation: cssload-movement 690ms ease 172.5ms infinite
alternate;
-moz-animation: cssload-movement 690ms ease 172.5ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(4) {
background: rgb(204,255,0);
margin-right: 8px;
animation: cssload-movement 690ms ease 258.75ms infinite alternate;
-o-animation: cssload-movement 690ms ease 258.75ms infinite alternate;
-ms-animation: cssload-movement 690ms ease 258.75ms infinite alternate;
-webkit-animation: cssload-movement 690ms ease 258.75ms infinite
alternate;
-moz-animation: cssload-movement 690ms ease 258.75ms infinite
alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(5) {
background: rgb(0,255,60);
margin-right: 8px;
animation: cssload-movement 690ms ease 345ms infinite alternate;
-o-animation: cssload-movement 690ms ease 345ms infinite alternate;
-ms-animation: cssload-movement 690ms ease 345ms infinite alternate;
-webkit-animation: cssload-movement 690ms ease 345ms infinite
alternate;
-moz-animation: cssload-movement 690ms ease 345ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(6) {
background: rgb(0,185,252);
margin-right: 8px;
animation: cssload-movement 690ms ease 431.25ms infinite alternate;
-o-animation: cssload-movement 690ms ease 431.25ms infinite alternate;
-ms-animation: cssload-movement 690ms ease 431.25ms infinite alternate;
-webkit-animation: cssload-movement 690ms ease 431.25ms infinite
alternate;
-moz-animation: cssload-movement 690ms ease 431.25ms infinite
alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(7) {
background: rgb(58,0,250);
margin-right: 8px;
animation: cssload-movement 690ms ease 517.5ms infinite alternate;
-o-animation: cssload-movement 690ms ease 517.5ms infinite alternate;
-ms-animation: cssload-movement 690ms ease 517.5ms infinite alternate;
-webkit-animation: cssload-movement 690ms ease 517.5ms infinite
alternate;
-moz-animation: cssload-movement 690ms ease 517.5ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(8) {
background: rgb(255,255,0);
margin-right: 8px;
animation: cssload-movement 690ms ease 603.75ms infinite alternate;
-o-animation: cssload-movement 690ms ease 603.75ms infinite alternate;
-ms-animation: cssload-movement 690ms ease 603.75ms infinite alternate;
-webkit-animation: cssload-movement 690ms ease 603.75ms infinite
alternate;
-moz-animation: cssload-movement 690ms ease 603.75ms infinite
alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(9) {
background: rgb(221,0,255);
margin-right: 8px;
animation: cssload-movement 690ms ease 690ms infinite alternate;
-o-animation: cssload-movement 690ms ease 690ms infinite alternate;
-ms-animation: cssload-movement 690ms ease 690ms infinite alternate;
-webkit-animation: cssload-movement 690ms ease 690ms infinite
alternate;
-moz-animation: cssload-movement 690ms ease 690ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box > div:nth-child(10) {
background: rgb(51,102,255);
margin-right: 8px;
animation: cssload-movement 690ms ease 776.25ms infinite alternate;
-o-animation: cssload-movement 690ms ease 776.25ms infinite alternate;
-ms-animation: cssload-movement 690ms ease 776.25ms infinite alternate;
-webkit-animation: cssload-movement 690ms ease 776.25ms infinite
alternate;
-moz-animation: cssload-movement 690ms ease 776.25ms infinite
alternate;
}
</style>

<script type='text/javascript'>//<![CDATA[
function write_fire(e){var
t,n,r;stars[e+"r"]=createDiv("|",12);boddie.appendChild(stars[e+"r"]);for(t=bits*e;
t<bits+bits*e;t++)
{stars[t]=createDiv("*",13);boddie.appendChild(stars[t])}}function createDiv(e,t)
{var n=document.createElement("div");n.style.font=t+"px
monospace";n.style.position="absolute";n.style.backgroundColor="transparent";n.appe
ndChild(document.createTextNode(e));return n}function launch(e)
{colour[e]=Math.floor(Math.random()*colours.length);Xpos[e+"r"]=swide*.5;Ypos[e+"r"
]=shigh-
5;bangheight[e]=Math.round((.5+Math.random())*shigh*.4);dX[e+"r"]=(Math.random()-.5
)*swide/bangheight[e];if(dX[e+"r"]>1.25)stars[e+"r"].firstChild.nodeValue="/";else
if(dX[e+"r"]<-1.25)stars[e+"r"].firstChild.nodeValue="\\";else
stars[e+"r"].firstChild.nodeValue="|";stars[e+"r"].style.color=colours[colour[e]]}f
unction bang(e){var t,n,r=0;for(t=bits*e;t<bits+bits*e;t++)
{n=stars[t].style;n.left=Xpos[t]+"px";n.top=Ypos[t]
+"px";if(decay[t])decay[t]--;else r++;if(decay[t]==15)n.fontSize="7px";else
if(decay[t]==7)n.fontSize="2px";else if(decay[t]==1)n.visibility="hidden";Xpos[t]
+=dX[t];Ypos[t]+=dY[t]+=1.25/intensity[e]}if(r!
=bits)setTimeout("bang("+e+")",speed)}function stepthrough(e){var t,n,r;var
i=Xpos[e+"r"];var s=Ypos[e+"r"];Xpos[e+"r"]+=dX[e+"r"];Ypos[e+"r"]-
=4;if(Ypos[e+"r"]<bangheight[e])
{n=Math.floor(Math.random()*3*colours.length);intensity[e]=5+Math.random()*4;for(t=
e*bits;t<bits+bits*e;t++)
{Xpos[t]=Xpos[e+"r"];Ypos[t]=Ypos[e+"r"];dY[t]=(Math.random()-.5)*intensity[e];dX[t
]=(Math.random()-.5)*(intensity[e]-
Math.abs(dY[t]))*1.25;decay[t]=16+Math.floor(Math.random()*16);r=stars[t];if(n<colo
urs.length)r.style.color=colours[t%2?colour[e]:n];else
if(n<2*colours.length)r.style.color=colours[colour[e]];else r.style.color=colours[t
%colours.length];r.style.fontSize="13px";r.style.visibility="visible"}bang(e);launc
h(e)}stars[e+"r"].style.left=i+"px";stars[e+"r"].style.top=s+"px"}function
set_width(){var e=999999;var
t=999999;if(document.documentElement&&document.documentElement.clientWidth)
{if(document.documentElement.clientWidth>0)e=document.documentElement.clientWidth;i
f(document.documentElement.clientHeight>0)t=document.documentElement.clientHeight}i
f(typeof self.innerWidth!="undefined"&&self.innerWidth)
{if(self.innerWidth>0&&self.innerWidth<e)e=self.innerWidth;if(self.innerHeight>0&&s
elf.innerHeight<t)t=self.innerHeight}if(document.body.clientWidth)
{if(document.body.clientWidth>0&&document.body.clientWidth<e)e=document.body.client
Width;if(document.body.clientHeight>0&&document.body.clientHeight<t)t=document.body
.clientHeight}if(e==999999||t==999999){e=800;t=600}swide=e;shigh=t}var bits=80;var
speed=33;var bangs=5;var colours=new
Array("#03f","#f03","#0e0","#93f","#0cf","#f93","#f0c");var bangheight=new
Array;var intensity=new Array;var colour=new Array;var Xpos=new Array;var Ypos=new
Array;var dX=new Array;var dY=new Array;var stars=new Array;var decay=new Array;var
swide=800;var shigh=600;var boddie;window.onload=function()
{if(document.getElementById){var
e;boddie=document.createElement("div");boddie.style.position="fixed";boddie.style.t
op="0px";boddie.style.left="0px";boddie.style.overflow="visible";boddie.style.width
="1px";boddie.style.height="1px";boddie.style.backgroundColor="transparent";documen
t.body.appendChild(boddie);set_width();for(e=0;e<bangs;e++)
{write_fire(e);launch(e);setInterval("stepthrough("+e+")",speed)}}};window.onresize
=set_width//]]></script>
</head>

</html>
<body>

<body class="bg" style=" background-image : url('https://4.bp.blogspot.com/-


CsbyEhN6QyU/W8Hsm54u9uI/AAAAAAAAA6c/thTyOxxSinMgnBh7S0fpAGaG6qlF3IkawCLcBGAs/s1600/
3%2B%25281%2529.gif')";>
<!-- Sidebar Sliding Images --->
<marquee class="m1" behavior="scroll" direction="up" scrolldelay="5"> <br>
<img src="https://2.bp.blogspot.com/-
3UAOumiRJgM/W8CsZH4dYbI/AAAAAAAAAz8/kk0H5GMTUXQ53Z3h1QQsiRLMMY3Y9ZsjQCLcBGAs/s1600/
1.gif" height="40px" width="35px"/><br><br>
<img src="https://3.bp.blogspot.com/-
gU0HN8LLZFU/W8CtcGxbuGI/AAAAAAAAA0I/1qJjwDuf8dQ_iVFpEUQrXum5iUCG_2urQCLcBGAs/s1600/
2.gif" width="40px" width="35px"/><br><br>
<img src="https://2.bp.blogspot.com/-
cdJc7sblB7U/W8CtjnxQyUI/AAAAAAAAA0o/2Ho9iiZJGyM02KJ1abstieLJq6O0SwLFwCLcBGAs/s1600/
3.gif" height="40px" width="35px"/><br><br>
<img src="https://4.bp.blogspot.com/-
0d3R32hbt4U/W8CtjrbQm2I/AAAAAAAAA0s/M3W1uyNErosKYs5b7FCcJMj4-
FYIyFAVQCLcBGAs/s1600/4.gif" height="40px" width="35px"/><br><br>
<img src="https://2.bp.blogspot.com/-
IrHydBjOnoo/W8Ctj1rXL9I/AAAAAAAAA0w/I8zPrH79WXs3RuzIeT1adPkxumQ8aOVFQCLcBGAs/s1600/
5.gif" height="40px" width="35px"/><br><br>
<img src="https://bit.ly/2QPs6gn" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
uszhBOdaaCw/W8Ctkb5zv5I/AAAAAAAAA00/S_jPs9o8wHMnYXOzCZWmIKWqqbAMYCmqQCLcBGAs/s1600/
6.gif" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
ZUXD9AQwDhc/W8Ctku8eVvI/AAAAAAAAA04/jc8Lr6fga2k4dVj0HTEyj0nXrohReK_WgCLcBGAs/s1600/
7.gif" height="40px" width="35px"/><br><br>
<img src="https://4.bp.blogspot.com/-
2gpmnZJwYtA/W8CtkjMLuEI/AAAAAAAAA08/h6DfV5D6JJA0v_8iX85lIMZ337iWUlOGACLcBGAs/s1600/
8.gif" height="40px" width="35px"/><br><br>
<img src="https://bit.ly/2QPs6gn" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
hswe0VddiD0/W8Ctk9JrcsI/AAAAAAAAA1A/cGBJLjW0drkwLc-
KZ_daGVbyFa5M1TpPwCLcBGAs/s1600/9.gif" height="40px" width="35px"/><br><br>
<img src="https://3.bp.blogspot.com/--
Fd97Xq5hzY/W8CthZTuskI/AAAAAAAAA0M/qQGL4B4DXwcjBjwQrWnKGdGbz0Ifl26fACLcBGAs/s1600/1
0.gif" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
xAAgzHEj8Do/W8CtheTIlwI/AAAAAAAAA0Q/0444ryKklT4_SumGObJ2pYiNTX6klbg-
ACLcBGAs/s1600/11.gif" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
gg9q96p8QsY/W8CthkdRoEI/AAAAAAAAA0U/K7iOJUDIAi49UQj6WFwKnCJrQeq8mJUBACLcBGAs/s1600/
12.gif" height="40px" width="35px"/><br><br>
<img src="https://bit.ly/2QPs6gn" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
wsj8QuHuSN4/W8CtifClNyI/AAAAAAAAA0Y/8JUGh5x70ugJ8mfvYnOuPcQqAkn3VaCggCLcBGAs/s1600/
13.gif" height="40px" width="35px"/><br><br>
<img src="https://3.bp.blogspot.com/-2QiZRW-
4moc/W8Ctiqv28bI/AAAAAAAAA0c/1b1fa7exCesSmHp3P7XfGCLgqwLEisfLQCLcBGAs/s1600/14.gif"
height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
ueLatAMSoSU/W8Cti0cM_OI/AAAAAAAAA0g/IWnnSKMFkWUXr_NLNN3PijbiKzP6S0MawCLcBGAs/s1600/
15.gif" height="40px" width="35px"/><br><br>
<img src="https://3.bp.blogspot.com/-
TX1FOwi4If0/W8CtjK9AjrI/AAAAAAAAA0k/JVNXvRPdqMI7db4-AF7COHHSvwi-
qeztQCLcBGAs/s1600/16.gif" height="40px" width="35px"/><br><br>

</marquee>
<marquee class="m2" behavior="scroll" direction="down" scrolldelay="5"><br>
<img src="https://3.bp.blogspot.com/-
TX1FOwi4If0/W8CtjK9AjrI/AAAAAAAAA0k/JVNXvRPdqMI7db4-AF7COHHSvwi-
qeztQCLcBGAs/s1600/16.gif" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
ueLatAMSoSU/W8Cti0cM_OI/AAAAAAAAA0g/IWnnSKMFkWUXr_NLNN3PijbiKzP6S0MawCLcBGAs/s1600/
15.gif" height="40px" width="35px"/><br><br>
<img src="https://3.bp.blogspot.com/-2QiZRW-
4moc/W8Ctiqv28bI/AAAAAAAAA0c/1b1fa7exCesSmHp3P7XfGCLgqwLEisfLQCLcBGAs/s1600/14.gif"
height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
wsj8QuHuSN4/W8CtifClNyI/AAAAAAAAA0Y/8JUGh5x70ugJ8mfvYnOuPcQqAkn3VaCggCLcBGAs/s1600/
13.gif" height="40px" width="35px"/><br><br>
<img src="https://bit.ly/2QPs6gn" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
gg9q96p8QsY/W8CthkdRoEI/AAAAAAAAA0U/K7iOJUDIAi49UQj6WFwKnCJrQeq8mJUBACLcBGAs/s1600/
12.gif" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
xAAgzHEj8Do/W8CtheTIlwI/AAAAAAAAA0Q/0444ryKklT4_SumGObJ2pYiNTX6klbg-
ACLcBGAs/s1600/11.gif" height="40px" width="35px"/><br><br>
<img src="https://3.bp.blogspot.com/--
Fd97Xq5hzY/W8CthZTuskI/AAAAAAAAA0M/qQGL4B4DXwcjBjwQrWnKGdGbz0Ifl26fACLcBGAs/s1600/1
0.gif" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
hswe0VddiD0/W8Ctk9JrcsI/AAAAAAAAA1A/cGBJLjW0drkwLc-
KZ_daGVbyFa5M1TpPwCLcBGAs/s1600/9.gif" height="40px" width="35px"/><br><br>
<img src="https://bit.ly/2QPs6gn" height="40px" width="35px"/><br><br>
<img src="https://4.bp.blogspot.com/-
2gpmnZJwYtA/W8CtkjMLuEI/AAAAAAAAA08/h6DfV5D6JJA0v_8iX85lIMZ337iWUlOGACLcBGAs/s1600/
8.gif" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
ZUXD9AQwDhc/W8Ctku8eVvI/AAAAAAAAA04/jc8Lr6fga2k4dVj0HTEyj0nXrohReK_WgCLcBGAs/s1600/
7.gif" height="40px" width="35px"/><br><br>
<img src="https://1.bp.blogspot.com/-
uszhBOdaaCw/W8Ctkb5zv5I/AAAAAAAAA00/S_jPs9o8wHMnYXOzCZWmIKWqqbAMYCmqQCLcBGAs/s1600/
6.gif" height="40px" width="35px"/><br><br>
<img src="https://bit.ly/2QPs6gn" height="40px" width="35px"/><br><br>
<img src="https://2.bp.blogspot.com/-
IrHydBjOnoo/W8Ctj1rXL9I/AAAAAAAAA0w/I8zPrH79WXs3RuzIeT1adPkxumQ8aOVFQCLcBGAs/s1600/
5.gif" height="40px" width="35px"/><br><br>
<img src="https://4.bp.blogspot.com/-
0d3R32hbt4U/W8CtjrbQm2I/AAAAAAAAA0s/M3W1uyNErosKYs5b7FCcJMj4-
FYIyFAVQCLcBGAs/s1600/4.gif" height="40px" width="35px"/><br><br>
<img src="https://2.bp.blogspot.com/-
cdJc7sblB7U/W8CtjnxQyUI/AAAAAAAAA0o/2Ho9iiZJGyM02KJ1abstieLJq6O0SwLFwCLcBGAs/s1600/
3.gif" height="40px" width="35px"/><br><br>
<img src="https://3.bp.blogspot.com/-
gU0HN8LLZFU/W8CtcGxbuGI/AAAAAAAAA0I/1qJjwDuf8dQ_iVFpEUQrXum5iUCG_2urQCLcBGAs/s1600/
2.gif" height="40px" width="35px"/><br><br>
<img src="https://2.bp.blogspot.com/-
3UAOumiRJgM/W8CsZH4dYbI/AAAAAAAAAz8/kk0H5GMTUXQ53Z3h1QQsiRLMMY3Y9ZsjQCLcBGAs/s1600/
1.gif" height="40px" width="35px"/><br><br>

</marquee>
<br><br>
<center><span class="hny-txt" style="font-size: 42px;">
<img src="https://4.bp.blogspot.com/-Klx6q4vYtVA/W8GwdM8Br8I/AAAAAAAAA4I/1jayA3L1-
XMyx-yp1KXXNWvI78vd6TVKACLcBGAs/s1600/text%2B%25285%2529.gif" width="350x"></b>
</span></center>

<center>
<!--- Header AdSense code Here (300x60 Display ads)--->

</center>
<center>
<div class="container">
<div class="main-greeting">
<div align="center html2canvas-ignore">
<div style="font-size: 25px; font-weight: 500; color: #1FE60B;">
<p id="demo"></p>

<center><span class="hny-txt" style="font-size: 42px;">


<img src="https://3.bp.blogspot.com/-id-
andM5NpU/W8DhLKbWfFI/AAAAAAAAA3Y/M5pp153bgskKjevz70ssLBtfvZjoDaH2ACLcBGAs/s1600/WIS
H%2BYOU.gif" width="350x"></b>
</span></center>
<center><span class="hny-txt" style="font-size: 42px;">
<img src="https://4.bp.blogspot.com/-
xUEBlEPzy1I/W8DgymLOM0I/AAAAAAAAA3I/OOpSe1JFObgXfjJ5aSgf6x1Itc_B-2S-
ACLcBGAs/s1600/ADVANCE.gif" width="350x"></b>
</span></center>

<center><span class="hny-txt" style="font-size: 42px;">


<img src="https://4.bp.blogspot.com/-
YFHKqqwavp8/W8DdiuGlDHI/AAAAAAAAA2w/GGGMLcPOPY8XRPpW1py7GYV12og5p8UPACLcBGAs/s1600/
ny-3.gif" width="350x"></b>
</span></center>

<center>
<figure>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">
var a=prompt("Please Enter Your Name\n\अपनय नयम डयललयय");
document.write(a);
</script> </h1>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">
document.write(a);
</script> </h1>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">

document.write(a);
</script> </h1>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">

document.write(a);
</script></h1>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">

document.write(a);
</script> </h1>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">

document.write(a);
</script> </h1>
<h1 style="text-transform: uppercase;"><script type="text/javascript"
language="Javascript">

document.write(a);
</script></h1>

</figure>
</center>
<div class="vi" style="text-align: center;">

<img src="https://goo.gl/Qh4czs" alt="long.jpg" style="width: 100%;


height:100px;"><br><br><br>
<center>
<img src="https://2.bp.blogspot.com/-cd_G1b0jPA8/W8HCbh0OY2I/AAAAAAAAA4g/LLv-
o21MTwEitEVtHfNa4viiG0D2ki2kACLcBGAs/s1600/1.gif" class="swing2" height="50px"
width="300px"/><br>
<img src="https://4.bp.blogspot.com/-
mw6cPsRRY4w/W8HCb2lQddI/AAAAAAAAA4o/Opz1WUBOU9slKLEYSXY4rQW8NB6Mv2v6wCLcBGAs/s1600/
2.gif" class="swing2" height="50px" width="300px"/><br>
<img src="https://4.bp.blogspot.com/-BbHo6gcOH3g/W8HCbiW66HI/AAAAAAAAA4k/0vPeCQQo-
gU6M1OU3L0TDXUIMiMZu6YrQCLcBGAs/s1600/3.gif" class="swing2" height="50px"
width="300px"/><br>
<img src="https://1.bp.blogspot.com/-
dCeWOfxVQTw/W8HCeFDTFDI/AAAAAAAAA4s/ih4xJdqbibUW84VzIXbo3sQjaYwS37OzwCLcBGAs/s1600/
4.gif" class="swing2" height="50px" width="300px"/><br>
<img src="https://2.bp.blogspot.com/-
UhYLGzMmVQM/W8DYiWwSC4I/AAAAAAAAA2A/oxkhwU0_QaUpAuTBMLKeEdWHQhVsciSdACLcBGAs/s1600/
19405444%2B%25281%2529%2Bcopy.png"style="animation: tada 4s infinite"
class="swing2" height="200px" width="200px"/><br>
<br></center>
<center>
<!-- AdSense code Here (Responsive ads)-->
</center>
<!----- Wishing Poem Here ----->
<div dir="ltr" style="text-align: left;" trbidi="on">
<div style="background-color:#4CFF33; border-radius: 17px; border: 0px solid rgb(0,
0, 0); box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px; color: black; font-family:
arial, sans-serif; font-size: 18px; font-stretch: normal; font-style: normal; font-
variant: normal; line-height: normal; margin: 0px auto; padding: 4px 5px 3px;
width: 97%;">
<marquee behavior="alternate"><b>
Embrace this New Year,
</b></marquee>
</div>
<div style="background-color: #0C27EB; border-radius: 17px; border: 0px solid
rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px; color: white; font-
family: arial, sans-serif; font-size: 18px; font-stretch: normal; font-style:
normal; font-variant: normal; line-height: normal; margin: 0px auto; padding: 4px
5px 3px; width: 97%;">
<marquee behavior="alternate"><b>
We do bend our head,
</b></marquee>
</div>
<div style="background-color: #C00F90; border-radius: 17px; border: 0px solid
rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px; color: black; font-
family: arial, sans-serif; font-size: 18px; font-stretch: normal; font-style:
normal; font-variant: normal; line-height: normal; margin: 0px auto; padding: 4px
5px 3px; width: 97%;">
<marquee behavior="alternate"><b>
All your dreams are fulfilled this year,
</b></marquee>
</div>
<div style="background-color: #79EB07; border-radius: 17px; border: 0px solid
rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px; color: blue; font-family:
arial, sans-serif; font-size: 18px; font-stretch: normal; font-style: normal; font-
variant: normal; line-height: normal; margin: 0px auto; padding: 4px 5px 3px;
width: 97%;">
<marquee behavior="alternate"><b>
Happy New Year in Advance!!
</b></marquee>
</div>
</div><br>

<img src="https://1.bp.blogspot.com/-
DLXAtzCixBo/W8HRKg3EFvI/AAAAAAAAA5s/w4uhGHjddlIe-IHAGxls8wY-
vD6Pk70xgCLcBGAs/s1600/ny-5.gif"style="animation: pulse 1.5s infinite"
class="swing2" height="300px" width="320px"/><br><br>
<img src="https://2.bp.blogspot.com/-
5vabAo4Fk2I/W8HGOUS8ygI/AAAAAAAAA5U/8eRmI6txzBcNYMJrBBj5puWpGiR_QRVdQCLcBGAs/s1600/
z5bc1c5fbea539.gif"style="animation: pulse 1.5s infinite" class="swing2"
height="70px" width="300px"/>
</center>

<p style="text-align: center;"><span style="background-color: #663399; color:


#FFFAFA; font-size: 15pt; font-family: tahoma, arial, helvetica, sans-
serif;">&nbsp; Happy New Year 2019 Happy New Year to Advance and Advance in Your
Friends !!!</span></p>
<center>
<div class="busi"><h4><p style="text-transform: uppercase;font-size:
26px;color:#1CD66E;"> <script type="text/javascript" language="Javascript">

document.write( "by - " +a);


</script><br></p></h4></center>

<p style="text-align: center;"><span style="background-color: #FF8C00; color:


#FFFAFA; font-size: 15pt; font-family: tahoma, arial, helvetica, sans-
serif;">&nbsp; Share this msg with your friends relatives. </span></p><br>

<center>
<!-- Below AdSense Code Here (Link ads) -->

</center>
</div>
</div>
<script>
// Set the date we're counting down to
var countDownDate = new Date("December 31, 2018 23:59:59").getTime();

// Update the count down every 01 second


var x = setInterval(function() {

// Get todays date and time


var now = new Date().getTime();

// Find the distance between now an the count down date


var distance = countDownDate - now;

// Time calculations for days, hours, minutes and seconds


var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);

// Display the result in the element with id="demo"


document.getElementById("demo").innerHTML = days + "<i> Days,</i> " + hours + "
<i>Hrs,</i> "
+ minutes + "<i> Min,</i> " + seconds + "<i> Sec</i> ";

// If the count down is finished, write some text


if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "Started";
}
}, 1000);
</script>
</div>
</div>
</body>

<center>
<center><img src="https://4.bp.blogspot.com/-_ZpU-
nyCpMc/WyNC8YxwrfI/AAAAAAAAAaw/KXfG3ltVcsgu57_M4_Fa7dZEaRVu1EyGACLcBGAs/s1600/c.gif
" height="70px" width="110px"/>
<br><br><br>
<a class="footerbtn" href="whatsapp://send?text=*बबत गयय जह सयल भभल जयएए,
When you look straight into my eyes,
I melt,
Please do that more often
in 2019.
Happy New Year 2019 In Advance!”

★★♡Touch this Blue Line Enter Your Name and See Magic♡ ★★

�https://virelscript.blogspot.com/" data-
action="https://virelscript.blogspot.com/"> <img width="22px" height="22px"
src="https://goo.gl/ReKHXA"/>
<b style="font-size: 26px;">Share</b>
</a>
<a class="footerbtn1" href="https://www.facebook.com/sharer/sharer.php?
u=https://virelscript.blogspot.com/" target="_blank" title="Share this post on
Facebook" class="facebook">
<img width="22px" height="22px" src="https://goo.gl/aam3wh"/>
<b style="font-size: 26px;">Share</b>
</a>
</center>

<!---This Theme Edited and Designed By Mridul----->


</script>
</html>

You might also like