Breaking News
Affichage des articles dont le libellé est addons. Afficher tous les articles
Affichage des articles dont le libellé est addons. Afficher tous les articles

samedi 8 février 2014

How to Display a Weather Forecast on Your Blogger

Displaying weather forecast widget on your Blogger blog could be an interesting thing for your visitors. Recently, one of our readers emailed us asking if there was an easy way to display current weather forecast on his blog. Our developers did some research work, and was finally able to prepare a robust and well-functioning Weather forecast widget that displays weather details on the basis of your visitor’s location.In this article, we will show you how to display weather forecast on your blogger blog.

Before anyone use this widget, we will be giving some significant reasons why you should use it too, mainly discussing about its function. Let’s assume a visitor from London, England landed on your site. Now this widget would fetch the data from local weather company and would provide its details accurate. Now if the day is sunny, rainy, cloudy and etc

: The solution

The first thing you need to do is to login into your blogger dashboard. Now go to Template >> Edit HTML >> and search for the skin tag, just above it paste the following piece of CSS coding (you can customize the code if you like, but we are certain that the default one would just be right for everyone).
.MyWeatherDiv .centerContainer {
    width: 300px;
    text-align: left;
    margin-bottom: 200px;
}
.green {
    color: #a6e22d;
}
.teal {
    color: #66d9ef;
}
.purp {
    color: #ae81ff;
}
.pink {
    color: #f92772;
}
.yellow {
    color: #e6db74;
}
.white {
    color: #f8f8f2;
}
.grey {
    color: #616161;
}
.f12 {
    font-size: 12px;
}
.MyWeatherDiv img {
    height: 64px;
    width: 64px;
}
.weatherInfoRight {
    z-index: 999;
    position: fixed;
    top: 10px;
    right: 10px;
}
.weatherInfoLeft {
    z-index: 999;
    position: fixed;
    top: 10px;
    left: 10px;
}
.weatherInfoBottomRight {
    z-index: 999;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.weatherInfoBottomLeft {
    z-index: 999;
    position: fixed;
    bottom: 10px;
    left: 10px;
}
.MyWeatherDiv {
    display: none;
    background-color: #272822;
    padding: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.MyWeatherInfo {
    text-align: center;
    font-family: 'Segoe UI',Tahoma,Helvetica,Sans-Serif;
    color: white;
    font-size: 14px;
}
#divMyImage {
    display: none;
}
.MyWeatherClose {
    font-family: 'Segoe UI',Tahoma,Helvetica,Sans-Serif;
    cursor: pointer;
    position: absolute;
    right: 10px;
    color: white;
    font-size: 20px;
}
.MWTemperature {
    display: block;
}
.MWPlace {
    display: block;
}
.MWIP {
    display: block;
}
#clear-day {
    display: none;
}
#clear-night {
    display: none;
}
#partly-cloudy-day {
    display: none;
}
#partly-cloudy-night {
    display: none;
}
#cloudy {
    display: none;
}
#rain {
    display: none;
}
#sleet {
    display: none;
}
#snow {
    display: none;
}
#wind {
    display: none;
}
#fog {
    display: none;
}

The second thing is to add the JavaScript file that does the work quite brilliantly. Within your blogger template search for the </head> tag and just above it paste the following JS Coding. (We recommend you to please host the script on your own either on Google Drive or any other service because our script might go down if our quota of bandwidth gets full).
<script type="text/javascript" src="https://dl.dropboxusercontent.com/u/137869302/weather.js"></script>

Lastly, add this styling javascript file just above the </body> tag. You can change the position of the gadget by replacing  position: "right" to left or center. There are many other options for your customization, which could be useful to match your site’s setting.
<script type="text/javascript">
$.MyWeather({
    position: "right",
    showpopup: true,
    temperature: "c",
    closeicon: true,
    showicon: true,
    showtemperature: true,
    showlocation: true,
    showip: true,
    size: 80,
    iconcolor: "white",
    fontcolor: "white",
}, function (e, f, g, a, d, b, c) {
    $("#txtCity").html(e);
    $("#txtCountry").html(f);
    $("#txtIP").html(g);
    $("#txtLatitude").html(a);
    $("#txtLongitude").html(d);
    $("#txtTemperature").html(b);
    $("#picTemp").attr("src", c)
});
</script>

We hope this tutorial may have helped you in learning How to display weather forecast on Your Blogger site. Do give it a try, and let us know what are your thoughts about our latest development by commenting your opinions below
Read more ...

Add a button on the follow-up sites are moving




:  Main control panel / layout / tool JavaScript code by setting follows

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'></script><style type="text/css">#MD-circle-mod{bottom: 0 !important;left: 5px;position: fixed;}#MD-container-circle{position:relative;height:100px;width:100px}#MD-base-button{background:-moz-linear-gradient(center top,#A90329 0,#8F0222 44%,#6D0019 100%) repeat scroll 0 0 #6D0019;background:-webkit-linear-gradient(top,#a90329 0,#8f0222 44%,#6d0019 100%);background:-o-linear-gradient(top,#a90329 0,#8f0222 44%,#6d0019 100%);background:-ms-linear-gradient(top,#a90329 0,#8f0222 44%,#6d0019 100%);background:linear-gradient(top,#a90329 0,#8f0222 44%,#6d0019 100%);border:4px solid #fff;text-decoration: none;z-index:9999;cursor:pointer;border-radius:50px 50px 50px 50px;box-shadow:0 1px 3px rgba(0,0,0,0.5);color:#fff;font:68px Arial;height:80px;left:0;padding:0;position:absolute;text-align:center;top:0;width:80px}.MD-btn{position:absolute;height:50px;width:50px;border-radius:25px;top:15px;left:15px;-webkit-transition:all 250ms;-moz-transition:all 250ms;-o-transition:all 250ms;-ms-transition:all 250ms;transition:all 250ms;box-shadow:0 1px 3px rgba(0,0,0,.5)}#MD-fb.open{top:-125px;left:25px}#MD-fb.open.clicked{top:-135px;left:15px}#MD-tw.open{top:-105px;left:80px}#MD-gplus.open{top:-75px;left:125px}#MD-rss.open{top:-30px;left:160px}#MD-mail.open{left:175px;top:25px}.plus{-moz-user-select: none;-moz-transition:all 200ms ease-in 0s;-webkit-transition:all 200ms ease-in;-o-transition:all 200ms ease-in}.rot{-moz-transform:rotate(137deg);-o-transform:rotate(137deg);-webkit-transform:rotate(137deg);transform:rotate(137deg)}</style><script type="text/javascript">var delay=40,delayTime;$(function(){btns=$(".MD-btn");$("#MD-base-button").toggle(function(){$("span.plus").addClass("rot");btns.each(function(a){var b=$(this);delayTime=a*delay;window.setTimeout(function(){b.addClass("open")},delayTime)})},function(){$("span.plus").removeClass("rot");$($(btns).get().reverse()).each(function(a){var b=$(this);delayTime=a*delay;window.setTimeout(function(){b.removeClass("open")},delayTime)})})});</script><a href="http://gj37765.blogspot.com" style="position:absolute;z-index:-11"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif6VZzLtzCdnEFksne4boP4uW_FpYy6qo-nAFH4U1MMUnWgaTbxfpYz0u449nKKzNMNg9YuU46ZgkbzZsIvkQ-Pz6pVD5ZdG3OJu2UIghPoL31qnKMc6JGDZUfIimu-C0RPCjjzXukKJk/s1600/1x1juice.png" /></a><div id="MD-circle-mod"><div id="MD-container-circle"><a id="MD-fb" class="MD-btn" style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXt897DFIztWVLNKukdgza_Csllyr2Gya7670En_CfYYv4NcLk8SaPMdtoq1FZMTaIIR8q6pUa1CGhaHEFIaDdWKbVQ4whX97mxpjbrjqGGRONrakVgc9a0tNSn3aca5NW5JXKS7h-YuT6/s1600/%5Bwww.gj37765.blogspot.com_share+buttons2.png) repeat -1px 0" href="https://www.facebook.com/anon003." rel="nofollow" target="_blank"></a><a id="MD-tw" class="MD-btn" style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXt897DFIztWVLNKukdgza_Csllyr2Gya7670En_CfYYv4NcLk8SaPMdtoq1FZMTaIIR8q6pUa1CGhaHEFIaDdWKbVQ4whX97mxpjbrjqGGRONrakVgc9a0tNSn3aca5NW5JXKS7h-YuT6/s1600/%5Bwww.gj37765.blogspot.com_share+buttons2.png) repeat -52px 0" href="http://twitter.com/#" rel="nofollow" target="_blank"></a><a id="MD-gplus" class="MD-btn" style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXt897DFIztWVLNKukdgza_Csllyr2Gya7670En_CfYYv4NcLk8SaPMdtoq1FZMTaIIR8q6pUa1CGhaHEFIaDdWKbVQ4whX97mxpjbrjqGGRONrakVgc9a0tNSn3aca5NW5JXKS7h-YuT6/s1600/%5Bwww.gj37765.blogspot.com_share+buttons2.png) repeat -157px 0" href="#" rel="nofollow" target="_blank"></a><a id="MD-rss" class="MD-btn" style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXt897DFIztWVLNKukdgza_Csllyr2Gya7670En_CfYYv4NcLk8SaPMdtoq1FZMTaIIR8q6pUa1CGhaHEFIaDdWKbVQ4whX97mxpjbrjqGGRONrakVgc9a0tNSn3aca5NW5JXKS7h-YuT6/s1600/%5Bwww.gj37765.blogspot.com_share+buttons2.png) repeat -105px 0" href="#" rel="nofollow" target="_blank"></a><a id="MD-mail" class="MD-btn" style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXt897DFIztWVLNKukdgza_Csllyr2Gya7670En_CfYYv4NcLk8SaPMdtoq1FZMTaIIR8q6pUa1CGhaHEFIaDdWKbVQ4whX97mxpjbrjqGGRONrakVgc9a0tNSn3aca5NW5JXKS7h-YuT6/s1600/%5Bwww.gj37765.blogspot.com_share+buttons2.png) repeat -210px 0" href="http://feedburner.google.com/fb/a/mailverify?uri=#&loc=en_US" rel="nofollow" target="_blank"></a><a id="MD-base-button"><span class="plus">+</span></a></div></div><a href="http://gj37765.blogspot.in" rel="dofollow"></a>



Change the color with red links of your
Read more ...

Add ''Last Topics'' to Blogger (beautiful shape and new)



Go to the control panel for your blog then => then select the design => Add tool and through pop-up window select the tool HTML / Javascript.
Copy and paste this code into the tool, and click on Save, then place the tool in place that suits you best 


<style type="text/css"><!-- .recent_post_content{width:100%;} .recent_post_content_item {filter: alpha(opacity=80);opacity: 0.8;} .recent_post_content img {width:32px;height:32px;background-position: center;margin:7px;padding: 2px;border:#888 solid thin;} .recent_post_content_item table, .recent_post_content_item tr, .recent_post_content_item td {vertical-align: middle;} .recent_post_content_item table {margin-bottom:2px;margin-top:3px;} .recent_post_content_item:hover {filter: alpha(opacity=100);opacity: 1;} .recent_post_title a{font-size:12px;text-decoration:none;color:inherit} .recent_post_title a:hover{text-decoration:underline} .recent_post_content_item .recent_post_info {filter: alpha(opacity=60);opacity: 0.6;font-size: 11px;} --></style> <script type="text/JavaScript"> <!-- // Create by Tien Nguyen // Copyright by bloggeritems.com // Use the code without copyright agreement, you will be reported as spam//Setting_begin var No_Thumb_Url='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaAM7ia_E3B2VK4SL9EU-ZpvYcS7u6JnGWp9m7mBeSTXY5DyYBRZ-wrrBZABxBnGwXY0hJ4ANBYDg4CZQKPXGsfSVEfa0s4DIyDR3_qKeAWwbbsFUUiNl1qQRAEDO7M2Q88WbJLZnjJ0sb/s32/no-photo.jpg'; var Max_Post_Display=6; var Sum_Len='130'; var Index_By_Label=''; var Display_Thumb=true; var Display_Comment=true; var Display_Author=false; var Display_Time=false;//Setting_end //Define your language var Lang_By = 'By '; var Lang_comment = ' Comment'; var Lang_comments = ' Comments'; var Month_List = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];var _0x15a1=["\x43\x20\x31\x6D\x28\x4F\x2C\x50\x2C\x70\x2C\x79\x2C\x54\x29\x7B\x66\x20\x51\x3D\x27\x27\x3B\x36\x28\x50\x21\x3D\x27\x27\x29\x51\x3D\x27\x2F\x2D\x2F\x27\x2B\x50\x3B\x66\x20\x52\x3D\x27\x27\x3B\x36\x28\x70\x21\x3D\x27\x27\x29\x52\x3D\x27\x70\x2D\x31\x43\x3D\x27\x2B\x70\x2B\x27\x26\x27\x3B\x66\x20\x55\x3D\x27\x27\x3B\x36\x28\x79\x21\x3D\x27\x27\x29\x55\x3D\x27\x79\x2D\x31\x42\x3D\x27\x2B\x79\x2B\x27\x26\x27\x3B\x31\x65\x2E\x31\x63\x28\x27\x3C\x56\x20\x4F\x3D\x22\x31\x41\x2F\x31\x45\x22\x20\x77\x3D\x22\x2E\x2E\x2F\x2E\x2E\x2F\x31\x46\x2F\x27\x2B\x4F\x2B\x27\x2F\x62\x27\x2B\x51\x2B\x27\x3F\x27\x2B\x52\x2B\x55\x2B\x27\x31\x79\x3D\x6C\x2D\x64\x2D\x56\x26\x54\x3D\x27\x2B\x54\x2B\x27\x22\x3E\x3C\x5C\x2F\x56\x3E\x27\x29\x7D\x43\x20\x31\x71\x28\x6C\x29\x7B\x66\x20\x5A\x3D\x2F\x3C\x5C\x53\x5B\x5E\x3E\x5D\x2A\x3E\x2F\x67\x3B\x32\x2E\x78\x3D\x75\x28\x6C\x2E\x7A\x2E\x4E\x24\x31\x73\x2E\x24\x74\x29\x3B\x32\x2E\x70\x3D\x75\x28\x6C\x2E\x7A\x2E\x4E\x24\x31\x74\x2E\x24\x74\x29\x3B\x32\x2E\x4B\x3D\x75\x28\x6C\x2E\x7A\x2E\x4E\x24\x31\x78\x2E\x24\x74\x29\x3B\x32\x2E\x49\x3D\x68\x20\x6B\x28\x29\x3B\x32\x2E\x6D\x3D\x68\x20\x6B\x28\x29\x3B\x32\x2E\x65\x3D\x68\x20\x6B\x28\x29\x3B\x32\x2E\x62\x3D\x68\x20\x6B\x28\x29\x3B\x32\x2E\x48\x3D\x68\x20\x6B\x28\x29\x3B\x32\x2E\x73\x3D\x68\x20\x6B\x28\x29\x3B\x32\x2E\x41\x3D\x68\x20\x6B\x28\x29\x3B\x32\x2E\x72\x3D\x68\x20\x6B\x28\x29\x3B\x32\x2E\x76\x3D\x68\x20\x6B\x28\x29\x3B\x32\x2E\x71\x3D\x32\x2E\x78\x2D\x32\x2E\x70\x2B\x31\x3B\x36\x28\x32\x2E\x71\x3E\x32\x2E\x4B\x29\x32\x2E\x71\x3D\x32\x2E\x4B\x3B\x58\x28\x66\x20\x69\x3D\x30\x3B\x69\x3C\x32\x2E\x71\x3B\x69\x2B\x2B\x29\x7B\x32\x2E\x48\x5B\x69\x5D\x3D\x27\x27\x3B\x32\x2E\x73\x5B\x69\x5D\x3D\x27\x23\x27\x3B\x32\x2E\x41\x5B\x69\x5D\x3D\x27\x27\x3B\x36\x28\x31\x67\x20\x31\x68\x21\x3D\x27\x31\x66\x27\x29\x32\x2E\x41\x5B\x69\x5D\x3D\x31\x68\x3B\x32\x2E\x49\x5B\x69\x5D\x3D\x27\x27\x3B\x32\x2E\x6D\x5B\x69\x5D\x3D\x27\x27\x3B\x32\x2E\x65\x5B\x69\x5D\x3D\x27\x23\x27\x3B\x32\x2E\x62\x5B\x69\x5D\x3D\x30\x3B\x32\x2E\x72\x5B\x69\x5D\x3D\x27\x27\x3B\x36\x28\x31\x67\x20\x31\x39\x21\x3D\x27\x31\x66\x27\x29\x32\x2E\x72\x5B\x69\x5D\x3D\x31\x39\x3B\x32\x2E\x76\x5B\x69\x5D\x3D\x27\x27\x3B\x66\x20\x39\x3D\x6C\x2E\x7A\x2E\x39\x5B\x69\x5D\x3B\x36\x28\x27\x31\x32\x27\x64\x20\x39\x29\x32\x2E\x49\x5B\x69\x5D\x3D\x39\x2E\x31\x32\x2E\x24\x74\x3B\x36\x28\x27\x6D\x27\x64\x20\x39\x29\x32\x2E\x6D\x5B\x69\x5D\x3D\x39\x2E\x6D\x2E\x24\x74\x3B\x36\x28\x27\x65\x27\x64\x20\x39\x29\x7B\x58\x28\x66\x20\x6A\x3D\x30\x3B\x6A\x3C\x39\x2E\x65\x2E\x4C\x3B\x6A\x2B\x2B\x29\x7B\x36\x28\x39\x2E\x65\x5B\x6A\x5D\x2E\x31\x5A\x3D\x3D\x27\x31\x59\x27\x29\x7B\x32\x2E\x65\x5B\x69\x5D\x3D\x39\x2E\x65\x5B\x6A\x5D\x2E\x59\x3B\x32\x30\x7D\x7D\x36\x28\x6A\x3D\x3D\x39\x2E\x65\x2E\x4C\x29\x32\x2E\x65\x5B\x69\x5D\x3D\x27\x23\x27\x7D\x36\x28\x27\x62\x27\x64\x20\x39\x29\x32\x2E\x62\x5B\x69\x5D\x3D\x39\x2E\x62\x2E\x24\x74\x3B\x32\x2E\x62\x5B\x69\x5D\x3D\x32\x2E\x62\x5B\x69\x5D\x2E\x31\x57\x28\x5A\x2C\x27\x27\x29\x3B\x36\x28\x32\x2E\x62\x5B\x69\x5D\x2E\x4C\x3E\x31\x31\x29\x7B\x32\x2E\x62\x5B\x69\x5D\x3D\x32\x2E\x62\x5B\x69\x5D\x2E\x42\x28\x30\x2C\x31\x31\x29\x2B\x27\x2E\x2E\x2E\x27\x7D\x36\x28\x27\x6F\x27\x64\x20\x39\x29\x7B\x36\x28\x27\x31\x33\x27\x64\x20\x39\x2E\x6F\x5B\x30\x5D\x29\x7B\x32\x2E\x48\x5B\x69\x5D\x3D\x39\x2E\x6F\x5B\x30\x5D\x2E\x31\x33\x2E\x24\x74\x7D\x36\x28\x27\x73\x27\x64\x20\x39\x2E\x6F\x5B\x30\x5D\x29\x32\x2E\x73\x5B\x69\x5D\x3D\x39\x2E\x6F\x5B\x30\x5D\x2E\x73\x2E\x24\x74\x3B\x36\x28\x27\x57\x24\x4D\x27\x64\x20\x39\x2E\x6F\x5B\x30\x5D\x29\x7B\x36\x28\x39\x2E\x6F\x5B\x30\x5D\x2E\x57\x24\x4D\x2E\x77\x21\x3D\x27\x31\x4E\x3A\x2F\x2F\x31\x4D\x2E\x31\x50\x2E\x31\x51\x2F\x31\x64\x2F\x31\x54\x2E\x31\x53\x27\x29\x32\x2E\x41\x5B\x69\x5D\x3D\x39\x2E\x6F\x5B\x30\x5D\x2E\x57\x24\x4D\x2E\x77\x7D\x7D\x36\x28\x27\x31\x34\x24\x31\x36\x27\x64\x20\x39\x29\x32\x2E\x72\x5B\x69\x5D\x3D\x39\x2E\x31\x34\x24\x31\x36\x2E\x31\x58\x3B\x36\x28\x27\x31\x69\x24\x78\x27\x64\x20\x39\x29\x32\x2E\x76\x5B\x69\x5D\x3D\x39\x2E\x31\x69\x24\x78\x2E\x24\x74\x7D\x31\x6F\x20\x32\x7D\x43\x20\x31\x35\x28\x44\x29\x7B\x31\x72\x3D\x44\x2E\x42\x28\x30\x2C\x34\x29\x3B\x31\x6E\x3D\x44\x2E\x42\x28\x35\x2C\x37\x29\x3B\x31\x70\x3D\x44\x2E\x42\x28\x38\x2C\x31\x30\x29\x3B\x31\x6B\x3D\x31\x4C\x5B\x75\x28\x31\x6E\x29\x2D\x31\x5D\x2B\x27\x20\x27\x2B\x31\x70\x2B\x27\x2C\x20\x27\x2B\x31\x72\x3B\x31\x6F\x20\x31\x6B\x7D\x31\x6D\x28\x27\x31\x47\x27\x2C\x31\x49\x2C\x27\x27\x2C\x31\x7A\x2C\x27\x31\x38\x27\x29\x3B\x43\x20\x31\x38\x28\x6C\x29\x7B\x66\x20\x63\x3D\x31\x71\x28\x6C\x29\x3B\x66\x20\x33\x3D\x22\x22\x3B\x58\x28\x66\x20\x69\x3D\x30\x3B\x69\x3C\x63\x2E\x71\x3B\x69\x2B\x2B\x29\x7B\x33\x2B\x3D\x27\x3C\x6E\x20\x47\x3D\x22\x31\x52\x22\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x31\x37\x20\x31\x61\x3D\x22\x30\x25\x22\x20\x31\x55\x3D\x22\x30\x22\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x31\x6A\x3E\x27\x3B\x36\x28\x31\x76\x29\x7B\x33\x2B\x3D\x27\x3C\x45\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x61\x20\x59\x3D\x22\x27\x2B\x63\x2E\x65\x5B\x69\x5D\x2B\x27\x22\x20\x6D\x3D\x22\x27\x2B\x63\x2E\x62\x5B\x69\x5D\x2B\x27\x22\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x31\x64\x20\x77\x3D\x22\x27\x2B\x63\x2E\x72\x5B\x69\x5D\x2B\x27\x22\x20\x31\x61\x3D\x22\x31\x62\x22\x20\x31\x48\x3D\x22\x31\x62\x22\x2F\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x2F\x61\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x2F\x45\x3E\x27\x7D\x33\x2B\x3D\x27\x3C\x45\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x6E\x20\x47\x3D\x22\x31\x4A\x22\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x61\x20\x59\x3D\x22\x27\x2B\x63\x2E\x65\x5B\x69\x5D\x2B\x27\x22\x20\x6D\x3D\x22\x27\x2B\x63\x2E\x62\x5B\x69\x5D\x2B\x27\x22\x3E\x27\x3B\x33\x2B\x3D\x63\x2E\x6D\x5B\x69\x5D\x3B\x33\x2B\x3D\x27\x3C\x2F\x61\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x2F\x6E\x3E\x27\x3B\x36\x28\x46\x7C\x7C\x4A\x7C\x7C\x31\x6C\x29\x7B\x33\x2B\x3D\x27\x3C\x6E\x20\x47\x3D\x22\x31\x4B\x22\x3E\x27\x3B\x36\x28\x46\x29\x7B\x33\x2B\x3D\x31\x77\x2B\x63\x2E\x48\x5B\x69\x5D\x7D\x36\x28\x4A\x29\x7B\x36\x28\x46\x29\x7B\x33\x2B\x3D\x27\x20\x2D\x20\x27\x7D\x33\x2B\x3D\x63\x2E\x76\x5B\x69\x5D\x3B\x36\x28\x75\x28\x63\x2E\x76\x5B\x69\x5D\x29\x3E\x31\x29\x7B\x33\x2B\x3D\x31\x4F\x7D\x31\x44\x7B\x33\x2B\x3D\x31\x56\x7D\x7D\x36\x28\x31\x6C\x29\x7B\x36\x28\x46\x7C\x7C\x4A\x29\x7B\x33\x2B\x3D\x27\x20\x2D\x20\x27\x7D\x33\x2B\x3D\x31\x35\x28\x63\x2E\x49\x5B\x69\x5D\x29\x7D\x33\x2B\x3D\x27\x3C\x2F\x6E\x3E\x27\x7D\x33\x2B\x3D\x27\x3C\x2F\x45\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x2F\x31\x6A\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x2F\x31\x37\x3E\x27\x3B\x33\x2B\x3D\x27\x3C\x2F\x6E\x3E\x27\x7D\x33\x3D\x27\x3C\x6E\x20\x47\x3D\x22\x31\x75\x22\x3E\x27\x2B\x33\x2B\x27\x3C\x2F\x6E\x3E\x27\x3B\x31\x65\x2E\x31\x63\x28\x33\x29\x7D","\x7C","\x73\x70\x6C\x69\x74","\x7C\x7C\x74\x68\x69\x73\x7C\x73\x74\x72\x5F\x6F\x75\x74\x7C\x7C\x7C\x69\x66\x7C\x7C\x7C\x65\x6E\x74\x72\x79\x7C\x7C\x73\x75\x6D\x6D\x61\x72\x79\x7C\x4E\x70\x6F\x73\x74\x7C\x69\x6E\x7C\x6C\x69\x6E\x6B\x7C\x76\x61\x72\x7C\x7C\x6E\x65\x77\x7C\x7C\x7C\x4F\x62\x6A\x65\x63\x74\x7C\x6A\x73\x6F\x6E\x7C\x74\x69\x74\x6C\x65\x7C\x64\x69\x76\x7C\x61\x75\x74\x68\x6F\x72\x7C\x73\x74\x61\x72\x74\x7C\x6D\x69\x6E\x7C\x74\x68\x75\x6D\x62\x7C\x75\x72\x69\x7C\x7C\x70\x61\x72\x73\x65\x49\x6E\x74\x7C\x63\x6D\x7C\x73\x72\x63\x7C\x74\x6F\x74\x61\x6C\x7C\x6D\x61\x78\x7C\x66\x65\x65\x64\x7C\x61\x76\x61\x74\x61\x72\x7C\x73\x75\x62\x73\x74\x72\x69\x6E\x67\x7C\x66\x75\x6E\x63\x74\x69\x6F\x6E\x7C\x62\x6C\x6F\x67\x67\x65\x72\x5F\x64\x61\x74\x65\x7C\x74\x64\x7C\x44\x69\x73\x70\x6C\x61\x79\x5F\x41\x75\x74\x68\x6F\x72\x7C\x63\x6C\x61\x73\x73\x7C\x61\x75\x6E\x61\x6D\x65\x7C\x70\x75\x62\x7C\x44\x69\x73\x70\x6C\x61\x79\x5F\x43\x6F\x6D\x6D\x65\x6E\x74\x7C\x69\x74\x65\x6D\x7C\x6C\x65\x6E\x67\x74\x68\x7C\x69\x6D\x61\x67\x65\x7C\x6F\x70\x65\x6E\x53\x65\x61\x72\x63\x68\x7C\x74\x79\x70\x65\x7C\x6C\x61\x62\x65\x6C\x7C\x64\x69\x72\x7C\x73\x74\x61\x72\x74\x5F\x69\x6E\x64\x65\x78\x7C\x7C\x63\x61\x6C\x6C\x62\x61\x63\x6B\x7C\x6D\x61\x78\x5F\x72\x65\x73\x75\x6C\x74\x7C\x73\x63\x72\x69\x70\x74\x7C\x67\x64\x7C\x66\x6F\x72\x7C\x68\x72\x65\x66\x7C\x72\x65\x7C\x7C\x53\x75\x6D\x5F\x4C\x65\x6E\x7C\x70\x75\x62\x6C\x69\x73\x68\x65\x64\x7C\x6E\x61\x6D\x65\x7C\x6D\x65\x64\x69\x61\x7C\x47\x65\x74\x5F\x45\x6E\x5F\x44\x61\x74\x65\x7C\x74\x68\x75\x6D\x62\x6E\x61\x69\x6C\x7C\x74\x61\x62\x6C\x65\x7C\x47\x65\x74\x5F\x4E\x65\x77\x5F\x50\x6F\x73\x74\x7C\x4E\x6F\x5F\x54\x68\x75\x6D\x62\x5F\x55\x72\x6C\x7C\x77\x69\x64\x74\x68\x7C\x33\x32\x70\x78\x7C\x77\x72\x69\x74\x65\x7C\x69\x6D\x67\x7C\x64\x6F\x63\x75\x6D\x65\x6E\x74\x7C\x75\x6E\x64\x65\x66\x69\x6E\x65\x64\x7C\x74\x79\x70\x65\x6F\x66\x7C\x4E\x6F\x5F\x41\x76\x61\x74\x61\x72\x5F\x55\x72\x6C\x7C\x74\x68\x72\x7C\x74\x72\x7C\x45\x6E\x67\x6C\x69\x73\x68\x5F\x44\x61\x79\x7C\x44\x69\x73\x70\x6C\x61\x79\x5F\x54\x69\x6D\x65\x7C\x46\x65\x65\x64\x5F\x43\x61\x6C\x6C\x7C\x6D\x6F\x6E\x74\x68\x7C\x72\x65\x74\x75\x72\x6E\x7C\x64\x61\x79\x7C\x46\x65\x65\x64\x5F\x50\x61\x72\x73\x65\x7C\x79\x65\x61\x72\x7C\x74\x6F\x74\x61\x6C\x52\x65\x73\x75\x6C\x74\x73\x7C\x73\x74\x61\x72\x74\x49\x6E\x64\x65\x78\x7C\x72\x65\x63\x65\x6E\x74\x5F\x70\x6F\x73\x74\x5F\x63\x6F\x6E\x74\x65\x6E\x74\x7C\x44\x69\x73\x70\x6C\x61\x79\x5F\x54\x68\x75\x6D\x62\x7C\x4C\x61\x6E\x67\x5F\x42\x79\x7C\x69\x74\x65\x6D\x73\x50\x65\x72\x50\x61\x67\x65\x7C\x61\x6C\x74\x7C\x4D\x61\x78\x5F\x50\x6F\x73\x74\x5F\x44\x69\x73\x70\x6C\x61\x79\x7C\x74\x65\x78\x74\x7C\x72\x65\x73\x75\x6C\x74\x73\x7C\x69\x6E\x64\x65\x78\x7C\x65\x6C\x73\x65\x7C\x4A\x61\x76\x61\x53\x63\x72\x69\x70\x74\x7C\x66\x65\x65\x64\x73\x7C\x70\x6F\x73\x74\x73\x7C\x68\x65\x69\x67\x68\x74\x7C\x49\x6E\x64\x65\x78\x5F\x42\x79\x5F\x4C\x61\x62\x65\x6C\x7C\x72\x65\x63\x65\x6E\x74\x5F\x70\x6F\x73\x74\x5F\x74\x69\x74\x6C\x65\x7C\x72\x65\x63\x65\x6E\x74\x5F\x70\x6F\x73\x74\x5F\x69\x6E\x66\x6F\x7C\x4D\x6F\x6E\x74\x68\x5F\x4C\x69\x73\x74\x7C\x69\x6D\x67\x31\x7C\x68\x74\x74\x70\x7C\x4C\x61\x6E\x67\x5F\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x7C\x62\x6C\x6F\x67\x62\x6C\x6F\x67\x7C\x63\x6F\x6D\x7C\x72\x65\x63\x65\x6E\x74\x5F\x70\x6F\x73\x74\x5F\x63\x6F\x6E\x74\x65\x6E\x74\x5F\x69\x74\x65\x6D\x7C\x67\x69\x66\x7C\x62\x6C\x61\x6E\x6B\x7C\x62\x6F\x72\x64\x65\x72\x7C\x4C\x61\x6E\x67\x5F\x63\x6F\x6D\x6D\x65\x6E\x74\x7C\x72\x65\x70\x6C\x61\x63\x65\x7C\x75\x72\x6C\x7C\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x7C\x72\x65\x6C\x7C\x62\x72\x65\x61\x6B","","\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65","\x72\x65\x70\x6C\x61\x63\x65","\x5C\x77\x2B","\x5C\x62","\x67"];eval(function (_0x1277x1,_0x1277x2,_0x1277x3,_0x1277x4,_0x1277x5,_0x1277x6){_0x1277x5=function (_0x1277x3){return (_0x1277x3<_0x1277x2?_0x15a1[4]:_0x1277x5(parseInt(_0x1277x3/_0x1277x2)))+((_0x1277x3=_0x1277x3%_0x1277x2)>35?String[_0x15a1[5]](_0x1277x3+29):_0x1277x3.toString(36));} ;if(!_0x15a1[4][_0x15a1[6]](/^/,String)){while(_0x1277x3--){_0x1277x6[_0x1277x5(_0x1277x3)]=_0x1277x4[_0x1277x3]||_0x1277x5(_0x1277x3);} ;_0x1277x4=[function (_0x1277x5){return _0x1277x6[_0x1277x5];} ];_0x1277x5=function (){return _0x15a1[7];} ;_0x1277x3=1;} ;while(_0x1277x3--){if(_0x1277x4[_0x1277x3]){_0x1277x1=_0x1277x1[_0x15a1[6]]( new RegExp(_0x15a1[8]+_0x1277x5(_0x1277x3)+_0x15a1[8],_0x15a1[9]),_0x1277x4[_0x1277x3]);} ;} ;return _0x1277x1;} (_0x15a1[0],62,125,_0x15a1[3][_0x15a1[2]](_0x15a1[1]),0,{}));--> </script> 
Read more ...