0% found this document useful (0 votes)
204 views

Template

The document is the HTML code for a blog website. It includes metadata tags for SEO purposes, CSS styling code to customize the layout and appearance of different page elements, and some default text styling definitions. The code customizes elements like the page width, headers, navigation menus, sidebar, and footer to fit within a 800px container with a two-column layout.

Uploaded by

milikorangcakep
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
204 views

Template

The document is the HTML code for a blog website. It includes metadata tags for SEO purposes, CSS styling code to customize the layout and appearance of different page elements, and some default text styling definitions. The code customizes elements like the page width, headers, navigation menus, sidebar, and footer to fit within a 800px container with a two-column layout.

Uploaded by

milikorangcakep
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 106

<?xml version="1.0" encoding="UTF-8" ?

>
<!DOCTYPE html>
<HTML expr:dir='data:blog.languageDirection'>
<head>
<meta content='width=device-width, initial-scale=1, maximum-scale=1'
name='viewport'/>
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'
rel='stylesheet'/>
<b:include data='blog' name='all-head-content'/>
<title>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<data:blog.pageTitle/>
<b:else/>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
<data:blog.pageName/> - <data:blog.title/>
<b:else/>
ERROR 404 - <data:blog.title/>
</b:if>
</b:if>
</title>
<!-- Description and Keywords (start) -->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<meta content='MTs Nurul Huda Dempet Demak' name='description'/>
</b:if>
<meta content='MTs Nurul Huda Dempet' name='keywords'/>
<!-- Description and Keywords (end) -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta expr:content='data:blog.pageName' property='og:title'/>
<meta expr:content='data:blog.canonicalUrl' property='og:url'/>
<meta content='article' property='og:type'/>
</b:if>
<b:if cond='data:blog.postImageUrl'>
<meta expr:content='data:blog.postImageUrl' property='og:image'/>
<b:else/>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
</b:if></b:if>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='og:description'/>
</b:if>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta expr:content='data:blog.homepageUrl' name='twitter:domain'/>
<meta expr:content='data:blog.pageName' name='twitter:title'/>
<b:if cond='data:blog.postImageUrl'>
<meta content='summary_large_image' name='twitter:card'/>
<meta expr:content='data:blog.postImageUrl' name='twitter:image'/>
<b:else/>
<meta content='summary' name='twitter:card'/>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postImageThumbnailUrl' name='twitter:image'/>
</b:if>
</b:if>
<meta expr:content='data:blog.pageName' name='twitter:title'/>
<b:if cond='data:blog.metaDescription'>
<meta expr:content='data:blog.metaDescription' name='twitter:description'/>
</b:if>
<!-- Social Media meta tag need customer customization -->
<meta content='Facebook.com/phaji' property='fb:app_id'/>
<meta content='Facebook Admin ID here' property='fb:admins'/>
<meta content='@username' name='twitter:site'/>
<meta content='@username' name='twitter:creator'/>
<link href='http://fonts.googleapis.com/css?family=Oswald|Arimo|Open+Sans'
id='google-webfonts-css' media='all' rel='stylesheet' type='text/css'/>

<b:skin><![CDATA[
/*
-----------------------------------------------
MTs Nurul Huda Dempet Demak
----------------------------------------------- */
/* Variable definitions
====================
<Variable name="keycolor" description="Main Color" type="color" default="#66bbdd"
value="#201710"/>
<Variable name="body.background" description="Body Background" type="background"
color="$(body.background.color)" default="$(color) none repeat scroll top left"
value="#ffffff url(http://2.bp.blogspot.com/-A41EaFabiAw/VBTl3dXKTzI/AAAAAAAAAe4/
Ku8cZ33_z3s/s0/bg1.png) repeat fixed top left /* Credit: kelvinjay
(http://www.istockphoto.com/googleimages.php?id=2047344&amp;platform=blogger) */"/>
<Group description="Page Text" selector="body">
<Variable name="body.background.color" description="Outer Background" type="color"
default="#66bbdd" value="#d7884b"/>
<Variable name="body.text.color" description="Text Color" type="color"
default="#333333" value="#000000"/>
</Group>
<Group description="wrapper" selector="#wrapper">
<Variable name="btn.color" description="button tab menu Color" type="color"
default="#cd2122" value="#e03d3d"/>
</Group>
<Group description="Slider Color" selector="#my-slider">
<Variable name="btn.flex.color" description="flex-direction-nav Color" type="color"
default="#1ba1e2" value="#57b90e"/>
<Variable name="ctrl.pag.color" description="flex-controlpagging Color"
type="color" default="#eeeeee" value="#e7e7e7"/>
<Variable name="ctrl.actv.color" description="flex-activepagging Color"
type="color" default="#1ba1e2" value="#57b90e"/>
</Group>
*/

body#layout #wrapper {
margin-top: 10px;
width: 800px;
max-width: 800px;
}
body#layout #top {
display: none;
}
body#layout {
background: #e5e5e5;
padding:0;
width:800px;
}
body#layout * {
position: relative;
}
body#layout #top-nav .widget.PageList {
width: 730px;
padding: 0;
margin:-15px 0 0 -20px;
}
body#layout .container {
width: 985px;
max-width: 1000px;
}
body#layout #logo {
width: 95%;
max-width: 985px;
}
body#layout .head_brnews {
display: none;
}
body#layout #header {
width: 100px;
padding: 0;
height: auto!important;
margin:2px 0;
}
body#layout #adsentop {
width: 1000px;
float: none;
margin: 0;
}
body#layout #my-slider, body#layout .recent-tube {
float: none;
width: auto;
max-width: 800px;
}
body#layout #main-nav {
display: none;
}
body#layout #righttop {
max-width: 800px;
}
body#layout .car-box {
width: auto;
}
body#layout .menu_item {
display: none;
}
body#layout .my-box.cols-2, body#layout .my-box.cols-2.last-column {
float: left;
width: 50%;
margin-right: 0;
margin-bottom:0;
}
body#layout #content{
width: 65%;
float: left;
margin-left: 0px;
max-width: inherit !important;}
body#layout #sidebar{
float: left;
width: 35%;
margin-left: 0;
padding: 0;
}
body#layout #footer-widget-area{
float: none;
width: auto;
}
body#layout .footer-widgets-box {
width: 33.33% !important;
margin: 0;
}

body#layout #top_menu {
max-width: inherit;
width: auto;
float: none;
}

img {
max-width: 100%;
}
.navbar, .Attribution, .quickedit, .item-control a, .item-action a, a.quickedit {
display:none!important;
}
li{list-style:none}
a:visited,a:focus{outline:0}
a:focus{-moz-outline-style:none}
*{padding:0;margin:0;outline:0;list-style:none;border:0 none}
.selectnav{display: none;}
body{background:$(body.background);font-family:Arimo,"Open
sans",Helvetica,Arial,sans-serif;font-size:13px;color:$(body.text.color);line-
height:18.5px}
#wrapper{position:relative;z-index:99;max-width:1020px;width:100%;margin:0px
auto;background:#FFF;;-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.5);-webkit-box-
shadow:0 0 10px 0 rgba(0,0,0,0.5);box-shadow:0 0 10px 0 rgba(0,0,0,0.5);
}

.container{width:100%;max-width:955px;margin:0 auto}

pre,code{direction:ltr;font:11px/19px 'andale mono','lucida


console',monospace;padding:3px;display:block;overflow-x:visible;overflow-
y:hidden;margin:0 0 20px 0;color:#666;border-top:1px solid #e1e1e1;border-left:1px
solid #e1e1e1;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0}
h1,h2,h3,h4,h5,h6{font-weight:normal}
h1,h2,h4,h3,h5,h6{color:#666;line-height:1.27;font-
family:"Arimo",Helvetica,Arial,sans-serif;font-weight:normal}
.alignright{float:right}
.alignleft{float:left}
.aligncenter{clear:both;margin-left:auto;margin-right:auto}
a{color:#444;text-decoration:none;-webkit-transition:all ease-in-out .2s;-moz-
transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all
ease-in-out .2s}
a:hover{color:#000}
.clear{clear:both}
.post-title a,a.more-link,a.more-link:after,.main-menu li a,.flickr_badge_image
img{webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-
transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-
out;transition:all .2s ease-in-out}
.button,a.button,#main-content input[type="submit"],span.onsale{padding:6px
8px;display:inline-block;border:0;font-family:Arial,sans-serif;font-
weight:bold;cursor:pointer;line-height:17px;width:auto;-webkit-transition:all .3s
ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-
ms-transition:all .3s ease-in-out;transition:all .3s ease-in-
out;background:#cd2122;color:#FFF;text-decoration:none;-webkit-appearance:none!
important;-moz-appearance:none!important;appearance:none!important}
.button:hover,a.button:hover,#main-content
input[type="submit"]:hover{background:#444!important;text-decoration:none!
important}
textarea,input[type=text],input[type=password],input[type=email]{border:1px solid
#e0e0e0;padding:8px 6px;outline:0;font-
size:13px;color:#888;margin:0;display:block;background:#fff;-webkit-box-shadow:0
2px 0 0 rgba(0,0,0,0.03);box-shadow:0 2px 0 0 rgba(0,0,0,0.03);transition:all .2s
linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-
transition:all .2s linear}
input{cursor:pointer}
input[type=text],input[type=password],input[type=email]{cursor:text}
textarea{overflow:auto;width:40%}
textarea,input{padding:5px;outline:0}

option{padding:0 4px}
input[type=button],button{padding:4px;cursor:pointer;vertical-align:middle}
input.text_input,textarea.textarea{border:1px solid #ccc;-moz-border-radius:1px;-
webkit-border-radius:1px;border-radius:1px}
input.text_input:focus,textarea.textarea:focus{border:1px solid #999}
::-moz-selection{background:#cd2122;color:#fff;text-shadow:none}
::selection{background:#cd2122;color:#fff;text-shadow:none}
header{margin:0 0 20px;position:relative}
header:after{display:block;visibility:hidden;clear:both;height:0;content:"."}
i{margin-right:5px;color:#ccc;font-size:14px}
.bot-nav{height:47px;width:100%; background-color:#57b90e}
.bot-nav ul{float:left}
.bot-nav ul li{position:relative;display:inline-block;float:left;margin-right:20px}
.bot-nav ul li a{display:inline-block;height:20px;line-
height:20px;color:#ccc;padding:20px 0 0 0;font-size:12px}
.bot-nav ul li a:hover,.head_brnews .breaking-news a:hover{color:#FFF}
.bot-nav ul li:hover>a,.bot-nav ul :hover>a,.bot-nav ul li.current-menu-item
a{color:#fff}
.bot-nav ul ul li:hover>a,.bot-nav ul ul :hover>a{color:#fff!important;padding:10px
5px 10px 15px}
.bot-nav ul li:hover>ul{display:block}
.header-content{padding:0px 0 0px 0;background:url(#) repeat-x 0 0 #99ff00;

overflow:hidden;}
#logo{float:center;width:100%;max-width:1000px;margin-bottom:1px}
#logo img{margin:0}
#logo h1{font:bold 32pt arial}
#righttop,#adsentop{float:right;width:100%;margin:0;max-width:1000px}
#adsentop .widget h2{display:none}

#main-nav{background:#1C1C1C;margin:0 auto;height:40px;border-bottom:3px solid


#57b90e;width:100%;}
#main-nav ul li{text-transform:uppercase;font-
family:Oswald,arial,Georgia,serif;font-size:16px;position:relative;display:inline-
block;float:left;border:1px solid #222;border-width:0 0 0 1px;height:40px}
#main-nav ul li:first-child,#main-nav ul li:first-child a{border:0 none}
#main-nav ul li:last-child a{border-right:0 none}
#main-nav ul li a{display:inline-block;height:40px;line-
height:40px;color:#ddd;padding:0 14px;text-shadow:0 1px 1px #000;border-left:1px
solid #383838}
#main-nav ul ul{display:none;padding:0;position:absolute;top:40px;width:180px;z-
index:99999;float:left;background:#2d2d2d!important;-webkit-box-shadow:0 3px 4px
1px rgba(0,0,0,0.2);box-shadow:0 3px 4px 1px rgba(0,0,0,0.2);-webkit-border-bottom-
right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-
bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-
radius:3px;border-bottom-left-radius:3px}
#main-nav ul ul li,#main-nav ul ul li:first-child{background:none!important;z-
index:99999;min-width:180px;border:0 none;border-bottom:1px solid #222;border-
top:1px solid #383838;font-size:13px;height:auto;margin:0}
#main-nav ul ul li:first-child,#main-nav ul li.current-menu-item ul li:first-
child{border-top:0 none!important}
#main-nav ul ul ul,#main-nav ul li.current-menu-item ul ul,#main-nav ul li.current-
menu-parent ul ul,#main-nav ul li.current-page-ancestor ul
ul{right:auto;left:100%;top:0!important;z-index:99999}
#main-nav ul.sub-menu a,#main-nav ul ul li.current-menu-item a{border:0
none;background:none!important;height:auto!important;line-height:1em;padding:10px
10px;width:160px;display:block!important;margin-right:0!important;z-
index:99999;color:#ccc!important;text-shadow:0 1px 1px #000!important}
#main-nav ul li.current-menu-item ul a{color:#eee!important;text-shadow:0 1px 1px
#222!important}
#main-nav ul li:hover>a,#main-nav ul :hover>a{color:#FFF}
#main-nav ul ul li:hover>a,#main-nav ul ul :hover>a{color:#FFF!important;padding-
left:15px!important;padding-right:5px!important}
#main-nav ul li:hover>ul{display:block}
#main-nav ul li.current-menu-item{margin-top:0;height:50px;border-left:0 none!
important}
#main-nav ul li.current-menu-item ul.sub-menu a{background:none!important}
#main-nav ul li.current-menu-item a,#main-nav ul li.current-menu-item
a:hover{background:#57b90e;text-shadow:0 1px 1px
#b43300;color:#FFF;height:50px;line-height:50px;border-left:0 none!important}
#main-nav ul.sub-menu li.current-menu-item,#main-nav ul.sub-menu li.current-menu-
item a,#main-nav li.current-menu-item ul.sub-menu a,#main-nav ul.sub-menu
li.current-page-ancestor a{height:auto!important;line-height:12px}
#main-nav ul li.menu-item-home ul li a,#main-nav ul ul li.menu-item-home a,#main-
nav ul li.menu-item-home ul li a:hover{background-color:#313131!important;text-
indent:0;background-image:none!important;height:auto!important;width:auto}

#main-nav i{font-size:38px;padding:15px 0 0 20px}

#menu-main a{text-decoration:none;line-height:52px;padding:0
15px;color:#fff;display:block}
#menu-main>li>a{text-transform:uppercase;font-
family:Oswald,arial,Georgia,serif;font-size:16px;position:relative;display:inline-
block;float:left;border:1px solid #222;border-width:0 0 0 1px;height:52px;line-
height:52px;text-transform:uppercase;font-weight:400}

#menu-main a.home{text-indent:-9999px;padding:0;width:60px;background-
image:url(http://3.bp.blogspot.com/-gLyWqvxTm1I/UkxNBw50IQI/AAAAAAAADO8/Qn-
VSHK9N1g/s1600/bhome.png);background-position:center;background-repeat:no-
repeat;margin:0;}

#menu-main a.home.current{background-position:16px 10px}

#menu-main>li:hover>a{background-color:#313131;color:#fff}
#menu-main>li.MNsub>a{background-image:url(http://1.bp.blogspot.com/-3up21TyG9gw/
UWxMC2CWcrI/AAAAAAAAI9A/YZp0LzStkQY/w20/arrows1.png);background-repeat:no-
repeat;background-position:100% 13px;padding:0 22px 0 10px}
#menu-main>li.MNsub:hover>a{background-position:100% -43px}
#menu-main ul ul{left:101%;top:-2px;z-index:99999999999999}
#menu-main ul li.MNsubsub>a{background-image:url(http://1.bp.blogspot.com/-
3up21TyG9gw/UWxMC2CWcrI/AAAAAAAAI9A/YZp0LzStkQY/w20/arrows1.png);background-
repeat:no-repeat;background-position:100% -106px}

#top_menu,#top_menu ul{float:left;width:100%;max-width:600px}
#top_menu ul,#top_menu li{padding:0;margin:0;list-style:none}
#top_menu li,#menu-main,#menu-main li{float:left;position:relative}
#top_menu li a{display:block;line-height:40px;padding:0px 10px;text-
decoration:none}
#top_menu li a:hover{color:#e2e2e2}
#top_menu li.selected a{color:#fff;}

#main-nav.fixed-nav{
position:fixed;
top:0;

width:100% !important;
max-width: 1020px;
margin:0px auto;
z-index:999;
opacity:0.9;
-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
}

.facebook-box {
text-align: center;
}
.facebook-box iframe {
width: 100% !important;
}

.selectnav{display:none}
.index .post-outer,.archive .post-
outer{width:100%;padding:0;position:relative;float:left;border-bottom:0 solid
#dedede}
.index .post-outer .post,.archive .post-outer .post{height:auto;margin:0;padding-
bottom:10px}
.tipsy{padding:5px;font-size:11px;opacity:.8;filter:alpha(opacity=80);background-
repeat:no-repeat;background-image:url(http://1.bp.blogspot.com/-EUTlcFW0MUY/
UXVGxoN3v8I/AAAAAAAADNc/NL1tORGfygo/s1600/tipsy.gif)}
.tipsy-inner{padding:5px 8px 4px 8px;background-color:black;color:white;max-
width:200px;text-align:center}
.tipsy-inner{-moz-border-radius:3px;-webkit-border-radius:3px}
.tipsy-north{background-position:top center}
.tipsy-south{background-position:bottom center}
.tipsy-east{background-position:right center}
.tipsy-west{background-position:left center}
.tip_text{font-weight:bold}
.box_outer{border-bottom:3px solid #f88c00;margin-
bottom:20px;overflow:hidden;background:#fff;border:1px solid #d9d9d9;box-shadow:0 0
0 3px #f2f2f2;-moz-box-shadow:0 0 0 3px #f2f2f2;-webkit-box-shadow:0 0 0 3px
#f2f2f2}
a.thumbs{display:block;border:1px solid #c0c0c0;border-
radius:3px;width:100%;height:140px;position:relative;background-color:#fff}
a.thumbs::before,a.thumbs::after,#feedContainer .inner::before,#feedContainer .inne
r::after{content:"";position:absolute;z-index:-
2;bottom:15px;left:5px;width:50%;height:20%;max-width:300px}
a.thumbs::after,#feedContainer .inner::after{right:5px;left:auto}
a.thumbs img{height:95%;width:96%;padding:2%}
.dater{position:relative;color:#333;padding:3px 0;text-align:left}
.item .dater,.static_page .dater{z-index:0}
.dater.show strong,.dater.show span,.dater.show small{padding:0 5px 0 0}
.dater.show strong{font-size:11px}
.dater.show span,.dater.show small{font-size:11px;line-height:12px}
.post-summary p,.post-more-link,.post-footer{display:none}
.post .titles,ul.postcontent li strong a{text-decoration:none;font:normal normal
13px 'Open Sans',serif,sans-serif;font-weight:600;line-
height:1.4em;color:#0e0e0e;display:block;margin:5px 0 0;max-
height:36px;overflow:hidden}
.menu_item{height:30px;margin:0 0 15px;background-color:#222;position:relative}
.item-1{float:left;background-color:#57b90e;padding:4px
10px;color:#fff;position:relative}
.menu_item{text-decoration:none;color:#fff;font:normal normal 18px
Arial,serif,sans-serif;text-transform:uppercase;font-weight:600}
.item-1 .lines{display:inline-block;padding-right:20px}
.menu_item div .lines
i{position:absolute;right:10px;top:4px;color:#fff;cursor:pointer;font-size:20px}
.item-1:after{left:100%;top:0;height:0;width:0;position:absolute;content:"
";pointer-events:none;margin-left:0;margin-top:0;border-bottom:30px solid
#57b90e;border-right:20px solid transparent}
.item-1:before{left:100%;top:0;height:0;width:7px;position:absolute;content:"
";pointer-events:none;margin-left:0;margin-top:0;border-bottom:30px solid
#fff;border-right:20px solid transparent}
.post-body .left{float:left;margin:0 5px 5px 0}
.post-body .right{float:right;margin:0 0 5px 5px}
.post-body .center{margin:10px 0 15px 0;display:block;text-align:center}
.post-body .left span,.post-body .right span,.post-body .center
span{display:block;text-align:center;font-size:80%;font-style:italic}
.post-body blockquote{padding-left:40px;margin:20px;font-size:110%;line-
height:1.6em;color:#777;background:url(http://1.bp.blogspot.com/-sJbFLVX5LVs/
UDzoGxMvWrI/AAAAAAAAAmg/qkUni125BV0/s1600/quotation-l.png) no-repeat left 5px}
#content .post-body img,.static_page .post-body img{padding:4px;border:1px solid
#c0c0c0;max-width:600px}
.post-body h1{font-size:180%}
.post-body h2{font-size:160%}
.post-body h3{font-size:140%}
.post-body h4{font-size:130%}
.post-body h5{font-size:120%}
.post-body h6{font-size:110%}
.entry-author-block{margin-top:10px}
.breadcrumbs{padding:5px 10px;margin:0 0 5px}
.error-custom{padding-bottom:220px}
.post h2.post-title,.error-custom h2{font-size:30px;font-weight:600;border-
bottom:1px dotted #dedede;padding:15px 0;color:#333;line-height:1.2em;margin-
bottom:3px}
.post h2.post-title,.error-custom h2{padding-left:0}
.post h1.post-title{font-weight:400;font-family:"Open sans",Helvetica,Arial,sans-
serif;font-size:25px;line-height:33px}
.post h1.post-title a,.post h2.post-title a{text-
decoration:none;display:block;color:#333}
.post-body{margin:0 0 .75em;line-height:1.6em;font-size:13px}
.post-body iframe{max-width:100%}
.item .post-footer{display:block}
.static_page .post-footer{display:block;border-top:1px solid
#c0c0c0;padding:8px;margin:0 -10px -10px;background-color:#fafafa}
.post-timestamp{display:none}
.post-author.vcard,.post-labels{margin-bottom:5px}
.tr-caption-container img{border:0;padding:0}
.post-footer .item-control.blog-admin.pid-1748668997{float:right}
.post blockquote p{margin:.75em 0;font-family:Monaco,Consolas,"Andale Mono","DejaVu
Sans Mono",monospace}
.index .post h2.post-title,.archive .post h2.post-title,#top_menu h2{display:none}
#main-wrapper .adsn{text-align:center;padding:10px 0;overflow:hidden}
.feed-links,.error_page #blog-pager{display:none}
.comment-form{max-width:100%}
#googlePlusComment,.cmt_iframe_holder{width:100%!important}
.inter{color:#666;line-height:1.5em}
.inter ul,.footer ul{list-style:none;margin:0;padding:0}

.footer li{margin:0;padding-top:0;padding-right:0;padding-bottom:.25em;padding-
left:15px;line-height:1.5em}
.inter .widget,.main .widget,.footer .widget{margin:0 0 1.5em}
.inter .widget{padding:0}
.main .Blog{border-bottom-width:0}
.btn-tweet,.btn-like,.btn-plus{float:left;width:90px;height:30px}

#table-outer table{width:100%}
#postSearcher input[type="text"]{width:44%;margin:5px 0;padding:3px 1%}
#feedContainer,#feedContainer li{padding:0;margin:0;list-style:none}
#feedContainer{overflow:hidden;margin-top:20px}
#feedContainer li{float:left;width:50%;margin-bottom:10px;position:relative;z-
index:0}
#feedContainer .inner{padding:8px;margin:0 5px;position:relative;background-
color:#f9f9f9;border:1px solid #dedede;-moz-border-radius:2px;-webkit-border-
radius:2px;border-radius:2px;height:80px}
#feedContainer img{float:left;margin:0 8px 0 0}
#feedContainer .news-text,#feedContainer .inner>strong{display:none}
#feedContainer .date{position:relative;color:#333;font-size:10px;padding:3px 2px}
#feedContainer .date span{line-height:12px;text-align:left;padding:0 3px 0}
#feedContainer .date .dd{font-size:10px;line-height:12px}
#feedContainer .toc-title{max-height:33px;font-size:13px;font-family:'Droid
Serif',serif,sans-serif;overflow:hidden}
#feedNav a,#feedNav span{display:block;text-align:center;color:#333;text-
decoration:none;padding:5px;width:100%;margin:0 auto}
#feedNav a:hover{background-color:#fff}
.index #blog-pager,.archive #blog-pager{display:block}
a img,#related_posts .date,.Label li,.post-outer.list .post-more-link
a,#feedContainer .date{-webkit-transition:all .4s ease-in-out;-moz-
transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all
.4s ease-in-out;transition:all .4s ease-in-out}
a img:hover{-ms-filter:"alpha(opacity=70)";filter:alpha(opacity=70);-moz-
opacity:.7;-khtml-opacity:.7;opacity:.7}
a img,#related_posts .date,.post-outer.list .post-more-link a,#feedbar .date{-
webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-
transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-
out;transition:all .4s ease-in-out}
a img:hover{-ms-filter:"alpha(opacity=70)";filter:alpha(opacity=70);-moz-
opacity:.7;-khtml-opacity:.7;opacity:.7}
#feedNav a{position:relative;background:#fff;border-bottom:4px solid #222}
#feedNav a:after,#feedNav a:before{top:100%;border:solid transparent;content:"
";height:0;width:0;position:absolute;pointer-events:none}
#feedNav a:after{border-color:rgba(34,34,34,0);border-top-color:#222;border-
width:7px;left:50%;margin-left:-7px}
#feedNav a:before{border-color:rgba(34,34,34,0);border-top-color:#222;border-
width:17px;left:50%;margin-left:-17px}
#feedNav a:hover,#feedNav span:hover{background-color:none}
#labelbar{position:absolute;z-index:99;top:100%;right:0;display:none}

ul.sb-item,ul.sb-item li{padding:0;list-style:none;margin:0}
ul.sb-item{min-width:160px;padding:8px;background-color:#f5f5f5;border:1px solid
#444;height:auto;max-height:450px;overflow:auto;position:relative;top:0}

ul.sb-item li{margin:1px 0;white-space:nowrap}


ul.sb-item a{font-size:13px;line-height:25px;display:block;padding:0
10px;color:#333}
ul.sb-item a:hover{background-color:#eee}
#labelbar span{position:relative;display:inline-block;text-indent:-
9999px;left:70px;top:0;width:0;height:0;border-width:10px 10px;border-
style:solid;border-color:transparent transparent #868585 transparent}
input[type="submit"]{border-radius:2px;background-
color:#f88c00;outline:0;border:0;padding:5px 8px;color:#fff;margin:2px
3px;cursor:pointer}
input[type="submit"]:hover{background-color:#2e2e2e}
input[type="text"]{padding:4px 5px;border:1px solid #b6b6b6;border-
radius:2px;color:#585858}

#top{position:fixed;background:url(http://2.bp.blogspot.com/-OP554AyJB74/Uv-
Wa01HYeI/AAAAAAAADHw/1CWsaZqGdVw/s1600/arrow-up.png)no-repeat
center;right:15px;bottom:20px;width:50px;height:50px; outline: medium none;

-webkit-transition: all 0.3s ease-in-out;


-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;cursor:pointer;background-color:#57b90e;}

#top:hover{background-color:#1c1c1c;}

.loadingz{background-image:url(http://4.bp.blogspot.com/-F2TdEesOinU/UkxHqP-51DI/
AAAAAAAADOA/_zd9a-LX1S8/s320/ajax-loader.gif);background-repeat:no-
repeat;background-position:50% 50%;height:150px}
#post-feat.loadingz{height:280px}
#blog-pager{padding:10px 0}
.showpageArea a{text-decoration:underline}
.showpageNum a{border:1px solid #aeaeae;margin:0 3px;padding:3px 7px;text-
decoration:none}
.showpageNum a:hover{background-color:#444;color:#fff;border:1px solid #000}
.showpagePoint{-moz-background-clip:border;-moz-background-inline-
policy:continuous;-moz-background-origin:padding;background:#aeaeae none repeat
scroll 0 0;border:1px solid #aeaeae;color:#333;margin:0 3px;padding:3px 7px;text-
decoration:none}
.showpageOf{margin:0 3px 0 0;padding:3px 7px;text-decoration:none}
.showpage a{border:1px solid #aeaeae;padding:3px 7px;text-decoration:none}
.showpage a:hover{text-decoration:none;color:#fff}
.showpageNum a:link,.showpage a:link{color:#333;text-decoration:none}
.showpageNum a:hover,.showpage a:hover{color:#fff;text-decoration:none}
#my-slider{float:left;position:relative;margin-bottom:30px;max-
width:960px;width:100%}
#my-slider .widget h2,.tabs-wrap .widget h2,.flex-active{display:none}
.uj_slider{position:relative;overflow:hidden;background-color:#fff}
.uj_slider_wrap{position:relative;height:300px;overflow:hidden;padding:0}
.uj_slider_item{max-width:960px;height:300px;overflow:hidden;width:100%}
.uj_slider .slides img{width:100%;height:auto}
.uj_slider .slider_caption{position:absolute;top:0;right:0;padding:30px
20px;height:240px;overflow:hidden;width:32%;background:#333;color:#f5f5f5;z-
index:99}
.uj_slider .slider_img{width:64%;height:300px;overflow:hidden}
.uj_slider_wrap .uj_slider_item{display:none;position:relative}
.uj_slider .slider_caption h3{margin-bottom:10px;font-size:20px;line-height:27px}
.uj_slider .slider_caption h3 a{font-family:'Oswald',serif;color:#fff}
.uj_slider .slider_caption h3 a:hover{color:#eee}
.uj_slider .slider_caption p{clear:both;line-height:18px;margin-bottom:10px}
.uj_slider .slider_caption p a.morelink{clear:both;margin-top:20px}
.uj_slider .slider_caption a.morelink{display:inline-
block;color:#fff;background:#57b90e;padding:1px 5px;clear:both}
.uj_slider .slider_caption .auth{float:left;width:40px;height:40px;margin-
right:10px}
.uj_slider .slider_caption .auth img{width:40px}
.uj_slider .flex-direction-nav a{font-
size:0;width:38px;background:#57b90e.flex.color);height:40px;display:block;position
:absolute;right:0;bottom:0;cursor:pointer;z-index:99;opacity:1;-webkit-
transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-
transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}
.uj_slider .flex-direction-nav .flex-next{bottom:0;right:0;background:$
(btn.flex.color)
url(http://4.bp.blogspot.com/-b-6xWk4zDoE/UkWvXGJwauI/AAAAAAAADNQ/UawmlhVQQi0/
s1600/arrow_right2.png)center no-repeat;z-index:99}
.uj_slider .flex-direction-nav .flex-prev{bottom:0;right:40px;background:$
(btn.flex.color)
url(http://1.bp.blogspot.com/-cMzQDPBbLzc/UkWu7DrJ5OI/AAAAAAAADNE/vuZG3S2kz5k/
s1600/arrow_left2.png)center no-repeat;z-index:99}
.flex-direction-nav{*height:0}
.flex-direction-nav{margin:0;padding:0;list-style:none}
.uj_slider .flex-control-nav.flex-control-paging{inline-block}
.uj_slider .flex-control-nav.flex-control-paging{position:absolute;top:15px;z-
index:2;left:15px}
.flex-control-nav.flex-control-paging,.flex-control-nav.flex-control-paging
li{list-style:none;padding:0;text-align:left;margin:0}
.flex-control-nav.flex-control-paging li{display:inline-block}
.flex-control-nav.flex-control-paging a{display:inline-block;text-indent:-
9999px;margin:0 5px;width:10px;height:10px;background-color:$
(ctrl.pag.color);cursor:pointer;-moz-border-radius:50%;-webkit-border-
radius:50%;border-radius:50%}
.flex-control-nav.flex-control-paging a.flex-active{background-color:$
(ctrl.actv.color)}
.flex-viewport{max-width:1100px;margin:0 auto}
.flexslider .slides{zoom:1;overflow:hidden}
.item .post,.static_page .post,#related_posts ul,.bug_comment,.error-custom,#main-
wrapper .adsin{position:relative;margin:0 0 20px;background:white}
.car-box h2.uj-box-title,.recent-tube h2.uj-box-title,.my-box h2.uj-box-
title,.pix_uj h2.uj-box-
title{position:absolute;top:0;right:6px;color:#fff;padding:5px 0;text-
transform:uppercase;background:}

h2.uj-box-title a i{font-size:18px;color:#fff;font-weight:normal;padding:0
3px;background:0}

#related_posts h4{color:#fff;font-size:0}
.car-box .widget>h2 span,.recent-tube .widget>h2 span,.my-box .widget>h2
span,.pix_uj .widget>h2 span{position:absolute;top:0;left:0;font-
size:17px;color:#fff;padding:5px 10px;text-transform:uppercase;background:$
(btn.color);clear:both;height:20px}
.inter .widget{position:relative}
.inter .widget-content{border-top:1px solid #ddd;padding-top:10px}
.inter .widget h2{position:relative;font-size:17px;color:#333;padding:5px
10px;text-transform:uppercase;border-bottom:5px solid #333;overflow:hidden;margin-
bottom:4px}
#Profile1 ul li{float:left;width:49.5%}
.car-box .widget>h2 span:after,.recent-tube .widget>h2 span:after,.my-
box .widget>h2 span:after,.pix_uj .widget>h2
span:after{left:100%;top:0;height:0;width:0;position:absolute;content:" ";pointer-
events:none;margin-left:0;margin-top:0;border-bottom:30px solid $
(btn.color);border-right:20px solid transparent}
.car-box .widget>h2 span:before,.recent-tube .widget>h2
span:before,.pix_uj .widget>h2 span:before,.my-box .widget>h2
span:before{left:100%;top:0;height:0;width:7px;position:absolute;content:"
";pointer-events:none;margin-left:0;margin-top:0;border-bottom:30px solid
#fff;border-right:20px solid transparent}
.car-box .widget>h2,.recent-tube .widget>h2,.my-
box .widget>h2,.pix_uj .widget>h2{padding:0;height:30px;margin:0;background:#333;ov
erflow:hidden}
#main-content{margin:20px auto 25px;position:relative}
#content{float:left;width:100%;max-width:620px}
a.more-link{color:#fff;background:#57b90e;padding:3px 7px;margin:10px
0;position:relative;float:left}
a.more-link:hover{background:#444!important}
a.more-link:hover:after{border-left-color:#444!important}
a.more-link:after{left:100%;top:50%;border:solid transparent;content:"
";height:0;width:0;position:absolute;pointer-events:none;border-left-
color:#57b90e;border-width:9px;margin-top:-9px}
li:first-child a.more-link,.inde-uj li:first-child a.more-link{display:inline-
block}
li a.more-link,.inde-uj li a.more-link,.car-box li a.more-link,.recent-tube li
a.more-link{display:none}
.full-width .content,body.error404 .content{width:auto;float:none}
.my-box{margin-top:10px;margin-bottom:45px;position:relative}
.my-box .widget,.car-box .widget,.recent-
tube .widget,.pix_uj .widget{position:relative;overflow:hidden}
.my-box .widget-content,.car-box .widget-content,.recent-tube .widget-
content,.pix_uj .widget-content{margin-top:10px}
.empty-space{height:30px}
.inde-uj .empty-space,.recent-box .recent-post1.recent-post-blog .empty-
space{height:20px}
.recent-box .recent-post-blog .empty-space{height:0}
span.post-meta{color:#aaa;padding:10px 0;font-size:11px}
span.post-meta a{color:#aaa}
span.post-meta a:hover{border-bottom:1px #000 dotted;color:#000;text-
decoration:none}
.my-box.cols-2{float:left;width:300px;margin-right:20px}
.cols-2.last-column,.inde-uj li.last-column{margin-left:0;margin-right:0}
.cols-2 li{overflow:hidden;padding:5px 0;border-bottom:1px solid #eaeaea;-webkit-
transition:all .40s;-moz-transition:all .40s;-o-
transition:all .40s;transition:all .40s}
.cols-2 li h3,.inde-uj li h3,.UJ-list li h3,.car-box li h3,.car-box li:first-child
h3{font-size:14px;font-weight:300;line-height:20px}
.cols-2 li:first-child h3,.inde-uj li:first-child h3,.UJ-list li:first-child
h3{font-size:18px;line-height:1.2em;font-weight:normal}
.inde-uj li:first-child h3{padding-top:10px}
.cols-2 li:first-child h3,.UJ-list li:first-child h3{padding:10px 0;clear:both}
li:first-child p{padding:0}
.cols-2 li:first-child{border-bottom:1px solid #eaeaea;padding:0 0 10px}
.inde-uj li{overflow:hidden;padding:5px 0;border-bottom:1px solid #eaeaea;-webkit-
transition:all .40s;-moz-transition:all .40s;-o-
transition:all .40s;transition:all .40s;width:292px;height:70px;float:left;margin-
right:24px}
.inde-uj ul{overflow:hidden;width:105%}
.inde-uj li:first-child p.post-meta{margin:10px 0}
.inde-uj li:first-child{border-bottom:1px solid #eaeaea;padding:0 0
10px;width:95%;float:none;height:auto;margin:0}
.inde-uj li:first-child .uj_thumb{margin-right:24px}
.wide-uj-box .wide-news-item{width:282px;float:left;margin-right:10.5px}
.wide-uj-box .last-col{margin-right:0!important}
.inde-uj.recnt li:first-child .uj_thumb{margin-right:24px;display:block}
.inde-uj.recnt li .uj_thumb{display:none}
.UJ-list,.inde-uj{clear:both}
.UJ-list li{overflow:hidden;padding:5px 0;border-bottom:1px solid
#eaeaea;width:300px;float:left;margin-right:0;clear:right}
.UJ-list li:first-child p.post-meta{margin:10px 0}
.UJ-list li:first-child{padding:0;width:300px;float:left;border-bottom:0;margin-
right:20px}
.UJ-list li:first-child .uj_thumb,.inde-uj li:first-child .uj_thumb,.cols-2
li:first-child .uj_thumb{width:300px;height:160px;overflow:hidden;float:left}
.pix_uj .box-content ul li:first-child{padding:0;width:300px;float:left;margin:0}
.pix_uj .box-content li:first-
child .uj_thumb{padding:0;width:300px;float:left;height:160px;overflow:hidden}
.pix_uj .box-content ul li{overflow:hidden;float:left;margin:10px 0 0 10px}
.pix_uj .box-content li:first-child .uj_thumb a{color:#FFF}
.pix_uj li .uj_thumb{margin:0;width:70px;height:70px;overflow:hidden}
.pix_uj h3,.pix_uj .box-content li span,.pix_uj p{display:none}
.pix_uj{position:relative;clear:both;margin-bottom:45px}
.pix_uj .box-content li a{display:block}
.car-box{width:100%;overflow:hidden}
.car-box .widget-content{overflow:hidden}
.car-box li{float:left;width:200px;margin-right:10px;height:220px}
.car-box .box-content{height:220px!important;width:100%;overflow:hidden}
.car-box li .uj_thumb{float:left;width:200px;height:120px;overflow:hidden;margin-
bottom:10px}
.car-box li .uj_thumb img{float:left;width:100%;height:auto}
.car-box .forward i,.car-box .back i,.recent-tube .forward i,.recent-tube .back
i{color:#fff;font-size:30px}
.car-box .forward,.car-box .back,.recent-tube .forward,.recent-
tube .back{background:rgba(0,0,0,.52);position:absolute;top:30%width:30px;height:30
px;overflow:hidden;display:block;z-index:10;padding:3px 7px;text-
align:center;opacity:0}
.car-box .forward,.recent-tube .forward{text-
align:center;display:block;color:#fff;font-size:30px;line-
height:20px;right:0;cursor:pointer;top:30%}
.car-box .back,.recent-tube .back{text-
align:center;left:0;display:block;color:#fff;line-height:20px;font-
size:30px;cursor:pointer;top:30%}
.car-box:hover .forward,.car-box:hover .back,.recent-tube:hover .forward,.recent-
tube:hover .back{opacity:1}
.car-box li p,.recent-tube li p{display:none}
.recent-tube{width:100%;overflow:hidden;margin-bottom:20px}
.recent-tube .widget-content{overflow:hidden}
.recent-tube li{float:left;width:233px;margin-right:10px;height:200px}
.recent-tube .box-content{height:200px!important;width:100%;overflow:hidden}
.recent-tube
li .uj_thumb{float:left;width:233px;height:120px;overflow:hidden;margin-
bottom:10px}
.recent-tube li .uj_thumb img{float:left;width:100%;height:auto;margin-top:-40px}
.recent-tube li .uj-
vid{display:block;width:50px;height:50px;position:absolute;top:30%;left:35%;z-
index:12;background:url(http://4.bp.blogspot.com/-WmyeNf2R18U/UcMfCawt4nI/
AAAAAAAADDI/9y1A573aRmY/s1600/sprite-v.png) no-repeat -94px 0}
.recent-tube li .nb_slide_icon,.car-box li .nb_slide_icon,.my-box
li .nb_slide_icon,.my-box li .uj-vid{display:none}
.my-box li:first-
child .nb_slide_icon{overflow:hidden;display:block;width:200px;height:50px;position
:absolute;top:0;top:-60px}
.my-box li:first-child .nb_slide_icon .inside{width:160px;margin-
left:0;float:left;height:50px;border:0 solid #fff}
.my-box li:first-
child .nb_slide_icon .inside .avatar{width:50px;height:50px;float:left;background:#
eee}
.my-box li:first-
child .nb_slide_icon .inside .author{float:right;height:40px;width:100px;padding:5p
x;background:rgba(0,0,0,0.7);font-size:13px;line-height:18px;color:#fff;text-
align:center}
.flickr_stream
a{background:#111;display:block;height:70px;float:left;display:block}
.flickr_stream img{width:94px;height:70px}
.widget .flickr_stream{overflow:hidden}
.flickr_badge_image{float:left;width:94px;margin:3px}
.flickr_badge_image img{opacity:1;box-shadow:0 0 3px #b2b2b2;-moz-box-shadow:0 0
3px #b2b2b2;-webkit-box-shadow:0 0 3px #b2b2b2}
.flickr_badge_image a:hover img{opacity:.6}
#author-avatar{float:left;margin-right:15px}
#author-avatar img{border:1px solid
#ccc;padding:4px;background:#fff;float:left;margin:0 10px 5px 0;border-
radius:50%;box-shadow:0 0 3px 0 #b5b5b5;-moz-box-shadow:0 0 3px 0 #b5b5b5;-webkit-
box-shadow:0 0 3px 0 #b5b5b5;}
.post{margin-bottom:20px}
.post-inner{padding:0 0 20px 0}
.single-post-caption{background:#eee;text-align:center;color:#555;padding:5px;font-
size:90%}
.post-title{font-family:Oswald,arial,Georgia,serif;margin-bottom:10px;font-
size:22px}
.post-inner .post-meta{border-top:1px solid #eee;margin:10px 0;padding:0}
.post-inner .post-meta h5{font-family:'Open Sans',serif;padding:2px
5px;color:#999;display:inline;font-size:12px}
p.post-meta span{display:inline-block;margin-right:5px}
span.post-comments{background-position:left -574px}
span.post-views{background-position:left -540px}
.item-list{border-bottom:0 solid #f2f2f2;padding:0 0 20px 0;clear:both}
.post-listing .uj_thumb{width:300px;height:160px;overflow:hidden;float:left}
.item-list p.post-meta{margin:10px 0}
.post-tag{margin:10px 0}
.post-tag a{border-color:#dedede #d8d8d8 #d3d3d3;text-shadow:0 1px 0 #fff;-webkit-
box-shadow:0 1px 1px #eaeaea,inset 0 1px 0 #fbfbfb;-moz-box-shadow:0 1px 1px
#eaeaea,inset 0 1px 0 #fbfbfb;box-shadow:0 1px 1px #eaeaea,inset 0 1px 0
#fbfbfb;background:#fff;background:-moz-linear-gradient(top,#ffffff 0,#f6f6f6
47%,#ededed 100%);background:-webkit-gradient(linear,left top,left bottom,color-
stop(0%,#ffffff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));background:-
webkit-linear-gradient(top,#ffffff 0,#f6f6f6 47%,#ededed 100%);background:-o-
linear-gradient(top,#ffffff 0,#f6f6f6 47%,#ededed 100%);background:-ms-linear-
gradient(top,#ffffff 0,#f6f6f6 47%,#ededed 100%);background:linear-
gradient(top,#ffffff 0,#f6f6f6 47%,#ededed 100%);display:inline-block;text-
decoration:none;font-size:10px;padding:3px 8px;line-height:20px;color:#555;text-
transform:uppercase;border:1px solid #dedede;-webkit-border-radius:3px;-moz-border-
radius:3px;border-radius:3px;cursor:pointer}
.post-tag a:hover{background:#FFF}
.uj_thumb{margin:0 15px 10px 0;position:relative;line-height:0}
.uj_thumb img{-webkit-transition:all .40s;-moz-transition:all .40s;-o-
transition:all .40s;transition:all .40s;max-width:100%;height:auto}
.uj_thumb a:hover img{opacity:.7}
.item-list .uj_thumb{float:left;margin-bottom:0}
.cols-2 .uj_thumb{float:left}
.my-box li:first-child .uj_thumb{margin:0 15px 0
0;float:left;width:300px;height:160px;overflow:hidden}
.my-box li:first-child .uj_thumb img{width:100%;height:auto}
.my-box li .uj_thumb{margin:0 15px 0
0;float:left;width:70px;height:70px;overflow:hidden}
.my-box li .uj_thumb img{width:100px;height:auto}
.pix_uj li:first-child .uj_thumb{position:relative}
.share-post{clear:both;margin:10px 0 0;padding:10px 0 10px
10px;background:#fff;border-top:1px solid #eaeaea;border-bottom:2px solid
#eaeaea;height:20px}
.share-post span.share-text{margin:-10px 10px 0 -
10px;display:block;float:left;color:#333;padding:9px;font-size:10pt}
.entry{line-height:1.5}
#content .entry iframe{max-width:100%}
.entry p{padding-top:0;padding-bottom:1em}
.entry img{max-width:100%;height:auto}
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{margin-top:25px;margin-
bottom:10px;line-height:1em;font-family:Helvetica;font-weight:normal}
.entry h1{font-size:36px}
.entry h2{font-size:30px}
.entry h3{font-size:24px}
.entry h4{font-size:18px}
.entry h5{font-size:14px}
.entry h6{font-size:12px}
.entry ol,.entry ul{margin:0 0 25px 10px}
.entry ul li{list-style:outside disc}
.entry ol li{list-style:outside decimal}
.entry li{margin:0 0 5px 10px}
#author-box{clear:both}
#author-box .post-listing{padding:10px 0;margin-bottom:20px}
.navigation{margin:10px 0;clear:both;overflow:hidden}
#sidebar{float:right;width:300px;margin:0;padding:0 0 0 14px}
.fb-like-box{margin:20px 0}
.widget-container{padding:10px 0;clear:both}
.widget-container h3{font-size:inherit}
.widget-container li{padding:0 0 5px 12px;line-height:18px;overflow:hidden}
.widget-container li ul.children,.footer-widget-container li ul.children{margin-
left:10px}
.widget-container li ul.children li,.footer-widget-container li ul.children
li,.footer-widget-container ul.children{border:0 none!important}
.widget-container p{padding-bottom:1.0em}
.widget-container a:hover{text-decoration:underline}

.widget-container li span.date,.footer-widget-container li
span.date{color:#AAA;margin:5px 0;font-size:85%}
.footer-widget-container li .stars-small{float:left;margin:2px 5px 0 0}
.widget-container .uj_thumb,.footer-widget-container .uj_thumb{float:left;margin:0
10px 0 0}
.authors-posts .widget-container li strong{float:right;display:block}
.tagcloud a{padding:6px 8px;background:#ddd;-webkit-transition-duration:.3s;-moz-
transition-duration:.3s;display:inline-block;margin:0 -1px 2px 0;font-size:11px!
important;background:#2b2b2b}
.tagcloud a:hover{background:#57b90e;color:#FFF;text-decoration:none}
footer .tagcloud a{background:#2b2b2b}
.author-avatar img{border:1px solid
#ccc;padding:4px;background:#fff;float:left;margin:0 10px 5px 0;border-
radius:50%;box-shadow:0 0 3px 0 #b5b5b5;-moz-box-shadow:0 0 3px 0 #b5b5b5;-webkit-
box-shadow:0 0 3px 0 #b5b5b5}
.post-body img.videos{display:none}

footer{position:relative;z-index:1;color:#ddd;background:#313131;text-shadow:0 0
1px #000;padding:20px 0;margin-top:20px;-webkit-box-shadow:0 -5px 0
rgba(0,0,0,.1);-moz-box-shadow:0 -8px 0 rgba(0,0,0,.1);box-shadow:0 -8px 0
rgba(0,0,0,.1)}
footer a{color:#ccc}
footer a:hover{color:#FFF}

.footer-widget .widget h2{font-family:'Oswald',serif;padding:5px 0;margin-


bottom:10px;border-bottom:1px solid #ccc;text-transform:uppercase;color:#ccc}

.footer-widgets-box{float:left;margin-right:4%}
.footer-1c .footer-widgets-box{width:100%}
.footer-2c .footer-widgets-box{width:48%}
.footer-3c .footer-widgets-box{width:30.66666666666667%}
.footer-4c .footer-widgets-box{width:22%}
.footer-1c .footer-widgets-box,.narrow-wide-2c #footer-second,.wide-narrow-2c
#footer-second,.footer-2c #footer-second,.footer-3c #footer-third,.footer-4c
#footer-fourth,.wide-right-3c #footer-third,.wide-left-3c #footer-third{margin-
right:0}
.footer-widget-top{border-bottom:3px solid #666;padding:10px 0}
.footer-widget-top h4{font-size:16px;font-family:Oswald,arial,Georgia,serif;text-
transform:uppercase}
.footer-widget-container{padding:10px}
.footer-widget-container p{padding-bottom:1.0em}
.footer-widget-container ul,footer .tabs-wrap ul{border-bottom:1px solid #444}
.footer-widget-container li,footer #tabbed-widget .tabs-wrap li{padding:6px 0;line-
height:18px;overflow:hidden;border-bottom:1px solid #232323!important;border-
top:1px solid #444}
.footer-widget-container li:first-child,footer #tabbed-widget .tabs-wrap li:first-
child{border-top:0 none}
footer .search-widget input{background:#414141;box-shadow:0 1px 3px 0 #313131;-moz-
box-shadow:0 1px 3px 0 #313131;-webkit-box-shadow:0 1px 3px 0 #313131;border:1px
solid #202020;color:#222}
footer .search-widget input:hover,footer .search-widget input:focus{color:#000}
#login-form #log,#login-form #pwd,.widget-feedburner .feedburner-email{width:90%}
.footer-bottom{position:relative;z-index:1;background:#333;line-
height:40px;color:#ccc;}

.footer-bottom a{color:#ccc}
.footer-bottom a:hover{color:#FFF}
#topcontrol{z-index:2;background:#444 url(images/separate.png) no-repeat center -
605px;width:40px;height:40px;text-indent:-99999px;border-radius:2px;-moz-border-
radius:2px;-webkit-border-radius:2px;position:fixed;bottom:-
100px;right:10px;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-
transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all
.3s ease-in-out;transition:all .3s ease-in-out;overflow:auto;opacity:.7}
#topcontrol:hover{opacity:1}
img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img{max-
width:100%;height:auto}
img.centered,img.aligncenter{display:block;margin:2px auto;border:1px solid
#cbcdcc;padding:4px}
img.alignright{padding:4px;margin:2px 3px 3px 8px;display:inline;border:1px solid
#cbcdcc}
img.alignleft{padding:4px;margin:2px 8px 3px 3px;display:inline;border:1px solid
#cbcdcc}
#respond{margin:20px 0 10px;overflow:hidden;position:relative;clear:both}
.ads-top{float:right;line-height:0;margin-top:8px}
.ads-bottom{line-height:0;margin:15px auto 20px;text-align:center}
.ads-post{line-height:0;margin:20px auto;text-align:center}
.home-ads{clear:both;margin:5px auto 25px;text-align:center}
.ads-top iframe,.ads-bottom iframe,.home-ads iframe,.home-ads iframe{margin:0 auto}
a.ttip,a.tooldown{display:inline-block}
.tipsy{font-size:10px;position:absolute;padding:5px;z-index:100000}
.tipsy-inner{background-color:#000;color:#FFF;max-width:200px;padding:5px 8px 4px
8px;text-align:center;border-radius:3px;-moz-border-radius:3px;-webkit-border-
radius:3px;box-shadow:0 0 2px #000;-webkit-box-shadow:0 0 2px #000;-moz-box-
shadow:0 0 2px #000}
.tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed
#000}
.tipsy-arrow-n{border-bottom-color:#000}
.tipsy-arrow-s{border-top-color:#000}
.tipsy-arrow-e{border-left-color:#000}
.tipsy-arrow-w{border-right-color:#000}
.tipsy-n .tipsy-arrow{top:0;left:50%;margin-left:-5px;border-bottom-
style:solid;border-top:0;border-left-color:transparent;border-right-
color:transparent}
.tipsy-nw .tipsy-arrow{top:0;left:10px;border-bottom-style:solid;border-
top:0;border-left-color:transparent;border-right-color:transparent}
.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-
top:0;border-left-color:transparent;border-right-color:transparent}
.tipsy-s .tipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-top-
style:solid;border-bottom:0;border-left-color:transparent;border-right-
color:transparent}
.tipsy-sw .tipsy-arrow{bottom:0;left:10px;border-top-style:solid;border-
bottom:0;border-left-color:transparent;border-right-color:transparent}
.tipsy-se .tipsy-arrow{bottom:0;right:10px;border-top-style:solid;border-
bottom:0;border-left-color:transparent;border-right-color:transparent}
.tipsy-e .tipsy-arrow{right:0;top:50%;margin-top:-5px;border-left-
style:solid;border-right:0;border-top-color:transparent;border-bottom-
color:transparent}
.tipsy-w .tipsy-arrow{left:0;top:50%;margin-top:-5px;border-right-
style:solid;border-left:none;border-top-color:transparent;border-bottom-
color:transparent}
ul.recentComments{list-style:none;margin:0;padding:0;}
.recentComments li{background:none !important;margin:0 0 6px !important;padding:0 0
6px 0 !important;display:block;clear:both;overflow:hidden;list-style:none;}
.recentComments li .avatarImage{padding:0px;float:left;margin:0 7px 0
0;position:relative;overflow:hidden;}
.avatarRound{border-radius:2px;background:none;border:0.5px solid #eeeeee;}
.recentComments li
img{padding:0px;position:relative;overflow:hidden;display:block;background:none;}
.recentComments li span{margin-top:4px;color: #333;display: block;font-size:
12px;font-style: italic;line-height: 1.4;}
.recentComments li a{font-weight:bold;color:#333;}
#tabbed-widget{width:300px;float:left;margin-bottom:30px}
#tabbed-widget ul.tabs{background:#333;height:34px;padding:0;margin:0 0 10px}
#tabbed-widget ul.tabs li{float:left;position:relative;margin-left:0;font-
family:'Oswald',Arial,serif;text-transform:uppercase;line-
height:30px;padding:0;background:transparent}
#tabbed-widget ul.tabs li a{display:inline-block;text-
align:center;color:#FFF;padding:2px 11px;line-height:30px}
#tabbed-widget ul.tabs li a:hover{color:#fff;background:#57b90e}
#tabbed-widget ul.tabs li.active a{color:#fff;background:#57b90e}
#tabbed-widget .tabs-wrap.tagcloud a{padding:6px 8px;border:1px solid
#e9e9e9;background:#f7f7f7;text-shadow:0 1px 0 white;-webkit-transition-
duration:.3s;-moz-transition-duration:.3s;-moz-box-shadow:inset 0 0 2px #fff,0 0
2px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 0 2px white,0 0 2px
rgba(0,0,0,0.1);box-shadow:inset 0 0 2px white,0 0 2px
rgba(0,0,0,0.1);display:inline-block;margin:0 0 3px 0}
#tabbed-widget .tabs-wrap.tagcloud a:hover{background:#ededed}
#tabbed-widget .tabs-wrap li:last-child,.comments-avatar .widget-container li:last-
child,.posts-list .widget-container li:last-child,.categort-posts .widget-container
li:last-child,.authors-posts .widget-container li:last-child{border-bottom:0 none}
#tabbed-widget .tabs-wrap li,.comments-avatar .widget-container li,.posts-
list .widget-container li,.categort-posts .widget-container li,.authors-
posts .widget-container li{width:300px;background:transparent;padding:8px 0
4px;border-bottom:1px solid #f2f2f2}
#tabbed-widget .tabs-wrap{width:100%;float:left}
.custom_images ul{display:inline;list-style:none}
.custom_images ul li{float:left;margin-right:1px;list-style:none}
#related-posts{clear:both;margin-top:20px;margin-bottom:40px;width:100%}
#related-posts h3{border-bottom:4px solid #333;font-
family:Oswald,arial,Georgia,serif;font-size:18px;padding-bottom:5px;text-
transform:uppercase}
#related-posts ul li a,#related-posts li a .title h4{color:#fff;font-size:13px}
#related-posts ul{margin-bottom:20px;padding:10px 0}
#related-posts ul li{list-
style:none;overflow:hidden;float:left;height:120px;margin:0 10px 10px
0;width:31%;font-size:13px;color:#fff;position:relative}
#related-posts li .thumbR{width:100%;height:120px;overflow:hidden}
#related-posts img:hover{opacity:.7}
#related-posts img{height:auto;width:100%}
#related-posts li{background:#333}
#related-posts
li .title{position:absolute;bottom:10px;left;10px;background:rgba(0,0,0,0.5);width:
85%;padding:3px}
.comments h4{margin:20px 0;font-size:18px}
.author-info{background:#f6f6f6;margin-bottom:15px;border:1px solid #e1e1e1;border-
bottom:1px solid #979797;padding:20px;border-radius:10px;-moz-border-radius:10px;-
webkit-border-radius:10px;position:relative;box-shadow:0 2px 2px 0
rgba(0,0,0,0.1);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0
2px 2px 0 rgba(0,0,0,0.1)}
.author-info-content{padding-left:100px}
.author-info-content h3{margin:0 0 15px}
.author-info img.author-img{max-width:70px;float:left;margin-
right:15px;background:#FFF;padding:4px;box-shadow:0 0 3px #b2b2b2;-moz-box-shadow:0
0 3px #b2b2b2;-webkit-box-shadow:0 0 3px #b2b2b2}
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.th
ree_fifth,.four_fifth,.one_sixth,.five_sixth{position:relative;margin-
right:4%;float:left}
.one_half{width:48%}
.one_third{width:30.66%}
.two_third{width:65.33%}
.one_fourth{width:22%}
.three_fourth{width:74%}
.one_fifth{width:16.8%}
.two_fifth{width:37.6%}
.three_fifth{width:58.4%}
.four_fifth{width:67.2%}
.one_sixth{width:13.33%}
.five_sixth{width:82.67%}
.entry .last{margin-right:0!important;clear:right}

.head_brnews{height:40px;background-color:#313131;width:100%;}

.breaking-news{float:left;height:40px;position:relative;width:70%;overflow:hidden}

.breaking-news h4{background:#1a1a1a;display:block;float:left;padding:5px
25px;height:40px;line-height:30px;
display:inline-block;
font-size:12px;
margin:0;
color:#d6d6d6;

position:relative;
text-transform:uppercase;
font-family: 'Open Sans', sans-serif;
font-weight:700;

.breaking-news ul{float:left}
.breaking-news ul li{float:left;display:block;list-style:none}
.breaking-news ul a{padding:8px;display:block;white-space:nowrap;float:left;line-
height:40px;font-size:12px;font-family:'Droid Serif',serif;color:#d6d6d6;}
.breaking-news span{display:block;float:left;padding:1px 10px;color:#fff;font-
size:12px;line-height:40px}

.head_brnews .breaking-news a{display:inline-block;height:40px;line-


height:40px;color:#eee;padding:0;font-size:13px}

.post-navigation{clear:both;margin:0 0 20px;overflow:hidden}
.post-navigation div{display:block;width:245px;position:relative;font-
size:14px;color:#999}
.post-previous{float:right;text-align:right;padding-right:40px}
.post-next{float:left;padding-left:40px}
.post-navigation div span{display:block;font-size:80%;color:#999}
.post-navigation .prv,.post-navigation .nxt{position:absolute;color:#ccc;font-
size:56px;margin-top:-11px;height:22px;line-height:22px;top:34%;width:40px}
.post-previous .prv{right:0}
.post-next .nxt{left:0}
#content-wrap{float:left;width:100%;max-width:960px}
.entry-author{margin-bottom:20px;overflow:hidden;background:#f2f2f2;padding:10px}
.entry-author h3{margin-bottom:5px}
.entry-author .author-avatar{float:left;width:80px;margin-top:5px}
.entry-author .avatar{margin-right:10px}

/* Top Social */
#top-social {
float: right;
z-index: 999;
}

#top-social .social_bookmarks li a {
padding: 0;
}

.social_bookmarks {
margin-top: 0px;
margin-right: 40px;
}

.social_bookmarks li, .social-image {


width: 40px;
height: 40px;
float: right;
padding: 0;
list-style: none;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-o-transition: all 0s ease;
-ms-transition: all 0s ease;
transition: all 0s ease;
}

.social_bookmarks li > a {
border-right: none !important;
border-left: none !important;
}

.social_bookmarks li:last-child > a {


border-right: none !important;
border-left: none !important;
}

.team .social_bookmarks li {
float: left;
}
.social_bookmarks li a, .social-image a, a.dribbble-icon, a.facebook-icon,
a.behance-icon, a.twitter-icon, a.evernote-icon, a.flickr-icon, a.forrst-icon,
a.googleplus-icon, a.linkedin-icon, a.paypal-icon, a.pinterest-icon, a.rss-icon,
a.tumblr-icon, a.vimeo-icon, a.wordpress-icon, a.youtube-icon {
width: 40px;
height: 40px;
display: inline-block;
text-indent: -9999px;
margin: 0px;
outline: none;
padding: 0;

-webkit-transition: all 0.2s ease;


-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;

background: #1a1a1a
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat bottom left;
}

.social_bookmarks li a img, .social-image a img, a.dribbble-icon img, a.facebook-


icon img, a.behance-icon img, a.twitter-icon img, a.evernote-icon img, a.flickr-
icon img, a.forrst-icon img, a.googleplus-icon img, a.linkedin-icon img, a.paypal-
icon img, a.pinterest-icon img, a.rss-icon img, a.tumblr-icon img, a.vimeo-icon
img, a.wordpress-icon img, a.youtube-icon img {
display: block;
width: 40px;
height: 40px;
}

.social_bookmarks li a:hover, .social-image a:hover {

background: #b81528
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat top right;

-webkit-transition: all 0.3s ease;


-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.social_bookmarks li a.facebook-icon:hover, a.facebook-icon:hover {


background: #455fa1
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat top right;

-webkit-transition: all 0.3s ease;


-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.social_bookmarks li a.dribbble-icon:hover, a.dribbble-icon:hover {
background: #d34d7a
url(http://1.bp.blogspot.com/-Hn-hv7MMpEI/Uv-WowC87lI/AAAAAAAADH4/GcsG2RB-CZk/
s1600/social-bg.png) no-repeat top right;

-webkit-transition: all 0.3s ease;


-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.social_bookmarks li a.twitter-icon:hover, a.twitter-icon:hover {


background: #49b1d5
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat top right;

-webkit-transition: all 0.3s ease;


-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.social_bookmarks li a.flickr-icon:hover, a.flickr-icon:hover {


background: #fe007f
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat top right;

-webkit-transition: all 0.3s ease;


-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.social_bookmarks li a.googleplus-icon:hover, a.googleplus-icon:hover {


background: #d63f43
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat top right;

-webkit-transition: all 0.3s ease;


-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.social_bookmarks li a.linkedin-icon:hover, a.linkedin-icon:hover {


background: #3f81aa
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat top right;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.social_bookmarks li a.pinterest-icon:hover, a.pinterest-icon:hover {


background: #d0494e
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat top right;

-webkit-transition: all 0.3s ease;


-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.social_bookmarks li a.rss-icon:hover, a.rss-icon:hover {


background: #ff7118
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat top right;

-webkit-transition: all 0.3s ease;


-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.social_bookmarks li a.tumblr-icon:hover, a.tumblr-icon:hover {


background: #545a70
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat top right;

-webkit-transition: all 0.3s ease;


-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.social_bookmarks li a.vimeo-icon:hover, a.vimeo-icon:hover {


background: #4782a0
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat top right;

-webkit-transition: all 0.3s ease;


-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.social_bookmarks li a.youtube-icon:hover, a.youtube-icon:hover {
background: #c72d31
url(http://1.bp.blogspot.com/-HT4foGTJ6zU/Uvpgfai8D3I/AAAAAAAADGQ/meLWOioFe3o/
s1600/social-bg.png) no-repeat top right;

-webkit-transition: all 0.3s ease;


-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.nav-search{
position:absolute;
right:0;
top:0px;
z-index:9999;
background:#e62948;
overflow:hidden;
width:40px;
}
.nav-search button{
width:40px;
height:40px;
background:#313131;
color:#fff;
text-align:center;
line-height:0px;
font-size:16px;
border:none;
float:right;
position:relative;
z-index:999;
}
.nav-search input{
z-index:99;
position:absolute;
top:0;
left:0;
width:290px;
height:35px;
color:#666;
border:none;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
padding-left:10px;
}

.nav-search:hover input{
display:block;
}
.nav-search:hover{
transition: all .2s ease;
-webkit-transition:all .2s ease;
-moz-transition:all .2s ease;
-o-transition:all .2s ease;
-ms-transition:all .2s ease;
width:290px;

.PopularPosts a{
font-weight: bold;
}

#tabbed-widget .widget-content img {


padding: 2px;
border: 1px solid lightGrey;
width: 65px;
height: 65px;
}

.PopularPosts img:hover {
-khtml-opacity: 0.4;
-moz-opacity: 0.4;
opacity: 0.4;
}
.PopularPosts .item-title {
color: #333333;
font-family:sans-serif;
font-size: 12px;
font-weight: bold;
padding-bottom: 0.2em;
}
.PopularPosts{
font-family: Arimo;
font-size: 12px;
}

]]></b:skin>
<style>
/*-------Typography and ShortCodes-------*/
.firstcharacter{float:left;color:#27ae60;font-size:75px;line-height:60px;padding-
top:4px;padding-right:8px;padding-left:3px}.post-body h1,.post-body h2,.post-body
h3,.post-body h4,.post-body h5,.post-body h6{margin-
bottom:15px;color:#2c3e50}blockquote{font-style:italic;color:#888;border-left:5px
solid #27ae60;margin-left:0;padding:10px 15px}blockquote:before{content:&#39;\
f10d&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-
weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-
smoothing:grayscale;margin-right:10px;color:#888}blockquote:after{content:&#39;\
f10e&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-
weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-
smoothing:grayscale;margin-left:10px;color:#888}.button{background-
color:#2c3e50;float:left;padding:5px 12px;margin:5px;color:#fff;text-
align:center;border:0;cursor:pointer;border-radius:3px;display:block;text-
decoration:none;font-weight:400;transition:all .3s ease-out !important;-webkit-
transition:all .3s ease-out !
important}a.button{color:#fff}.button:hover{background-
color:#27ae60;color:#fff}.button.small{font-size:12px;padding:5px
12px}.button.medium{font-size:16px;padding:6px 15px}.button.large{font-
size:18px;padding:8px 18px}.small-
button{width:100%;overflow:hidden;clear:both}.medium-
button{width:100%;overflow:hidden;clear:both}.large-
button{width:100%;overflow:hidden;clear:both}.demo:before{content:&quot;\
f06e&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-
style:normal;font-weight:400;line-height:normal;-webkit-font-
smoothing:antialiased;-moz-osx-font-
smoothing:grayscale}.download:before{content:&quot;\f019&quot;;margin-
right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-
weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-
smoothing:grayscale}.buy:before{content:&quot;\f09d&quot;;margin-
right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-
weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-
smoothing:grayscale}.visit:before{content:&quot;\f14c&quot;;margin-
right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-
weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-
smoothing:grayscale}.widget .post-body ul,.widget .post-body ol{line-
height:1.5;font-weight:400}.widget .post-body li{margin:5px 0;padding:0;line-
height:1.5}.post-body ul li:before{content:&quot;\f105&quot;;margin-right:5px;font-
family:fontawesome}pre{font-family:Monaco, &quot;Andale Mono&quot;, &quot;Courier
New&quot;, Courier, monospace;background-color:#2c3e50;background-image:-webkit-
linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-
image:-moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%,
transparent);background-image:-ms-linear-gradient(rgba(0, 0, 0, 0.05) 50%,
transparent 50%, transparent);background-image:-o-linear-gradient(rgba(0, 0, 0,
0.05) 50%, transparent 50%, transparent);background-image:linear-gradient(rgba(0,
0, 0, 0.05) 50%, transparent 50%, transparent);-webkit-background-size:100% 50px;-
moz-background-size:100% 50px;background-size:100% 50px;line-
height:25px;color:#f1f1f1;position:relative;padding:0 7px;margin:15px 0
10px;overflow:hidden;word-wrap:normal;white-
space:pre;position:relative}pre:before{content:&#39;Code&#39;;display:block;backgro
und:#F7F7F7;margin-left:-7px;margin-right:-7px;color:#2c3e50;padding-left:7px;font-
weight:400;font-size:14px}pre code,pre .line-number{display:block}pre .line-number
a{color:#27ae60;opacity:0.6}pre .line-number
span{display:block;float:left;clear:both;width:20px;text-align:center;margin-left:-
7px;margin-right:7px}pre .line-number span:nth-child(odd){background-color:rgba(0,
0, 0, 0.11)}pre .line-number span:nth-child(even){background-color:rgba(255, 255,
255, 0.05)}pre .cl{display:block;clear:both}#contact{background-
color:#fff;margin:30px 0 !important}#contact .contact-form-widget{max-width:100% !
important}#contact .contact-form-name,#contact .contact-form-
email,#contact .contact-form-email-message{background-color:#FFF;border:1px solid
#eee;border-radius:3px;padding:10px;margin-bottom:10px !important;max-width:100% !
important}#contact .contact-form-
name{width:47.7%;height:50px;float:left;}#contact .contact-form-
email{width:49.7%;height:50px;float:right;}#contact .contact-form-email-
message{height:150px}#contact .contact-form-button-submit{max-
width:100%;width:100%;z-index:0;margin:4px 0 0;padding:10px !important;text-
align:center;cursor:pointer;background:#27ae60;border:0;height:auto;-webkit-border-
radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-
radius:2px;border-radius:2px;text-transform:uppercase;-webkit-transition:all .2s
ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-
transition:all .2s ease-out;transition:all .2s ease-
out;color:#FFF}#contact .contact-form-button-
submit:hover{background:#2c3e50}#contact .contact-form-
email:focus,#contact .contact-form-name:focus,#contact .contact-form-email-
message:focus{box-shadow:none !important}.alert-
message{position:relative;display:block;background-
color:#FAFAFA;padding:20px;margin:20px 0;-webkit-border-radius:2px;-moz-border-
radius:2px;border-radius:2px;color:#2f3239;border:1px solid}.alert-message
p{margin:0 !important;padding:0;line-height:22px;font-
size:13px;color:#2f3239}.alert-message span{font-size:14px !important}.alert-
message i{font-size:16px;line-height:20px}.alert-message.success{background-
color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}.alert-message.success a,.alert-
message.success span{color:#1d9d74}.alert-message.alert{background-
color:#DAEFFF;border-color:#8ED2FF;color:#378FFF}.alert-message.alert a,.alert-
message.alert span{color:#378FFF}.alert-message.warning{background-
color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-message.warning a,.alert-
message.warning span{color:#8a6d3b}.alert-message.error{background-
color:#FFD7D2;border-color:#FF9494;color:#F55D5D}.alert-message.error a,.alert-
message.error span{color:#F55D5D}.fa-check-circle:before{content:&quot;\
f058&quot;}.fa-info-circle:before{content:&quot;\f05a&quot;}.fa-exclamation-
triangle:before{content:&quot;\f071&quot;}.fa-exclamation-
circle:before{content:&quot;\f06a&quot;}.post-table table{border-
collapse:collapse;width:100%}.post-table th{background-color:#eee;font-
weight:bold}.post-table th,.post-table td{border:0.125em solid #333;line-
height:1.5;padding:0.75em;text-align:left}@media (max-width: 30em){.post-table
thead tr{position:absolute;top:-9999em;left:-9999em}.post-table tr{border:0.125em
solid #333;border-bottom:0}.post-table tr + tr{margin-top:1.5em}.post-table
tr,.post-table td{display:block}.post-table td{border:none;border-bottom:0.125em
solid #333;padding-left:50%}.post-table td:before{content:attr(data-
label);display:inline-block;font-weight:bold;line-height:1.5;margin-left:-
100%;width:100%}}@media (max-width: 20em){.post-table td{padding-left:0.75em}.post-
table td:before{display:block;margin-bottom:0.75em;margin-left:0}}
.FollowByEmail {
clear: both;
}
.widget .post-body ol {
padding: 0 0 0 15px;
}
.post-body ul li {
list-style: none;
}
</style>

<style type='text/css'>

@media only screen and (max-width:985px) {


#selectnav1 {background: none repeat scroll 0 0 #333333;border: 1px solid
#232323;color: #FFFFFF;margin:10px 0 0 15px;padding: 5px;width: 720px;}
.selectnav { display: block;margin: 0 10px; padding: 7px; width: 95%;}
#main-nav {padding-top: 3px;}}

@media only screen and (max-width:985px) {


#selectnav1 {width: 400px;}}

@media only screen and (max-width:479px) {


#selectnav1 {width: 265px;}}

</style>

<style>

@media only screen and (max-width:1219px){#wrapper{width:985px}


.container,#footer-widget-area{width:985px}
.header-content{margin:0;padding:5px 5px}
#sidebar-narrow,#top{display:none}
#sidebar{float:right;width:900px}
#logo{float:center;width:986px}
}
@media only screen and (max-width:985px) and (min-width:985px)
{#wrapper{width:985px}
#logo,#logo img{float:ce;width:985px}
.container,#footer-widget-area,#main-content,#my-slider,.flexslider{width:730px}
#content,.my-box,.pix_uj .box-content,.UJ-list li,.UJ-list li:first-child,.inde-uj
li,.uj-box li:first-child .uj_thumb{width:410px;float:left}
.car-box .box-content{width:410px;overflow:hidden;clear:both}
.recent-tube .box-content{width:730px;overflow:hidden}
.recent-tube li,.recent-tube .uj_thumb{width:238px;overflow:hidden}
.car-box li,.car-box .uj_thumb{width:200px;overflow:hidden}
.my-box li:first-child .overlay{width:410px;height:160px}
#content .post-body img{max-width:360px}
.my-box.cols-2,.my-box.cols-2 li,.my-box.cols-2 li:first-
child{float:left;width:410px;margin-right:0}
.my-box.cols-2 li:first-child .overlay{width:410px;height:160px}
.my-box.cols-2 .uj_thumb .overlay:hover a.zoom{left:15%}
.my-box.cols-2 li:first-child .uj_thumb .overlay:hover a.post-link{right:15%}
.cols-2.last-column{float:right}
.pix_uj .box-content ul li:first-child,
.pix_uj .box-content ul li:first-child .uj_thumb{width:410px;float:none}
.header-content{margin:0;padding:5px 5px}
.bot-nav .container{position:relative}
#sidebar{padding:0 0 0 4px;float:right;width:980px}
#top-social{display:none;}
#menu-main{display:none;}
.footer-widgets-box {
float: none !important;
margin-right: auto !important;
margin-left: auto !important;
max-width: 300px;
width: 100%!important;
}
#top_menu {
float: none;
margin: 0 auto;
text-align: center;
}
#top_menu li {
float: none;
}
.bot-nav {
height: auto;
}
.alignright {
float: none;
text-align: center;
}
}

@media only screen and (max-width:767px) and (min-width:480px){


#wrapper{max-width:430px;width:100%!important}
#topcontrol,.ads-top,.ads-bottom,.home-ads,.ads-post,.today-date,.slider-caption
p{display:none!important}
#menu-main{display:none;}
.container,#main-content,.content,#content{width:420px!important}
.recent-tube .widget-content,.car-box .widget-content,.recent-tube .box-
content,.car-box .box-content{width:400px;overflow:hidden;margin:0 auto}
.car-box li,.recent-tube li,.recent-tube .uj_thumb,.car-
box .uj_thumb{width:195px;overflow:hidden}
.uj_slider .slider_caption{position:absolute;top:185px;left:0;padding:5px
10px;height:60px;overflow:hidden;width:100%;max-
width:380px;background:#333;color:#f5f5f5;z-index:99}
.uj_slider .slider_img{width:100%;max-width:400px;height:250px;overflow:hidden}
.uj_slider,.uj_slider_wrap{height:250px;overflow:hidden}
.logo{float:none;text-align:center}
#my-slider,.my-box,#footer-widget-
area,.flexslider,.uj_slider_item{float:none;width:400px}
#my-slider{margin:0 auto 20px auto}
.my-box,.my-box.cols-2,.pix_uj{margin-left:10px}
#top{display:none}
.my-box.cols-2,.my-box.cols-2 .widget-content,.my-box.cols-2 li,.my-box.cols-2
li:first-child,.my-box,.pix_uj .box-content,.UJ-list li,.UJ-list li:first-
child,.inde-uj li,.my-box li:first-child .uj_thumb,#tabbed-
widget{float:none;width:400px}
.my-box.cols-2 .widget&gt;h2,.pix_uj .widget&gt;h2{width:400px}
.pix_uj .box-content ul li:first-child{width:400px;float:none}
.pix_uj .box-content ul li:first-child .uj_thumb,.pix_uj .box-content ul
li .uj_thumb{width:100%;float:left}
.pix_uj .box-content ul li{width:30%;float:left}
.pix_uj .box-content ul li img{width:100%;}
.my-box.cols-2,.my-box.cols-2 li,.my-box.cols-2 li:first-
child{float:left;width:400px;margin-right:0}
.my-box li:first-child .overlay{width:400px;height:160px}
#content .post-body img{max-width:385px}
#related-posts ul li{;width:30%;}
.post-listing .uj_thumb{float:left;width:220px;}
#sidebar{width:400px;float:left}
#top-social{display:none;}
#PopularPosts1 ul{width:100%;max-width:400px;float:right}
#adsentop,#righttop{display:none!important}
.footer-widgets-box {
float: none !important;
margin-right: auto !important;
margin-left: auto !important;
max-width: 300px;
width: 100%!important;
}
#top_menu {
float: none;
margin: 0 auto;
text-align: center;
}
#top_menu li {
float: none;
}
.bot-nav {
height: auto;
}
.alignright {
float: none;
text-align: center;
}
}

@media only screen and (max-width:479px){#topcontrol,.head_brnews .breaking-


news,.today-date,#cats-tabs-box,a.random-article,.share-post span.share-
text{display:none}
#wrapper{max-width:297px;width:100%!important}
#menu-main{display:none;}

.uj_slider .slider_caption{position:absolute;top:135px;left:0;padding:5px
10px;height:65px;overflow:hidden;width:100%;max-
width:257px;background:#333;color:#f5f5f5;z-index:99}
.uj_slider .slider_img{width:100%;max-width:277px;height:200px;overflow:hidden}
.uj_slider,.uj_slider_wrap{height:200px;overflow:hidden}
.container,#main-content,#content,#my-slider,.my-box,.flexslider{margin:0 auto 20px
auto;width:277px}
.recent-tube .box-content,.car-box .box-content,.car-box li,.recent-tube
li{width:277px;overflow:hidden}
.recent-tube li .uj_thumb,.car-box li .uj_thumb{width:277px;overflow:hidden}
#footer-widget-area{margin:0 auto;width:277px}
.my-box.cols-2,.my-box.cols-2 li,.my-box.cols-2 li:first-child,.my-
box,.pix_uj .box-content,.UJ-list li,.UJ-list li:first-child,.inde-uj li,.my-box
li:first-child .uj_thumb{float:left;width:277px}
.pix_uj .box-content ul li:first-child{width:277px;float:left}
.post-listing .uj_thumb{width:277px;}
.post-listing .uj_thumb img{width:277px;}
footer{padding:20px 0}
#sidebar{padding:0;float:left;width:277px}
.fb-like-box{float:left}
#tabbed-widget,#sidebar .widget{float:left;width:277px}
#tabbed-widget .tabs-wrap li{width:90%;float:left}
#PopularPosts2 ul{width:250px;float:right}
#content .post-body img{max-width:250px}
#related-posts ul li{width:100%;max-width:277px;}
#logo img{margin:0 0 0 15px}
#adsentop,#righttop{display:none!important}
.flickr_stream img{width:86px;}
.flickr_badge_image{float:left;width:86px;}
.btn-plus{width:70px}
.footer-widgets-box {
float: none !important;
margin-right: auto !important;
margin-left: auto !important;
max-width: 300px;
width: 100%!important;
}
#top_menu {
float: none;
margin: 0 auto;
text-align: center;
}
#top_menu li {
float: none;
}
.bot-nav {
height: auto;
}
.alignright {
float: none;
text-align: center;
}
.comments .comments-content .comment-replies {
margin-top: 1em;
margin-left: 0;
}
}
@media only screen and (max-width:319px){#wrapper{width:220px}
.head_brnews .breaking-news,.uj_slider .slider_caption p{display:none}
#content{float:left;width:220px}
#menu-main{display:none;}
#sidebar{padding:0;float:left;width:220px}
.car-box .box-content,.scroler .box-content{width:220px;overflow:hidden}
}

</style>

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js?
ver=1.6.4' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,
{def:"easeOutQuad",swing:function(e,f,a,h,g){return
jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return
h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return-h*(f/=g)*(f-
2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return
h/2*f*f+a}return-h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return
h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-
1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return
h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return
h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return-h*((f=f/g-1)*f*f*f-
1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return
h/2*f*f*f*f+a}return-h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return
h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-
1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return
h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g)
{return-h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return
h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return-h/
2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?
a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-
Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return
a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return
h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return-
h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return
h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1)
{return-h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)
+1)+a},easeInElastic:function(r,s,g,k,h){var f=1.70158;var e=0;var l=k;if(s==0)
{return g}if((s/=h)==1){return g+k}if(!e){e=h*0.3}if(l<Math.abs(k)){l=k;var
f=e/4}else{var f=e/(2*Math.PI)*Math.asin(k/l)}return-(l*Math.pow(2,10*(s-
=1))*Math.sin((s*h-f)*(2*Math.PI)/e))+g},easeOutElastic:function(r,s,g,k,h){var
f=1.70158;var e=0;var l=k;if(s==0){return g}if((s/=h)==1){return g+k}if(!e)
{e=h*0.3}if(l<Math.abs(k)){l=k;var f=e/4}else{var
f=e/(2*Math.PI)*Math.asin(k/l)}return l*Math.pow(2,-10*s)*Math.sin((s*h-
f)*(2*Math.PI)/e)+k+g},easeInOutElastic:function(r,s,g,k,h){var f=1.70158;var
e=0;var l=k;if(s==0){return g}if((s/=h/2)==2){return g+k}if(!e)
{e=h*(0.3*1.5)}if(l<Math.abs(k)){l=k;var f=e/4}else{var
f=e/(2*Math.PI)*Math.asin(k/l)}if(s<1){return-0.5*(l*Math.pow(2,10*(s-
=1))*Math.sin((s*h-f)*(2*Math.PI)/e))+g}return l*Math.pow(2,-10*(s-
=1))*Math.sin((s*h-f)*(2*Math.PI)/e)*0.5+k+g},easeInBack:function(e,f,a,n,h,g)
{if(g==undefined){g=1.70158}return n*(f/=h)*f*((g+1)*f-g)
+a},easeOutBack:function(e,f,a,n,h,g){if(g==undefined){g=1.70158}return n*((f=f/h-
1)*f*((g+1)*f+g)+1)+a},easeInOutBack:function(e,f,a,n,h,g){if(g==undefined)
{g=1.70158}if((f/=h/2)<1){return n/2*(f*f*(((g*=(1.525))+1)*f-g))+a}return n/2*((f-
=2)*f*(((g*=(1.525))+1)*f+g)+2)+a},easeInBounce:function(e,f,a,h,g){return h-
jQuery.easing.easeOutBounce(e,g-f,0,h,g)+a},easeOutBounce:function(e,f,a,h,g)
{if((f/=g)<(1/2.75)){return h*(7.5625*f*f)+a}else{if(f<(2/2.75)){return
h*(7.5625*(f-=(1.5/2.75))*f+0.75)+a}else{if(f<(2.5/2.75)){return h*(7.5625*(f-
=(2.25/2.75))*f+0.9375)+a}else{return h*(7.5625*(f-
=(2.625/2.75))*f+0.984375)+a}}}},easeInOutBounce:function(e,f,a,h,g){if(f<g/2)
{return jQuery.easing.easeInBounce(e,f*2,0,h,g)*0.5+a}return
jQuery.easing.easeOutBounce(e,f*2-g,0,h,g)*0.5+h*0.5+a}});(function(a)
{a.fn.hoverTimeout=function(d,k,b,e){return this.each(function(){var
f=null,g=a(this);g.hover(function(){clearTimeout(f);f=setTimeout(function()
{k.call(g)},d)},function(){clearTimeout(f);f=setTimeout(function()
{e.call(g)},b)})})}})(jQuery);function createTicker(){var b=jQuery(".breaking-news
ul").children();tickerItems=new Array();b.each(function(a)
{tickerItems.push(jQuery(this).html())});i=0;rotateTicker()}function rotateTicker()
{if(i==tickerItems.length)
{i=0}tickerText=tickerItems[i];c=0;typetext();setTimeout("rotateTicker()",5000);i+
+}var isInTag=false;function typetext(){var b=tickerText.substr(c,1);if(b=="<")
{isInTag=true}if(b==">"){isInTag=false}jQuery(".breaking-news
ul").html(tickerText.substr(0,c++));if(c<tickerText.length+1){if(isInTag)
{typetext()}else{setTimeout("typetext()",28)}}else{c=1;tickerText=""}}function
actinave(e){var h=window.location.href;e("#navi a").each(function()
{if(this.href===h){var
a=e(this).parents("li").children("a").addClass("current")}});e("#navi
ul").removeClass("hidden");e("#navi li").hoverTimeout(100,function()
{e(this).parent("ul").css("overflow","visible");e(this).children("ul").filter(":not
(:animated)").slideDown()},500,function()
{e(this).parent("ul").css("overflow","visible");e(this).children("ul").slideUp(800,
"easeInExpo")});e("#mobilenav").click(function()
{e("#navi").slideToggle();e(this).toggleClass("active");return
false});e("#top_mobilenav").click(function(){e("#PageList1
ul").slideToggle();e(this).toggleClass("active");return false});function f()
{if(e(window).width()>767)
{e("#navi").css("display","block").removeClass("suball")}else{if(e(window).width()<
=767&&e("#mobilenav").attr("class")==="active")
{e("#navi").css("display","block").addClass("suball")}else{if(e(window).width()<=76
7&&e("#mobilenav").attr("class")!=="active")
{e("#navi").css("display","none").addClass("suball")}}}}function g()
{if(e(window).width()>767){e("#PageList1
ul").css("display","block")}else{if(e(window).width()<=767&&e("#top_mobilenav").att
r("class")==="active"){e("#PageList1
ul").css("display","block")}else{if(e(window).width()<=767&&e("#top_mobilenav").att
r("class")!=="active"){e("#PageList1
ul").css("display","none")}}}}f();g();e(window).resize(f);e(window).resize(g)}funct
ion seach(a){(function(e){var l={blogURL:"",srcBlank:"",findText:"Search results
for keyword",NotfindText:"No
result!",Showthumb:true,LoadingText:"Searching...",scrthumbSize:50,summaryLength:10
0};l=e.extend({},l,a);var b=e("#ajax-search-form"),f=b.find(":text");b.append('<div
id="search-result"></div>');var d=e("#search-result");b.on("submit",function(){var
g=f.val();d.show().html('<div
class="load">'+l.LoadingText+"</div>");e.get((l.blogURL===""?
window.location.protocol+"//"+window.location.host:l.blogURL)+"/feeds/posts/
summary?alt=json-in-script&q="+g+"&max-results=9999",function(z){var
q=z.feed.entry,o,n,h,p,k="";if(q!==undefined){k="<h4>"+l.findText+"
&quot;"+g+"&quot;</h4>";k+='<a class="close" href="/">&times;</a><ol>';for(var
m=0;m<q.length;m++){var A=new RegExp(g,"ig"),h=q[m].title.
$t.replace(A,"<mark>"+g+"</mark>");for(var y=0;y<q[m].link.length;y++)
{if(q[m].link[y].rel=="alternate"){p=q[m].link[y].href}}if(l.summaryLength>0)
{if("content"in q[m]){o=q[m].content.$t}else{if("summary"in q[m]){o=q[m].summary.
$t}else{o=""}}o=o.replace(/<\S[^>]*>/g,"");if(o.length>l.summaryLength)
{o=o.substring(0,l.summaryLength)+"..."}o=o.replace(A,"<mark>"+g+"</
mark>")}if(l.Showthumb===true){if("media$thumbnail"in q[m])
{n=q[m].media$thumbnail.url.replace(/\/s[0-9]+\-c/g,"/s"+l.scrthumbSize+"-
c")}else{n=l.srcBlank}}k+='<li><a href="'+p+'" >'+(l.Showthumb===true?'<img
width="'+l.scrthumbSize+'" height="'+l.scrthumbSize+'" src="'+n+'"/>':"")
+"<strong>"+h+"</strong></a>"+(l.summaryLength>0?"<p>"+o+"</p>":"")+"</li>"}k+="</
ol>";d.html(k)}else{d.html('<a class="close"
href="/">&times;</a><strong>'+l.NotfindText+"</strong>")}},"jsonp");return
false});b.on("click",".close",function(){d.fadeOut();return false})})
(jQuery)}function ShowPost1(a){(function(b){var
g={blogURL:"",MaxPost:5,idcontaint:"",FirstImageSize:300,ImageSize:300,Summarylengt
h:90,animated:false,loadingClass:"loadingz",pBlank:"http://2.bp.blogspot.com/-
RFdFqW5Klsc/UitLuFMcVxI/AAAAAAAADpM/y5UnpsxUSrc/s1600/noimgs.jpg",MonthNames:
["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],tagName:f
alse};g=b.extend({},g,a);var d=b(g.idcontaint);d.html('<div class="box-
content"><ul></ul></div>').addClass(g.loadingClass);b.get((g.blogURL===""?
window.location.protocol+"//"+window.location.host:g.blogURL)+"/feeds/posts/
summary"+(g.tagName===false?"":"/-/"+g.tagName)+"?max-
results="+g.MaxPost+"&orderby=published&alt=json-in-script",function(m){var
t,q,h,Q,v,s,k,n,l,o,M,f,r,p,P="",w=m.feed.entry;for(var u=0;u<w.length;u++){for(var
e=0;e<w[u].link.length;e++){if(w[u].link[e].rel=="alternate")
{t=w[u].link[e].href;break}}for(var f=0;f<e;f++)
{if(w[u].link[f].rel=="replies"&&w[u].link[f].type=="text/html")
{Q=w[u].link[f].title.split(" ")[0];break}}if("media$thumbnail"in w[u])
{v=w[u].media$thumbnail.url}else{v=g.pBlank}if("content"in w[u]){h=w[u].content.
$t}else{if("summary"in
w[u]){h=w[u].summary.$t}else{h=""}}h=h.replace(/<\S[^>]*>/g,"");if(h.length>g.Summa
rylength){h=h.substring(0,g.Summarylength)+"..."}if(w[u]===w[0]){v=v.replace(/\/
s[0-9]+\-c/g,"/s"+g.FirstImageSize+"-p");if(v.indexOf("i.ytimg.com/vi/")!=-1)
{v=v.replace("default","0")}k="<p>"+h+"</p>"}else{v=v.replace(/\/s[0-9]+\-c/g,"/
s"+g.ImageSize+"-p");k=""}q=w[u].title.$t;r=w[u].author[0].name.
$t;p=w[u].author[0].gd$image.src;f=w[u].published.
$t.substring(0,10);n=f.substring(0,4);l=f.substring(5,7);o=f.substring(8,10);M=g.Mo
nthNames[parseInt(l,10)-1];s='<div class="uj_thumb"><a title="'+q+'" class=" "
href="'+t+'"><img src="'+v+'"/><span class="uj-vid"></span></a><span
class="nb_slide_icon"><span class="inside"><span class="avatar"><img
src="'+p+'"/></span><span class="author">Written by
<strong>'+r+"</strong></span></span></span></div>";j='<a class="more-link"
href="'+t+'">Read More</a>';P+='<li><div class="inner-content" >'+s+'<h3><a
href="'+t+'">'+q+'</a></h3><span class="post-meta"><span class="comt"><i
class="icon-comments"></i>'+Q+' comment</span> <span class="dd"> <i class="icon-
time"></i> '+o+'</span> <span class="dm">'+M+'</span> <span class="dy">'+n+' -
</span> <span class="auth">
<i class="icon-user"></i>'+r+"</span></span>"+k+"
"+j+"</div></li>"}b("ul",d).append(P);b(g.idcontaint+" li:first-
child .uj_thumb").hover(function(){b(g.idcontaint).find(".nb_slide_icon
").stop().animate({top:0},{queue:false,duration:300})},function()
{b(g.idcontaint).find(".nb_slide_icon ").stop().animate({top:"-60px"},
{queue:false,duration:300})});if(g.animated){b("ul",d).addClass("scroll-
item");b(g.idcontaint+" .box-
content").flexslider({animation:"slide",selector:".scroll-item >
li",animationLoop:true,itemWidth:240,pauseOnHover:true,move:3,itemMargin:0,minItems
:3,mousewheel:false,maxItems:4})}else{if(g.tagName!=false){d.append('<h2 class="uj-
box-title"><a href="/search/label/'+encodeURIComponent(g.tagName)+'?&max-
results=7"><i
class="icon-list-ul"></i></a></h2>')}}d.removeClass(g.loadingClass)},"jsonp")})
(jQuery)}function ShowPost2(a){(function(b){var
g={blogURL:"",MaxPost:5,idcontaint:"",FirstImageSize:600,ImageSize:300,Summarylengt
h:90,animated:false,loadingClass:"loadingz",pBlank:"",MonthNames:
["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],tagName:f
alse};g=b.extend({},g,a);var d=b(g.idcontaint);d.html('<div class="box-
content"><ul></ul></div>').addClass(g.loadingClass);b.get((g.blogURL===""?
window.location.protocol+"//"+window.location.host:g.blogURL)+"/feeds/posts/
summary"+(g.tagName===false?"":"/-/"+g.tagName)+"?max-
results="+g.MaxPost+"&orderby=published&alt=json-in-script",function(l){var
s,p,h,O,u,r,n,o,m,q,k,f,w,M="",v=l.feed.entry;for(var t=0;t<v.length;t++){for(var
e=0;e<v[t].link.length;e++){if(v[t].link[e].rel=="alternate")
{s=v[t].link[e].href;break}}if("media$thumbnail"in v[t])
{u=v[t].media$thumbnail.url}else{u=g.pBlank}if("content"in v[t]){h=v[t].content.
$t}else{if("summary"in
v[t]){h=v[t].summary.$t}else{h=""}}h=h.replace(/<\S[^>]*>/g,"");if(h.length>g.Summa
rylength){h=h.substring(0,g.Summarylength)+"..."}if(v[t]===v[0]){u=u.replace(/\/
s[0-9]+\-c/g,"/s"+g.FirstImageSize+"-p");if(u.indexOf("img.youtube.com/vi/")!=-1)
{u=u.replace("default","0")}n="<p>"+h+"</p>"}else{u=u.replace(/\/s[0-9]+\-c/g,"/
s"+g.ImageSize+"-p");n=""}p=v[t].title.$t;w=v[t].author[0].name.
$t;f=v[t].published.
$t.substring(0,10);o=f.substring(0,4);m=f.substring(5,7);q=f.substring(8,10);k=g.Mo
nthNames[parseInt(m,10)-1];r='<div class="uj_thumb"><a title="'+p+" - Posted by
"+w+'" class="thumblab" href="'+s+'"><img src="'+u+'"/></a></div>';M+='<li><div
class="inner-content" >'+r+"</div></li>"}b("ul",d).append(M);if(g.animated)
{b("ul",d).addClass("scroll-item");b(g.idcontaint+" .box-
content").flexslider({animation:"slide",selector:".scroll-item >
li",animationLoop:true,itemWidth:240,pauseOnHover:true,move:3,itemMargin:0,minItems
:3,mousewheel:false,maxItems:4})}else{if(g.tagName!=false){d.append('<h2 class="uj-
box-title"><a href="/search/label/'+encodeURIComponent(g.tagName)+'?&max-
results=7"><i
class="icon-list-ul"></i></a></h2>')}}d.removeClass(g.loadingClass)},"jsonp")})
(jQuery)}window.labelinc=(function(){var b=function(g){var f=g||{},h=f.url_blog||
window.location.host,a=f.id_labelcontent||"#labelbar";$.get("http://"+h+"/feeds/
posts/summary?max-results=0&alt=json-in-script",function(e){var
l=e.feed.category,d="";if(l!==undefined){d="<span>+</span><ul class='sb-
item'>";for(var k=0;k<l.length;k++){d+='<li><a
href="/search/label/'+encodeURIComponent(l[k].term)+'?&max-
results=7">'+l[k].term+"</a></li>"}d+="</ul>";$(a).html(d)}else{$(a).html("<span>No
Label!</span>")}},"jsonp");$(".menu_item div .lines").click(function(){$
("#labelbar").slideToggle("fast");$(this).toggleClass("active");return
false})};return function(a){b(a)}})();function NewsTicker(a){(function(b){var
e={blogURL:"",MaxPost:4,Speed:0.1,direction:"ltr",titleText:"headlines",displayType
:"reveal",Container:".breaking-news",MonthNames:
["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]};e=b.exte
nd({},e,a);b(e.Container).addClass("loading");b.get((e.blogURL===""?
window.location.protocol+"//"+window.location.host:e.blogURL)+"/feeds/posts/
summary?max-results="+e.MaxPost+"&orderby=published&alt=json-in-script",function(d)
{var n,q,s,o,f,l,u,p,m,g,k,r="",t=d.feed.entry;if(t!==undefined){for(var
h=0;h<t.length;h++){for(var K=0;K<t[h].link.length;K++)
{if(t[h].link[K].rel=="alternate"){n=t[h].link[K].href}}q=t[h].title.
$t;g=t[h].published.
$t.substring(0,10);s=g.substring(0,4);o=g.substring(5,7);f=g.substring(8,10);l=e.Mo
nthNames[parseInt(o,10)-1];u=t[h].published.
$t.substring(11,16);p=u.substring(0,2);m=u.substring(2,5);if(p<12)
{k="AM"}else{k="PM"}if(p===0){p=12}if(p>12){p=p-12}r+='<li><span title="'+l+"
"+f+", "+s+'" class="date">'+p+""+m+" "+k+'</span> <a class="title"
href="'+n+'">'+q+"</a></li>"}b(e.Container).html('<h4>headlines</h4><ul
id="newstick">'+r+"</ul>").removeClass("loading");b("#newstick").ticker({speed:e.Sp
eed,direction:e.direction,titleText:e.titleText,displayType:e.displayType})}else{b(
e.Container).html("<span>No result!</span>").removeClass("loading")}},"jsonp")})
(jQuery)}(function(a){a(window).scroll(function(){if(a(this).scrollTop()>250)
{a("#top").removeAttr("href");a("#top").stop().animate({height:50,opacity:1},
{duration:500,queue:false})}else{a("#top").stop().animate({height:50,opacity:0},
{duration:500,queue:false})}});a(function(){a("#top").click(function(){a("html,
body").animate({scrollTop:0},"slow");return false})})})(jQuery);function
PostSlide(b){(function(a){var
f={blogURL:"",MaxPost:9,idcontaint:"",ImageSize:500,Summarylength:150,RandompostAct
ive:true,loadingClass:"loadingz",pBlank:"",MonthNames:
["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],tagName:f
alse};f=a.extend({},f,b);var g=a(f.idcontaint);g.html('<div
class="uj_slider_wrap"><ul
class="slides"></ul></div>').addClass(f.loadingClass);var h=function(B){var
k,e,d,y,D,A,E,L,C,w,z,H,M="",G=B.feed.entry;for(var F=0;F<G.length;F++){for(var
x=0;x<G[F].link.length;x++){if(G[F].link[x].rel=="alternate")
{k=G[F].link[x].href;break}}if("media$thumbnail"in G[F])
{D=G[F].media$thumbnail.url.replace(/\/s[0-9]+\-c/g,"/s"+f.ImageSize);if(G[F].media
$thumbnail.url.indexOf("img.youtube.com")!=-1)
{D=G[F].media$thumbnail.url.replace("default","0")}}else{D=f.pBlank.replace(/\/s[0-
9]+\-c/g,"/s"+f.ImageSize)}if("content"in G[F]){d=G[F].content.
$t}else{if("summary"in G[F]){d=G[F].summary.$t}else{d="<p></p>"}}d=d.replace(/<\
S[^>]*>/g,"");if(d.length>f.Summarylength){d=d.substring(0,f.Summarylength)
+"..."}e=G[F].title.$t;z=G[F].author[0].name.$t;w=G[F].published.
$t.substring(0,10);A=w.substring(0,4);E=w.substring(5,7);L=w.substring(8,10);C=f.Mo
nthNames[parseInt(E,10)-1];H='<a class="morelink" href="'+k+'">Read
More</a>';M+='<li class="uj_slider_item"><div class="slider_img"><a title="'+e+'"
class="" href="'+k+'"><img src="'+D+'"/></a></div><div
class="slider_caption"><h3><a href="'+k+'">'+e+"</a></h3><p> Posted by
"+z+"</p>"+d+" <p>"+H+"</p></div></li>"}g.find("ul.slides").append(M);if(!
f.RandompostActive)
{a(f.idcontaint+" .uj_slider_wrap").flexslider({animation:"fade",controlNav:true,an
imationLoop:true,smoothHeight:true,pauseOnHover:true,mousewheel:false});g.removeCla
ss(f.loadingClass)}};a.get((f.blogURL===""?
window.location.protocol+"//"+window.location.host:f.blogURL)+"/feeds/posts/
summary"+(f.tagName===false?"":"/-/"+f.tagName)+"?max-
results=0&orderby=published&alt=json-in-script",function(r)
{Total_Posts_Number=r.feed.openSearch$totalResults.
$t;if(Total_Posts_Number<=f.MaxPost){f.MaxPost=Total_Posts_Number}var
p=[];while(p.length<f.MaxPost){var
d=Math.ceil(Math.random()*Total_Posts_Number);var k=false;for(var e=0;e<p.length;e+
+){if(p[e]==d){k=true;break}}if(!k){p[p.length]=d}}if(f.RandompostActive==true){var
s;for(var o=0;o<f.MaxPost;o++){s=a.get((f.blogURL===""?
window.location.protocol+"//"+window.location.host:f.blogURL)+"/feeds/posts/
default"+(f.tagName===false?"":"/-/"+f.tagName)+"?start-index="+p[o]+"&max-
results=1&orderby=published&alt=json-in-
script",h,"jsonp")}a.when(s).done(function()
{a(f.idcontaint+" .uj_slider_wrap").flexslider({animation:"fade",selector:".slides
>
li",animationLoop:true,smoothHeight:true,pauseOnHover:true,mousewheel:false,initDel
ay:f.MaxPost*700,before:function()
{a(f.idcontaint).find(".slider_caption").stop().animate({left:100,opacity:0},2000);
a(f.idcontaint).find(".caption").stop().animate({left:0,opacity:0},2000)},after:fun
ction()
{a(f.idcontaint).find(".slider_caption").stop().animate({left:10,opacity:1},2000);a
(f.idcontaint).find(".caption").stop().animate({left:50,opacity:1},2000)}});g.remov
eClass(f.loadingClass)})}else{a.get((f.blogURL===""?
window.location.protocol+"//"+window.location.host:f.blogURL)+"/feeds/posts/
default"+(f.tagName===false?"":"/-/"+f.tagName)+"?max-
results="+f.MaxPost+"&orderby=published&alt=json-in-script",h,"jsonp")}},"jsonp")})
(jQuery)};
//]]></script>

<script type='text/javascript'>
//<![CDATA[
;(function($){$.flexslider=function(el,options){var slider=$(el),vars=$.extend({},
$.flexslider.defaults,options),namespace=vars.namespace,touch=("ontouchstart"in
window)||window.DocumentTouch&&document instanceof
DocumentTouch,eventType=(touch)?"touchend":"click",vertical=vars.direction==="verti
cal",reverse=vars.reverse,carousel=(vars.itemWidth>0),fade=vars.animation==="fade",
asNav=vars.asNavFor!=="",methods={};
$.data(el,"flexslider",slider);methods={init:function()
{slider.animating=false;slider.currentSlide=vars.startAt;slider.animatingTo=slider.
currentSlide;slider.atEnd=(slider.currentSlide===0||
slider.currentSlide===slider.last);slider.containerSelector=vars.selector.substr(0,
vars.selector.search(' '));slider.slides=$(vars.selector,slider);slider.container=$
(slider.containerSelector,slider);slider.count=slider.slides.length;slider.syncExis
ts=$
(vars.sync).length>0;if(vars.animation==="slide")vars.animation="swing";slider.prop
=(vertical)?"top":"marginLeft";slider.args={};slider.manualPause=false;slider.trans
itions=!vars.video&&!fade&&vars.useCSS&&(function(){var
obj=document.createElement('div'),props=['perspectiveProperty','WebkitPerspective',
'MozPerspective','OPerspective','msPerspective'];for(var i in props)
{if(obj.style[props[i]]!==undefined)
{slider.pfx=props[i].replace('Perspective','').toLowerCase();slider.prop="-"+slider
.pfx+"-transform";return true;}}
return false;}());if(vars.controlsContainer!=="")slider.controlsContainer=$
(vars.controlsContainer).length>0&&$
(vars.controlsContainer);if(vars.manualControls!=="")slider.manualControls=$
(vars.manualControls).length>0&&$(vars.manualControls);if(vars.randomize)
{slider.slides.sort(function(){return(Math.round(Math.random())-
0.5);});slider.container.empty().append(slider.slides);}
slider.doMath();if(asNav)methods.asNav.setup();slider.setup("init");if(vars.control
Nav)methods.controlNav.setup();if(vars.directionNav)methods.directionNav.setup();if
(vars.keyboard&&($(slider.containerSelector).length===1||vars.multipleKeyboard)){$
(document).bind('keyup',function(event){var keycode=event.keyCode;if(!
slider.animating&&(keycode===39||keycode===37)){var target=(keycode===39)?
slider.getTarget('next'):(keycode===37)?
slider.getTarget('prev'):false;slider.flexAnimate(target,vars.pauseOnAction);}});}
if(vars.mousewheel){slider.bind('mousewheel',function(event,delta,deltaX,deltaY)
{event.preventDefault();var target=(delta<0)?
slider.getTarget('next'):slider.getTarget('prev');slider.flexAnimate(target,vars.pa
useOnAction);});}
if(vars.pausePlay)methods.pausePlay.setup();if(vars.slideshow)
{if(vars.pauseOnHover){slider.hover(function(){slider.pause();},function(){if(!
slider.manualPause)slider.play();});}
(vars.initDelay>0)?setTimeout(slider.play,vars.initDelay):slider.play();}
if(touch&&vars.touch)methods.touch();if(!fade||(fade&&vars.smoothHeight))$
(window).bind("resize focus",methods.resize);setTimeout(function()
{vars.start(slider);},200);},asNav:{setup:function()
{slider.asNav=true;slider.animatingTo=Math.floor(slider.currentSlide/
slider.move);slider.currentItem=slider.currentSlide;slider.slides.removeClass(names
pace+"active-slide").eq(slider.currentItem).addClass(namespace+"active-
slide");slider.slides.click(function(e){e.preventDefault();var $slide=$
(this),target=$slide.index();if(!$(vars.asNavFor).data('flexslider').animating&&!
$slide.hasClass('active'))
{slider.direction=(slider.currentItem<target)?"next":"prev";slider.flexAnimate(targ
et,vars.pauseOnAction,false,true,true);}});}},controlNav:{setup:function(){if(!
slider.manualControls)
{methods.controlNav.setupPaging();}else{methods.controlNav.setupManual();}},setupPa
ging:function(){var type=(vars.controlNav==="thumbnails")?'control-
thumbs':'control-paging',j=1,item;slider.controlNavScaffold=$('<ol
class="'+namespace+'control-nav
'+namespace+type+'"></ol>');if(slider.pagingCount>1){for(var
i=0;i<slider.pagingCount;i++){item=(vars.controlNav==="thumbnails")?'<img
src="'+slider.slides.eq(i).attr("data-thumb")+'"/>':'<a>'+j+'</a>';slider.controlNa
vScaffold.append('<li>'+item+'</li>');j++;}}
(slider.controlsContainer)?$
(slider.controlsContainer).append(slider.controlNavScaffold):slider.append(slider.c
ontrolNavScaffold);methods.controlNav.set();methods.controlNav.active();slider.cont
rolNavScaffold.delegate('a, img',eventType,function(event)
{event.preventDefault();var $this=$
(this),target=slider.controlNav.index($this);if(!
$this.hasClass(namespace+'active'))
{slider.direction=(target>slider.currentSlide)?"next":"prev";slider.flexAnimate(tar
get,vars.pauseOnAction);}});if(touch){slider.controlNavScaffold.delegate('a',"click
touchstart",function(event){event.preventDefault();});}},setupManual:function()
{slider.controlNav=slider.manualControls;methods.controlNav.active();slider.control
Nav.live(eventType,function(event){event.preventDefault();var $this=$
(this),target=slider.controlNav.index($this);if(!
$this.hasClass(namespace+'active')){(target>slider.currentSlide)?
slider.direction="next":slider.direction="prev";slider.flexAnimate(target,vars.paus
eOnAction);}});if(touch){slider.controlNav.live("click touchstart",function(event)
{event.preventDefault();});}},set:function(){var
selector=(vars.controlNav==="thumbnails")?'img':'a';slider.controlNav=$
('.'+namespace+'control-nav li '+selector,(slider.controlsContainer)?
slider.controlsContainer:slider);},active:function()
{slider.controlNav.removeClass(namespace+"active").eq(slider.animatingTo).addClass(
namespace+"active");},update:function(action,pos)
{if(slider.pagingCount>1&&action==="add"){slider.controlNavScaffold.append($
('<li><a>'+slider.count+'</a></li>'));}else if(slider.pagingCount===1)
{slider.controlNavScaffold.find('li').remove();}else{slider.controlNav.eq(pos).clos
est('li').remove();}
methods.controlNav.set();(slider.pagingCount>1&&slider.pagingCount!
==slider.controlNav.length)?
slider.update(pos,action):methods.controlNav.active();}},directionNav:
{setup:function(){var directionNavScaffold=$('<ul class="'+namespace+'direction-
nav"><li><a class="'+namespace+'prev" href="#">'+vars.prevText+'</a></li><li><a
class="'+namespace+'next"
href="#">'+vars.nextText+'</a></li></ul>');if(slider.controlsContainer){$
(slider.controlsContainer).append(directionNavScaffold);slider.directionNav=$
('.'+namespace+'direction-nav li
a',slider.controlsContainer);}else{slider.append(directionNavScaffold);slider.direc
tionNav=$('.'+namespace+'direction-nav li a',slider);}
methods.directionNav.update();slider.directionNav.bind(eventType,function(event)
{event.preventDefault();var target=($(this).hasClass(namespace+'next'))?
slider.getTarget('next'):slider.getTarget('prev');slider.flexAnimate(target,vars.pa
useOnAction);});if(touch){slider.directionNav.bind("click
touchstart",function(event){event.preventDefault();});}},update:function(){var
disabledClass=namespace+'disabled';if(!vars.animationLoop)
{if(slider.pagingCount===1){slider.directionNav.addClass(disabledClass);}else
if(slider.animatingTo===0)
{slider.directionNav.removeClass(disabledClass).filter('.'+namespace+"prev").addCla
ss(disabledClass);}else if(slider.animatingTo===slider.last)
{slider.directionNav.removeClass(disabledClass).filter('.'+namespace+"next").addCla
ss(disabledClass);}else{slider.directionNav.removeClass(disabledClass);}}}},pausePl
ay:{setup:function(){var pausePlayScaffold=$('<div
class="'+namespace+'pauseplay"><a></a></div>');if(slider.controlsContainer)
{slider.controlsContainer.append(pausePlayScaffold);slider.pausePlay=$
('.'+namespace+'pauseplay
a',slider.controlsContainer);}else{slider.append(pausePlayScaffold);slider.pausePla
y=$('.'+namespace+'pauseplay a',slider);}
methods.pausePlay.update((vars.slideshow)?
namespace+'pause':namespace+'play');slider.pausePlay.bind(eventType,function(event)
{event.preventDefault();if($(this).hasClass(namespace+'pause'))
{slider.pause();slider.manualPause=true;}else{slider.play();slider.manualPause=fals
e;}});if(touch){slider.pausePlay.bind("click touchstart",function(event)
{event.preventDefault();});}},update:function(state){(state==="play")?
slider.pausePlay.removeClass(namespace+'pause').addClass(namespace+'play').text(var
s.playText):slider.pausePlay.removeClass(namespace+'play').addClass(namespace+'paus
e').text(vars.pauseText);}},touch:function(){var
startX,startY,offset,cwidth,dx,startT,scrolling=false;el.addEventListener('touchsta
rt',onTouchStart,false);function onTouchStart(e){if(slider.animating)
{e.preventDefault();}else if(e.touches.length===1)
{slider.pause();cwidth=(vertical)?slider.h:slider.w;startT=Number(new
Date());offset=(carousel&&reverse&&slider.animatingTo===slider.last)?0:
(carousel&&reverse)?slider.limit-
(((slider.itemW+vars.itemMargin)*slider.move)*slider.animatingTo):
(carousel&&slider.currentSlide===slider.last)?slider.limit:(carousel)?
((slider.itemW+vars.itemMargin)*slider.move)*slider.currentSlide:(reverse)?
(slider.last-slider.currentSlide+slider.cloneOffset)*cwidth:
(slider.currentSlide+slider.cloneOffset)*cwidth;startX=(vertical)?
e.touches[0].pageY:e.touches[0].pageX;startY=(vertical)?
e.touches[0].pageX:e.touches[0].pageY;el.addEventListener('touchmove',onTouchMove,f
alse);el.addEventListener('touchend',onTouchEnd,false);}}
function onTouchMove(e){dx=(vertical)?startX-e.touches[0].pageY:startX-
e.touches[0].pageX;scrolling=(vertical)?(Math.abs(dx)<Math.abs(e.touches[0].pageX-
startY)):(Math.abs(dx)<Math.abs(e.touches[0].pageY-startY));if(!scrolling||
Number(new Date())-startT>500){e.preventDefault();if(!fade&&slider.transitions)
{if(!vars.animationLoop){dx=dx/((slider.currentSlide===0&&dx<0||
slider.currentSlide===slider.last&&dx>0)?(Math.abs(dx)/cwidth+2):1);}
slider.setProps(offset+dx,"setTouch");}}}
function onTouchEnd(e){if(slider.animatingTo===slider.currentSlide&&!scrolling&&!
(dx===null)){var updateDx=(reverse)?-dx:dx,target=(updateDx>0)?
slider.getTarget('next'):slider.getTarget('prev');if(slider.canAdvance(target)&&(Nu
mber(new Date())-startT<550&&Math.abs(updateDx)>20||Math.abs(updateDx)>cwidth/2))
{slider.flexAnimate(target,vars.pauseOnAction);}else{slider.flexAnimate(slider.curr
entSlide,vars.pauseOnAction,true);}}
el.removeEventListener('touchmove',onTouchMove,false);el.removeEventListener('touch
end',onTouchEnd,false);startX=null;startY=null;dx=null;offset=null;}},resize:functi
on(){if(!slider.animating&&slider.is(':visible')){if(!
carousel)slider.doMath();if(fade){methods.smoothHeight();}else if(carousel)
{slider.slides.width(slider.computedW);slider.update(slider.pagingCount);slider.set
Props();}
else if(vertical)
{slider.viewport.height(slider.h);slider.setProps(slider.h,"setTotal");}else{if(var
s.smoothHeight)methods.smoothHeight();slider.newSlides.width(slider.computedW);slid
er.setProps(slider.computedW,"setTotal");}}},smoothHeight:function(dur){if(!
vertical||fade){var $obj=(fade)?slider:slider.viewport;(dur)?
$obj.animate({"height":slider.slides.eq(slider.animatingTo).height()},dur):
$obj.height(slider.slides.eq(slider.animatingTo).height());}},sync:function(action)
{var $obj=$(vars.sync).data("flexslider"),target=slider.animatingTo;switch(action)
{case"animate":
$obj.flexAnimate(target,vars.pauseOnAction,false,true);break;case"play":if(!
$obj.playing&&!$obj.asNav){$obj.play();}break;case"pause":$obj.pause();break;}}}
slider.flexAnimate=function(target,pause,override,withSync,fromNav){if(!
slider.animating&&(slider.canAdvance(target)||override)&&slider.is(":visible"))
{if(asNav&&withSync){var master=$
(vars.asNavFor).data('flexslider');slider.atEnd=target===0||target===slider.count-
1;master.flexAnimate(target,true,false,true,fromNav);slider.direction=(slider.curre
ntItem<target)?"next":"prev";master.direction=slider.direction;if(Math.ceil((target
+1)/slider.visible)-1!==slider.currentSlide&&target!==0)
{slider.currentItem=target;slider.slides.removeClass(namespace+"active-
slide").eq(target).addClass(namespace+"active-slide");target=Math.floor(target/
slider.visible);}else{slider.currentItem=target;slider.slides.removeClass(namespace
+"active-slide").eq(target).addClass(namespace+"active-slide");return false;}}
slider.animating=true;slider.animatingTo=target;vars.before(slider);if(pause)slider
.pause();if(slider.syncExists&&!
fromNav)methods.sync("animate");if(vars.controlNav)methods.controlNav.active();if(!
carousel)slider.slides.removeClass(namespace+'active-
slide').eq(target).addClass(namespace+'active-slide');slider.atEnd=target===0||
target===slider.last;if(vars.directionNav)methods.directionNav.update();if(target==
=slider.last){vars.end(slider);if(!vars.animationLoop)slider.pause();}
if(!fade){var dimension=(vertical)?
slider.slides.filter(':first').height():slider.computedW,margin,slideString,calcNex
t;if(carousel){margin=(vars.itemWidth>slider.w)?
vars.itemMargin*2:vars.itemMargin;calcNext=((slider.itemW+margin)*slider.move)*slid
er.animatingTo;slideString=(calcNext>slider.limit&&slider.visible!==1)?
slider.limit:calcNext;}else if(slider.currentSlide===0&&target===slider.count-
1&&vars.animationLoop&&slider.direction!=="next"){slideString=(reverse)?
(slider.count+slider.cloneOffset)*dimension:0;}else
if(slider.currentSlide===slider.last&&target===0&&vars.animationLoop&&slider.direct
ion!=="prev"){slideString=(reverse)?0:
(slider.count+1)*dimension;}else{slideString=(reverse)?((slider.count-1)-
target+slider.cloneOffset)*dimension:(target+slider.cloneOffset)*dimension;}
slider.setProps(slideString,"",vars.animationSpeed);if(slider.transitions){if(!
vars.animationLoop||!slider.atEnd)
{slider.animating=false;slider.currentSlide=slider.animatingTo;}
slider.container.unbind("webkitTransitionEnd
transitionend");slider.container.bind("webkitTransitionEnd
transitionend",function()
{slider.wrapup(dimension);});}else{slider.container.animate(slider.args,vars.animat
ionSpeed,vars.easing,function()
{slider.wrapup(dimension);});}}else{slider.slides.eq(slider.currentSlide).fadeOut(v
ars.animationSpeed,vars.easing);slider.slides.eq(target).fadeIn(vars.animationSpeed
,vars.easing,slider.wrapup);}
if(vars.smoothHeight)methods.smoothHeight(vars.animationSpeed);}}
slider.wrapup=function(dimension){if(!fade&&!carousel)
{if(slider.currentSlide===0&&slider.animatingTo===slider.last&&vars.animationLoop)
{slider.setProps(dimension,"jumpEnd");}else
if(slider.currentSlide===slider.last&&slider.animatingTo===0&&vars.animationLoop)
{slider.setProps(dimension,"jumpStart");}}
slider.animating=false;slider.currentSlide=slider.animatingTo;vars.after(slider);}
slider.animateSlides=function(){if(!
slider.animating)slider.flexAnimate(slider.getTarget("next"));}
slider.pause=function()
{clearInterval(slider.animatedSlides);slider.playing=false;if(vars.pausePlay)method
s.pausePlay.update("play");if(slider.syncExists)methods.sync("pause");}
slider.play=function()
{slider.animatedSlides=setInterval(slider.animateSlides,vars.slideshowSpeed);slider
.playing=true;if(vars.pausePlay)methods.pausePlay.update("pause");if(slider.syncExi
sts)methods.sync("play");}
slider.canAdvance=function(target){var last=(asNav)?slider.pagingCount-
1:slider.last;return(asNav&&slider.currentItem===0&&target===slider.pagingCount-
1&&slider.direction!=="next")?false:(target===slider.currentSlide&&!asNav)?false:
(vars.animationLoop)?true:
(slider.atEnd&&slider.currentSlide===0&&target===last&&slider.direction!=="next")?
false:
(slider.atEnd&&slider.currentSlide===last&&target===0&&slider.direction==="next")?
false:true;}
slider.getTarget=function(dir){slider.direction=dir;if(dir==="next")
{return(slider.currentSlide===slider.last)?
0:slider.currentSlide+1;}else{return(slider.currentSlide===0)?
slider.last:slider.currentSlide-1;}}
slider.setProps=function(pos,special,dur){var target=(function(){var
posCheck=(pos)?pos:
((slider.itemW+vars.itemMargin)*slider.move)*slider.animatingTo,posCalc=(function()
{if(carousel){return(special==="setTouch")?pos:
(reverse&&slider.animatingTo===slider.last)?0:(reverse)?slider.limit-
(((slider.itemW+vars.itemMargin)*slider.move)*slider.animatingTo):
(slider.animatingTo===slider.last)?slider.limit:posCheck;}else{switch(special)
{case"setTotal":return(reverse)?((slider.count-1)-
slider.currentSlide+slider.cloneOffset)*pos:
(slider.currentSlide+slider.cloneOffset)*pos;case"setTouch":return(reverse)?
pos:pos;case"jumpEnd":return(reverse)?
pos:slider.count*pos;case"jumpStart":return(reverse)?
slider.count*pos:pos;default:return pos;}}}());return(posCalc*-1)+"px";}
());if(slider.transitions)
{target=(vertical)?"translate3d(0,"+target+",0)":"translate3d("+target+",0,0)";dur=
(dur!==undefined)?(dur/1000)+"s":"0s";slider.container.css("-"+slider.pfx+"-
transition-duration",dur);}
slider.args[slider.prop]=target;if(slider.transitions||
dur===undefined)slider.container.css(slider.args);}
slider.setup=function(type){if(!fade){var sliderOffset,arr;if(type==="init")
{slider.viewport=$('<div
class="flex-viewport"></div>').css({"overflow":"hidden","position":"relative"}).app
endTo(slider).append(slider.container);slider.cloneCount=0;slider.cloneOffset=0;if(
reverse){arr=$.makeArray(slider.slides).reverse();slider.slides=$
(arr);slider.container.empty().append(slider.slides);}}
if(vars.animationLoop&&!carousel){slider.cloneCount=2;slider.cloneOffset=1;if(type!
=="init")slider.container.find('.clone').remove();slider.container.append(slider.sl
ides.first().clone().addClass('clone')).prepend(slider.slides.last().clone().addCla
ss('clone'));}
slider.newSlides=$(vars.selector,slider);sliderOffset=(reverse)?slider.count-1-
slider.currentSlide+slider.cloneOffset:slider.currentSlide+slider.cloneOffset;if(ve
rtical&&!carousel)
{slider.container.height((slider.count+slider.cloneCount)*200+"%").css("position","
absolute").width("100%");setTimeout(function()
{slider.newSlides.css({"display":"block"});slider.doMath();slider.viewport.height(s
lider.h);slider.setProps(sliderOffset*slider.h,"init");},(type==="init")?
100:0);}else{slider.container.width((slider.count+slider.cloneCount)*200+"%");slide
r.setProps(sliderOffset*slider.computedW,"init");setTimeout(function()
{slider.doMath();slider.newSlides.css({"width":slider.computedW,"float":"left","dis
play":"block"});if(vars.smoothHeight)methods.smoothHeight();},(type==="init")?
100:0);}}else{slider.slides.css({"width":"100%","float":"left","marginRight":"-
100%","position":"relative"});if(type==="init")slider.slides.eq(slider.currentSlide
).fadeIn(vars.animationSpeed,vars.easing);if(vars.smoothHeight)methods.smoothHeight
();}
if(!carousel)slider.slides.removeClass(namespace+"active-
slide").eq(slider.currentSlide).addClass(namespace+"active-slide");}
slider.doMath=function(){var
slide=slider.slides.first(),slideMargin=vars.itemMargin,minItems=vars.minItems,maxI
tems=vars.maxItems;slider.w=slider.width();slider.h=slide.height();slider.boxPaddin
g=slide.outerWidth()-slide.width();if(carousel)
{slider.itemT=vars.itemWidth+slideMargin;slider.minW=(minItems)?
minItems*slider.itemT:slider.w;slider.maxW=(maxItems)?
maxItems*slider.itemT:slider.w;slider.itemW=(slider.minW>slider.w)?(slider.w-
(slideMargin*minItems))/minItems:(slider.maxW<slider.w)?(slider.w-
(slideMargin*maxItems))/maxItems:(vars.itemWidth>slider.w)?
slider.w:vars.itemWidth;slider.visible=Math.floor(slider.w/
(slider.itemW+slideMargin));slider.move=(vars.move>0&&vars.move<slider.visible)?
vars.move:slider.visible;slider.pagingCount=Math.ceil(((slider.count-
slider.visible)/slider.move)+1);slider.last=slider.pagingCount-
1;slider.limit=(slider.pagingCount===1)?0:(vars.itemWidth>slider.w)?((slider.itemW+
(slideMargin*2))*slider.count)-slider.w-slideMargin:
((slider.itemW+slideMargin)*slider.count)-
slider.w;}else{slider.itemW=slider.w;slider.pagingCount=slider.count;slider.last=sl
ider.count-1;}
slider.computedW=slider.itemW-slider.boxPadding;}
slider.update=function(pos,action){slider.doMath();if(!carousel)
{if(pos<slider.currentSlide){slider.currentSlide+=1;}else
if(pos<=slider.currentSlide&&pos!==0){slider.currentSlide-=1;}
slider.animatingTo=slider.currentSlide;}
if(vars.controlNav&&!slider.manualControls){if((action==="add"&&!carousel)||
slider.pagingCount>slider.controlNav.length){methods.controlNav.update("add");}else
if((action==="remove"&&!carousel)||slider.pagingCount<slider.controlNav.length)
{if(carousel&&slider.currentSlide>slider.last){slider.currentSlide-
=1;slider.animatingTo-=1;}
methods.controlNav.update("remove",slider.last);}}
if(vars.directionNav)methods.directionNav.update();}
slider.addSlide=function(obj,pos){var $obj=$
(obj);slider.count+=1;slider.last=slider.count-1;if(vertical&&reverse){(pos!
==undefined)?slider.slides.eq(slider.count-
pos).after($obj):slider.container.prepend($obj);}else{(pos!==undefined)?
slider.slides.eq(pos).before($obj):slider.container.append($obj);}
slider.update(pos,"add");slider.slides=$
(vars.selector+':not(.clone)',slider);slider.setup();vars.added(slider);}
slider.removeSlide=function(obj){var pos=(isNaN(obj))?slider.slides.index($
(obj)):obj;slider.count-=1;slider.last=slider.count-1;if(isNaN(obj)){$
(obj,slider.slides).remove();}else{(vertical&&reverse)?
slider.slides.eq(slider.last).remove():slider.slides.eq(obj).remove();}
slider.doMath();slider.update(pos,"remove");slider.slides=$
(vars.selector+':not(.clone)',slider);slider.setup();vars.removed(slider);}
methods.init();}
$.flexslider.defaults={namespace:"flex-",selector:".slides >
li",animation:"fade",easing:"swing",direction:"horizontal",reverse:false,animationL
oop:true,smoothHeight:false,startAt:0,slideshow:true,slideshowSpeed:7000,animationS
peed:600,initDelay:0,randomize:false,pauseOnAction:true,pauseOnHover:false,useCSS:t
rue,touch:true,video:false,controlNav:true,directionNav:true,prevText:"Previous",ne
xtText:"Next",keyboard:true,multipleKeyboard:false,mousewheel:false,pausePlay:false
,pauseText:"Pause",playText:"Play",controlsContainer:"",manualControls:"",sync:"",a
sNavFor:"",itemWidth:0,itemMargin:0,minItems:0,maxItems:0,move:0,start:function()
{},before:function(){},after:function(){},end:function(){},added:function()
{},removed:function(){}}
$.fn.flexslider=function(options){options=options||{};if(typeof options==="object")
{return this.each(function(){var $this=$(this),selector=(options.selector)?
options.selector:".slides > li",$slides=$this.find(selector);if($slides.length===1)
{$slides.fadeIn(400);if(options.start)options.start($this);}else
if($this.data('flexslider')===undefined){new
$.flexslider(this,options);}});}else{var $slider=$
(this).data('flexslider');switch(options){case"play":
$slider.play();break;case"pause":$slider.pause();break;case"next":
$slider.flexAnimate($slider.getTarget("next"),true);break;case"prev":case"previous"
:$slider.flexAnimate($slider.getTarget("prev"),true);break;default:if(typeof
options==="number")$slider.flexAnimate(options,true);}}}})(jQuery);
//]]></script>
<script type='text/javascript'>
//<![CDATA[
(function($){$.fn.tipsy=function(options){options=$.extend({},
$.fn.tipsy.defaults,options);return this.each(function(){var
opts=$.fn.tipsy.elementOptions(this,options);$(this).hover(function()
{$.data(this,'cancel.tipsy',true);var tip=$.data(this,'active.tipsy');if(!tip)
{tip=$('<div class="tipsy"><div
class="tipsy-inner"/></div>');tip.css({position:'absolute',zIndex:100000});
$.data(this,'active.tipsy',tip);}
if($(this).attr('title')||typeof($(this).attr('original-title'))!='string'){$
(this).attr('original-title',$(this).attr('title')||'').removeAttr('title');}
var title;if(typeof opts.title=='string'){title=$
(this).attr(opts.title=='title'?'original-title':opts.title);}else if(typeof
opts.title=='function'){title=opts.title.call(this);}
tip.find('.tipsy-inner')[opts.html?'html':'text'](title||opts.fallback);var
pos=$.extend({},$(this).offset(),
{width:this.offsetWidth,height:this.offsetHeight});tip.get(0).className='tipsy';tip
.remove().css({top:0,left:0,visibility:'hidden',display:'block'}).appendTo(document
.body);var actualWidth=tip[0].offsetWidth,actualHeight=tip[0].offsetHeight;var
gravity=(typeof opts.gravity=='function')?
opts.gravity.call(this):opts.gravity;switch(gravity.charAt(0))
{case'n':tip.css({top:pos.top+pos.height,left:pos.left+pos.width / 2-actualWidth /
2}).addClass('tipsy-north');break;case's':tip.css({top:pos.top-
actualHeight,left:pos.left+pos.width / 2-actualWidth / 2}).addClass('tipsy-
south');break;case'e':tip.css({top:pos.top+pos.height / 2-actualHeight /
2,left:pos.left-actualWidth}).addClass('tipsy-
east');break;case'w':tip.css({top:pos.top+pos.height / 2-actualHeight /
2,left:pos.left+pos.width}).addClass('tipsy-west');break;}
if(opts.fade)
{tip.css({opacity:0,display:'block',visibility:'visible'}).animate({opacity:0.8});}
else{tip.css({visibility:'visible'});}},function()
{$.data(this,'cancel.tipsy',false);var self=this;setTimeout(function()
{if($.data(this,'cancel.tipsy'))return;var
tip=$.data(self,'active.tipsy');if(opts.fade){tip.stop().fadeOut(function(){$
(this).remove();});}else{tip.remove();}},100);});});};
$.fn.tipsy.elementOptions=function(ele,options){return $.metadata?
$.extend({},options,$(ele).metadata()):options;};
$.fn.tipsy.defaults={fade:false,fallback:'',gravity:'n',html:false,title:'title'};
$.fn.tipsy.autoNS=function(){return $(this).offset().top>($(document).scrollTop()+$
(window).height()/ 2)?'s':'n';};$.fn.tipsy.autoWE=function(){return $
(this).offset().left>($(document).scrollLeft()+$(window).width()/ 2)?'e':'w';};})
(jQuery);
//]]></script>
<script type='text/javascript'>
//<![CDATA[
(function($){$.fn.UjScrollPause=function(o)
{o=$.extend({bPrev:null,bNext:null,bGo:null,mouseWheel:false,auto:null,speed:200,ea
sing:null,vertical:false,circular:true,visible:3,start:0,scroll:1,pauseOnHover:fals
e,beforeStart:null,afterEnd:null},o||{});return this.each(function(){var
running=false,animCss=o.vertical?"top":"left",sizeCss=o.vertical?"height":"width";v
ar div=$(this),ul=$("ul",div),tLi=$
("li",ul),tl=tLi.size(),v=o.visible,paused=0;if(o.circular)
{ul.prepend(tLi.slice(tl-v-
1+1).clone()).append(tLi.slice(0,v).clone());o.start+=v}o.pauseOnHover?
ul.hover(function(){paused=1},function(){paused=0}):"";var li=$
("li",ul),itemLength=li.size(),curr=o.start;div.css("visibility","visible");li.css(
{overflow:"hidden","float":o.vertical?"none":"left"});ul.css({margin:"0",padding:"0
",position:"relative","list-style-type":"none","z-
index":"1"});div.css({overflow:"hidden",position:"relative","z-
index":"2",left:"0px"});var liSize=o.vertical?height(li):width(li);var
ulSize=liSize*itemLength;var
divSize=liSize*v;li.css({width:li.width(),height:li.height()});ul.css(sizeCss,ulSiz
e+"px").css(animCss,-(curr*liSize));div.css(sizeCss,divSize+"px");if(o.bPrev){$
(o.bPrev).click(function(){return go(curr-o.scroll)})}if(o.bNext){$
(o.bNext).click(function(){return go(curr+o.scroll)})}if(o.bGo)
{$.each(o.bGo,function(i,val){$(val).click(function(){return go(o.circular?
o.visible+i:i)})})}if(o.mouseWheel&&div.mousewheel){div.mousewheel(function(e,d)
{return d>0?go(curr-o.scroll):go(curr+o.scroll)})}if(o.auto){setInterval(function()
{go(curr+o.scroll)},o.auto+o.speed)}function vis(){return
li.slice(curr).slice(0,v)}function go(to){if(!running&&!paused){if(o.beforeStart)
{o.beforeStart.call(this,vis())}if(o.circular){if(to<=o.start-v-1){ul.css(animCss,-
((itemLength-(v*2))*liSize)+"px");curr=to==o.start-v-1?itemLength-(v*2)-
1:itemLength-(v*2)-o.scroll}else{if(to>=itemLength-v+1){ul.css(animCss,-
((v)*liSize)+"px");curr=to==itemLength-v+1?
v+1:v+o.scroll}else{curr=to}}}else{if(to<0||to>itemLength-v)
{return}else{curr=to}}running=true;ul.animate(animCss=="left"?{left:-
(curr*liSize)}:{top:-(curr*liSize)},o.speed,o.easing,function(){if(o.afterEnd)
{o.afterEnd.call(this,vis())}running=false});if(!o.circular){$
(o.bPrev+","+o.bNext).removeClass("disabled");$((curr-o.scroll<0&&o.bPrev)||
(curr+o.scroll>itemLength-v&&o.bNext)||[]).addClass("disabled")}}return
false}})};function css(el,prop){return parseInt($.css(el[0],prop))||0}function
width(el){return el[0].offsetWidth+css(el,"marginLeft")
+css(el,"marginRight")}function height(el){return
el[0].offsetHeight+css(el,"marginTop")+css(el,"marginBottom")}})(jQuery);
//]]></script>

<script type='text/javascript'>//<![CDATA[
$(document).ready(function() {
// change the dimension variable below to be the pixel size you want
var dimension = 96;
// this identifies the PopularPosts1 div element, finds each image in it, and
resizes it
$('#ShowPost1').find('img').each(function(n, image){
var image = $(image);
image.attr({src : image.attr('src').replace(/s\B\d{2,4}/,'s' + dimension)});
image.attr('width',dimension);
image.attr('height',dimension);
});
});
//]]></script>

<!--Menu To Drop Down Started-->


<script type='text/javascript'>
//<![CDATA[
$(document).ready(function(){
selectnav('menu-main', {
label: 'Select Here ',
nested: true,
autoselect: false,
indent: '-'
});
});
//]]></script>
<!--Menu To Drop Down End-->
<!--[if lte IE 8]>
<style type='text/css'>
#sidebartab .widget-content img {
border: 1px solid lightGrey;
height: 60px;
padding: 2px;
width: 100%;
}

</style> <![endif]-->

<script type='text/javascript'>
//<![CDATA[
jQuery(document).ready(function($) {
// Images Tip
$('.pix_uj .box-content li a').tipsy({gravity: 's', fade: true});
$('.pix_uj .box-content li a').tipsy({gravity: 's', fade: true});

// Tabs //
$('#tabbed-widget').each(function() {
$(this).find(".tabs-wrap").hide(); //Hide all content
$(this).find("ul.tabs li:first").addClass("active").show(); //Activate
first tab
$(this).find("ul.tabs li:first").addClass("active").show(); //Activate
first tab
$(this).find(".tabs-wrap:first").show(); //Show first tab content
});
$("ul.tabs li").click(function(e) {
$(this).parents('#tabbed-widget').find("ul.tabs
li").removeClass("active"); //Remove any "active" class
$(this).addClass("active"); //Add "active" class to selected tab
$(this).parents('#tabbed-widget').find(".tabs-wrap").hide(); //Hide all
tab content

var activeTab = $(this).find("a").attr("href"); //Find the href


attribute value to identify the active tab + content
$(this).parents('#tabbed-widget').find(activeTab).fadeIn(); //Fade in
the active ID content

e.preventDefault();
});
$("ul.tabs li").click(function(e) {
$(this).parents('#tabbed-widget').find("ul.tabs
li").removeClass("active"); //Remove any "active" class
$(this).addClass("active"); //Add "active" class to selected tab
$(this).parents('#tabbed-widget').find(".tabs-wrap").hide(); //Hide all
tab content

var activeTab = $(this).find("a").attr("href"); //Find the href


attribute value to identify the active tab + content
$(this).parents('#tabbed-widget').find(activeTab).fadeIn(); //Fade in
the active ID content

e.preventDefault();
});
$("ul.tabs li a").click(function(e) {
e.preventDefault();
})
$("ul.tabs li a").click(function(e) {
e.preventDefault();
})

});
//]]>
</script>

<script type='text/javascript'>
//<![CDATA[
jQuery(document).ready(function($){
$(window).load(function(){
$('.flexslider').flexslider({
animation: "fade",
slideshow: true,
directionNav:true,
slideshowSpeed: 5000,controlNav: true,
smoothHeight: true,
slideDirection: 'horizontal'
});
jQuery('.slides').addClass('loaded');
});
var aboveHeight = $('#leader-wrapper').outerHeight();
$(window).scroll(function(){
if ($(window).scrollTop() > aboveHeight){
$('#main-nav').addClass('fixed-nav').css('top','0').next()
.css('padding-top','43px');
} else {
$('#main-nav').removeClass('fixed-nav').next()
.css('padding-top','0');
}
});
});
//]]>
</script>

<script type='text/javascript'>
//<![CDATA[
var classicMode = false ;
var summary = 30;
var indent = 3;

var _XSnfZF= "\x65\x76\x61\x6c\x28\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x70\x2c\x61\


x2c\x63\x2c\x6b\x2c\x65\x2c\x64\x29\x7b\x65\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\
x28\x63\x29\x7b\x72\x65\x74\x75\x72\x6e\x28\x63\x3c\x61\x3f\x27\x27\x3a\x65\x28\
x70\x61\x72\x73\x65\x49\x6e\x74\x28\x63\x2f\x61\x29\x29\x29\x2b\x28\x28\x63\x3d\
x63\x25\x61\x29\x3e\x33\x35\x3f\x53\x74\x72\x69\x6e\x67\x2e\x66\x72\x6f\x6d\x43\
x68\x61\x72\x43\x6f\x64\x65\x28\x63\x2b\x32\x39\x29\x3a\x63\x2e\x74\x6f\x53\x74\
x72\x69\x6e\x67\x28\x33\x36\x29\x29\x7d\x3b\x69\x66\x28\x21\x27\x27\x2e\x72\x65\
x70\x6c\x61\x63\x65\x28\x2f\x5e\x2f\x2c\x53\x74\x72\x69\x6e\x67\x29\x29\x7b\x77\
x68\x69\x6c\x65\x28\x63\x2d\x2d\x29\x7b\x64\x5b\x65\x28\x63\x29\x5d\x3d\x6b\x5b\
x63\x5d\x7c\x7c\x65\x28\x63\x29\x7d\x6b\x3d\x5b\x66\x75\x6e\x63\x74\x69\x6f\x6e\
x28\x65\x29\x7b\x72\x65\x74\x75\x72\x6e\x20\x64\x5b\x65\x5d\x7d\x5d\x3b\x65\x3d\
x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x29\x7b\x72\x65\x74\x75\x72\x6e\x27\x5c\x5c\
x77\x2b\x27\x7d\x3b\x63\x3d\x31\x7d\x3b\x77\x68\x69\x6c\x65\x28\x63\x2d\x2d\x29\
x7b\x69\x66\x28\x6b\x5b\x63\x5d\x29\x7b\x70\x3d\x70\x2e\x72\x65\x70\x6c\x61\x63\
x65\x28\x6e\x65\x77\x20\x52\x65\x67\x45\x78\x70\x28\x27\x5c\x5c\x62\x27\x2b\x65\
x28\x63\x29\x2b\x27\x5c\x5c\x62\x27\x2c\x27\x67\x27\x29\x2c\x6b\x5b\x63\x5d\x29\
x7d\x7d\x72\x65\x74\x75\x72\x6e\x20\x70\x7d\x28\x27\x33\x4c\x28\x32\x78\x28\x70\
x2c\x61\x2c\x63\x2c\x6b\x2c\x65\x2c\x64\x29\x7b\x65\x3d\x32\x78\x28\x63\x29\x7b\
x32\x77\x28\x63\x3c\x61\x3f\x5c\x27\x5c\x27\x3a\x65\x28\x33\x68\x28\x63\x2f\x61\
x29\x29\x29\x2b\x28\x28\x63\x3d\x63\x25\x61\x29\x3e\x33\x35\x3f\x33\x69\x2e\x33\
x6a\x28\x63\x2b\x32\x39\x29\x3a\x63\x2e\x33\x6b\x28\x33\x36\x29\x29\x7d\x3b\x32\
x41\x28\x63\x2d\x2d\x29\x7b\x32\x7a\x28\x6b\x5b\x63\x5d\x29\x7b\x70\x3d\x70\x2e\
x33\x6c\x28\x32\x79\x20\x33\x6d\x28\x5c\x27\x5c\x5c\x5c\x5c\x62\x5c\x27\x2b\x65\
x28\x63\x29\x2b\x5c\x27\x5c\x5c\x5c\x5c\x62\x5c\x27\x2c\x5c\x27\x67\x5c\x27\x29\
x2c\x6b\x5b\x63\x5d\x29\x7d\x7d\x32\x77\x20\x70\x7d\x28\x5c\x27\x6d\x20\x62\x3d\
x5b\x22\x5c\x5c\x5c\x5c\x6c\x22\x2c\x22\x5c\x5c\x5c\x5c\x31\x4c\x5c\x5c\x5c\x5c\
x68\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6b\x22\x2c\x22\x5c\x5c\x5c\x5c\x6a\x5c\
x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x64\x22\
x2c\x22\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\
x5c\x65\x5c\x5c\x5c\x5c\x63\x22\x2c\x22\x22\x2c\x22\x5c\x5c\x5c\x5c\x69\x5c\x5c\
x5c\x5c\x64\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x67\x5c\x5c\
x5c\x5c\x72\x5c\x5c\x5c\x5c\x64\x22\x2c\x22\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\
x6b\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\
x31\x4e\x5c\x5c\x5c\x5c\x57\x5c\x5c\x5c\x5c\x31\x4b\x5c\x5c\x5c\x5c\x31\x50\x22\
x2c\x22\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\
x5c\x31\x70\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6e\x5c\x5c\
x5c\x5c\x64\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x31\x6c\x5c\
x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x31\x53\x5c\x5c\x5c\x5c\x77\x22\x2c\x22\x5c\x5c\
x5c\x5c\x76\x5c\x5c\x5c\x5c\x41\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6c\x5c\x5c\
x5c\x5c\x42\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x6c\x22\x2c\x22\x5c\x5c\x5c\x5c\
x66\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\
x63\x5c\x5c\x5c\x5c\x78\x22\x2c\x22\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x64\x5c\
x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x63\x22\x2c\x22\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\
x5c\x4f\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x78\x22\x2c\x22\x5c\x5c\x5c\x5c\x76\
x5c\x5c\x5c\x5c\x41\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x42\x5c\x5c\x5c\x5c\x75\
x22\x2c\x22\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x41\x5c\x5c\
x5c\x5c\x69\x5c\x5c\x5c\x5c\x42\x5c\x5c\x5c\x5c\x75\x22\x2c\x22\x5c\x5c\x5c\x5c\
x77\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\
x66\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x79\x22\x2c\x22\x5c\x5c\x5c\x5c\x6a\x5c\
x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x64\x22\
x2c\x22\x5c\x5c\x5c\x5c\x41\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\
x5c\x72\x5c\x5c\x5c\x5c\x31\x66\x22\x2c\x22\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\
x6e\x5c\x5c\x5c\x5c\x44\x22\x2c\x22\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x64\x5c\
x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x31\x70\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x64\
x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\
x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x31\x6c\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\
x57\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x31\x4d\x5c\x5c\x5c\
x5c\x67\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\x64\x22\x2c\x22\x5c\x5c\x5c\x5c\x76\
x5c\x5c\x5c\x5c\x77\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x6c\
x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6a\
x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x4f\
x5c\x5c\x5c\x5c\x31\x4c\x5c\x5c\x5c\x5c\x32\x64\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\
x5c\x78\x5c\x5c\x5c\x5c\x4f\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\x41\x5c\x5c\x5c\
x5c\x71\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\
x5c\x6c\x5c\x5c\x5c\x5c\x78\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\
x5c\x45\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x71\x22\x2c\x22\x5c\x5c\x5c\x5c\x71\
x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6e\
x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x4e\x5c\x5c\x5c\x5c\x65\
x5c\x5c\x5c\x5c\x77\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x78\x5c\x5c\x5c\x5c\x43\
x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x32\x63\x5c\x5c\x5c\x5c\x31\x6b\x5c\x5c\x5c\
x5c\x31\x6b\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x78\x5c\x5c\
x5c\x5c\x64\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x78\x5c\x5c\
x5c\x5c\x63\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x31\x48\x5c\
x5c\x5c\x5c\x32\x68\x5c\x5c\x5c\x5c\x31\x6b\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\
x6c\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\
x6a\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\
x63\x5c\x5c\x5c\x5c\x78\x5c\x5c\x5c\x5c\x4f\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\
x41\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\
x66\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\
x69\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x71\x22\x2c\x22\x5c\
x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x72\x22\x2c\x22\x5c\x5c\x5c\
x5c\x71\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x42\x5c\x5c\x5c\
x5c\x67\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x42\x5c\x5c\x5c\
x5c\x77\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x75\x22\x2c\x22\
x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x77\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x47\
x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x67\
x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x71\
x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\
x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x76\
x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x75\x22\x2c\x22\x5c\x5c\x5c\x5c\x51\x5c\x5c\
x5c\x5c\x51\x5c\x5c\x5c\x5c\x51\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x76\x5c\x5c\
x5c\x5c\x42\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x76\x5c\x5c\
x5c\x5c\x67\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x66\x5c\x5c\
x5c\x5c\x67\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x43\x5c\x5c\
x5c\x5c\x71\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\
x5c\x5c\x64\x5c\x5c\x5c\x5c\x58\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x65\x5c\x5c\
x5c\x5c\x6b\x5c\x5c\x5c\x5c\x31\x66\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x6c\x5c\
x5c\x5c\x5c\x78\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x45\x5c\
x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x71\x22\x2c\x22\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\
x5c\x75\x5c\x5c\x5c\x5c\x32\x67\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x67\x5c\x5c\
x5c\x5c\x77\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x31\x4b\x5c\x5c\x5c\x5c\x68\x5c\
x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x42\x5c\
x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x42\x5c\
x5c\x5c\x5c\x77\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x75\x22\
x2c\x22\x5c\x5c\x5c\x5c\x31\x42\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\x79\x5c\x5c\
x5c\x5c\x72\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\
x5c\x5c\x64\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x46\x5c\x5c\
x5c\x5c\x47\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x65\x5c\x5c\
x5c\x5c\x41\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x64\x22\x2c\x22\x5c\x5c\x5c\x5c\
x78\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x45\x22\x2c\x22\x5c\
x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x67\x5c\
x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6b\x22\
x2c\x22\x5c\x5c\x5c\x5c\x78\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\
x5c\x6f\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x42\x5c\x5c\x5c\x5c\x42\x5c\x5c\x5c\
x5c\x4e\x5c\x5c\x5c\x5c\x4e\x5c\x5c\x5c\x5c\x4e\x5c\x5c\x5c\x5c\x51\x5c\x5c\x5c\
x5c\x6a\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\
x5c\x63\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\
x5c\x66\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\
x5c\x6a\x5c\x5c\x5c\x5c\x51\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\
x5c\x6e\x5c\x5c\x5c\x5c\x42\x22\x2c\x22\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\
x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x77\x5c\x5c\x5c\x5c\x79\x22\x2c\x22\x5c\x5c\
x5c\x5c\x68\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x68\x5c\x5c\
x5c\x5c\x67\x5c\x5c\x5c\x5c\x77\x22\x2c\x22\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\
x79\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\
x63\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x22\x2c\x22\
x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x32\
x6a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\
x65\x5c\x5c\x5c\x5c\x41\x5c\x5c\x5c\x5c\x4f\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\
x64\x22\x2c\x22\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x22\
x2c\x22\x5c\x5c\x5c\x5c\x77\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\
x5c\x68\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\
x5c\x4e\x22\x2c\x22\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\
x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x64\x22\x2c\x22\x5c\x5c\x5c\x5c\x32\x65\x5c\
x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6c\x5c\
x5c\x5c\x5c\x31\x6c\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x44\
x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6c\
x5c\x5c\x5c\x5c\x57\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\x6f\
x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x64\
x5c\x5c\x5c\x5c\x6a\x22\x2c\x22\x5c\x5c\x5c\x5c\x77\x5c\x5c\x5c\x5c\x65\x5c\x5c\
x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x67\x5c\x5c\
x5c\x5c\x79\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x65\x5c\x5c\
x5c\x5c\x6b\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6b\x5c\x5c\
x5c\x5c\x64\x5c\x5c\x5c\x5c\x58\x5c\x5c\x5c\x5c\x41\x5c\x5c\x5c\x5c\x66\x5c\x5c\
x5c\x5c\x68\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x31\x66\x5c\x5c\x5c\x5c\x4b\x5c\
x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x68\x5c\
x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6b\x5c\
x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x4d\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x45\x5c\
x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x58\x5c\
x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x31\x41\x5c\x5c\x5c\x5c\x64\
x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6b\
x5c\x5c\x5c\x5c\x78\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x65\
x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6e\
x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x63\
x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x4d\
x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x66\
x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x6c\
x5c\x5c\x5c\x5c\x31\x42\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\
x45\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\
x6f\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\
x67\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x4d\x5c\x5c\x5c\x5c\
x6c\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\
x65\x5c\x5c\x5c\x5c\x41\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\
x65\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\
x6c\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\
x65\x5c\x5c\x5c\x5c\x41\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\
x4b\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\
x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\
x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x4d\x5c\x5c\x5c\x5c\x31\x41\x5c\x5c\x5c\
x5c\x58\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x77\x5c\x5c\x5c\
x5c\x64\x5c\x5c\x5c\x5c\x31\x51\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x31\x4a\x5c\
x5c\x5c\x5c\x31\x4a\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6e\
x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x63\
x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x4d\
x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x67\
x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x79\
x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x31\x48\x5c\x5c\x5c\x5c\
x4b\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\
x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\
x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x4d\x22\x2c\x22\x5c\x5c\x5c\x5c\x31\x55\
x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x57\
x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6e\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x66\
x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6a\
x22\x5d\x3b\x4a\x20\x31\x43\x28\x48\x2c\x50\x29\x7b\x31\x61\x20\x48\x5b\x62\x5b\
x35\x5d\x5d\x28\x2f\x3c\x2e\x2a\x3f\x3e\x2f\x31\x57\x2c\x62\x5b\x34\x5d\x29\x5b\
x62\x5b\x33\x5d\x5d\x28\x2f\x5c\x5c\x5c\x5c\x73\x2b\x2f\x29\x5b\x62\x5b\x32\x5d\
x5d\x28\x30\x2c\x50\x2d\x31\x29\x5b\x62\x5b\x31\x5d\x5d\x28\x62\x5b\x30\x5d\x29\
x7d\x4a\x20\x31\x45\x28\x31\x6f\x29\x7b\x31\x61\x20\x55\x5b\x62\x5b\x37\x5d\x5d\
x28\x31\x6f\x29\x5b\x62\x5b\x36\x5d\x5d\x5b\x62\x5b\x33\x5d\x5d\x28\x2f\x3c\x21\
x2d\x2d\x5c\x5c\x5c\x5c\x73\x2a\x31\x47\x5c\x5c\x5c\x5c\x73\x2a\x2d\x2d\x3e\x2f\
x29\x5b\x30\x5d\x7d\x4a\x20\x32\x76\x28\x7a\x2c\x50\x29\x7b\x6d\x20\x31\x72\x3d\
x2f\x3c\x2e\x2a\x3f\x3e\x2f\x54\x3b\x6d\x20\x31\x6d\x3d\x2f\x3c\x32\x70\x2e\x2a\
x3f\x3e\x2f\x54\x3b\x6d\x20\x31\x6e\x3d\x2f\x28\x3c\x5c\x5c\x5c\x5c\x2f\x7b\x31\
x7d\x70\x3e\x29\x7c\x28\x3c\x5c\x5c\x5c\x5c\x2f\x7b\x31\x7d\x32\x6f\x3e\x29\x2f\
x54\x3b\x6d\x20\x31\x73\x3d\x2f\x28\x3c\x31\x7a\x2e\x2a\x3f\x5c\x5c\x5c\x5c\x2f\
x7b\x31\x7d\x31\x7a\x3e\x29\x7c\x28\x3c\x31\x78\x2e\x2a\x3f\x5c\x5c\x5c\x5c\x2f\
x7b\x31\x7d\x31\x78\x3e\x29\x7c\x28\x3c\x31\x76\x2e\x2a\x3f\x5c\x5c\x5c\x5c\x2f\
x7b\x31\x7d\x31\x76\x3e\x29\x7c\x28\x3c\x31\x79\x2e\x2a\x3f\x5c\x5c\x5c\x5c\x2f\
x7b\x31\x7d\x31\x79\x3e\x29\x7c\x28\x3c\x31\x74\x2e\x2a\x3f\x5c\x5c\x5c\x5c\x2f\
x7b\x31\x7d\x31\x74\x3e\x29\x7c\x28\x3c\x31\x77\x2e\x2a\x3f\x5c\x5c\x5c\x5c\x2f\
x7b\x31\x7d\x31\x77\x3e\x29\x2f\x54\x3b\x7a\x3d\x7a\x5b\x62\x5b\x35\x5d\x5d\x28\
x31\x73\x2c\x62\x5b\x34\x5d\x29\x3b\x7a\x3d\x7a\x5b\x62\x5b\x35\x5d\x5d\x28\x31\
x6e\x2c\x62\x5b\x38\x5d\x29\x5b\x62\x5b\x33\x5d\x5d\x28\x31\x6d\x29\x3b\x31\x63\
x28\x6d\x20\x74\x3d\x30\x3b\x74\x3c\x7a\x5b\x62\x5b\x39\x5d\x5d\x3b\x74\x2b\x2b\
x29\x7b\x7a\x5b\x74\x5d\x3d\x7a\x5b\x74\x5d\x5b\x62\x5b\x35\x5d\x5d\x28\x31\x72\
x2c\x62\x5b\x34\x5d\x29\x7d\x3b\x6d\x20\x53\x3d\x32\x6d\x20\x32\x71\x28\x29\x3b\
x31\x63\x28\x6d\x20\x74\x20\x32\x72\x20\x7a\x29\x7b\x52\x28\x2f\x5b\x61\x2d\x31\
x5a\x2d\x32\x74\x2d\x39\x5d\x2f\x5b\x62\x5b\x31\x30\x5d\x5d\x28\x7a\x5b\x74\x5d\
x29\x29\x7b\x53\x5b\x62\x5b\x31\x31\x5d\x5d\x28\x7a\x5b\x74\x5d\x29\x7d\x7d\x3b\
x6d\x20\x48\x3d\x62\x5b\x34\x5d\x3b\x6d\x20\x59\x3d\x62\x5b\x34\x5d\x3b\x31\x63\
x28\x6d\x20\x74\x3d\x30\x3b\x74\x3c\x32\x6c\x3b\x74\x2b\x2b\x29\x7b\x59\x2b\x3d\
x62\x5b\x30\x5d\x7d\x3b\x52\x28\x53\x5b\x62\x5b\x31\x5d\x5d\x28\x62\x5b\x31\x32\
x5d\x29\x5b\x62\x5b\x33\x5d\x5d\x28\x62\x5b\x30\x5d\x29\x5b\x62\x5b\x39\x5d\x5d\
x3c\x50\x2d\x31\x29\x7b\x48\x3d\x53\x5b\x62\x5b\x31\x5d\x5d\x28\x59\x2b\x62\x5b\
x31\x33\x5d\x29\x7d\x31\x44\x7b\x6d\x20\x74\x3d\x30\x3b\x32\x6b\x28\x48\x5b\x62\
x5b\x33\x5d\x5d\x28\x62\x5b\x30\x5d\x29\x5b\x62\x5b\x39\x5d\x5d\x3c\x50\x29\x7b\
x48\x2b\x3d\x59\x2b\x62\x5b\x30\x5d\x2b\x53\x5b\x74\x5d\x2b\x62\x5b\x31\x32\x5d\
x3b\x74\x2b\x2b\x7d\x7d\x3b\x31\x61\x20\x48\x7d\x4a\x20\x32\x62\x28\x31\x69\x2c\
x31\x67\x2c\x31\x46\x2c\x5a\x2c\x31\x65\x29\x7b\x6d\x20\x31\x6a\x3d\x31\x46\x3b\
x6d\x20\x31\x67\x3d\x31\x67\x3b\x6d\x20\x5a\x3d\x5a\x3b\x6d\x20\x31\x65\x3d\x31\
x65\x3b\x6d\x20\x49\x3d\x55\x5b\x62\x5b\x37\x5d\x5d\x28\x31\x69\x29\x3b\x6d\x20\
x31\x62\x3d\x49\x5b\x62\x5b\x36\x5d\x5d\x3b\x52\x28\x2f\x3c\x21\x2d\x2d\x5c\x5c\
x5c\x5c\x73\x2a\x31\x47\x5c\x5c\x5c\x5c\x73\x2a\x2d\x2d\x3e\x2f\x5b\x62\x5b\x31\
x30\x5d\x5d\x28\x31\x62\x29\x29\x7b\x49\x5b\x62\x5b\x36\x5d\x5d\x3d\x31\x45\x28\
x31\x69\x29\x3b\x49\x5b\x62\x5b\x31\x35\x5d\x5d\x5b\x62\x5b\x31\x34\x5d\x5d\x3d\
x62\x5b\x31\x36\x5d\x7d\x31\x44\x7b\x6d\x20\x31\x68\x3d\x62\x5b\x34\x5d\x3b\x6d\
x20\x31\x64\x3d\x49\x5b\x62\x5b\x31\x38\x5d\x5d\x28\x62\x5b\x31\x37\x5d\x29\x3b\
x6d\x20\x32\x66\x3d\x31\x49\x3b\x52\x28\x31\x64\x5b\x62\x5b\x39\x5d\x5d\x3e\x3d\
x31\x29\x7b\x31\x68\x3d\x62\x5b\x31\x39\x5d\x2b\x31\x6a\x2b\x62\x5b\x32\x30\x5d\
x2b\x31\x64\x5b\x30\x5d\x5b\x62\x5b\x32\x31\x5d\x5d\x2b\x62\x5b\x32\x32\x5d\x7d\
x3b\x6d\x20\x31\x75\x3d\x31\x68\x2b\x62\x5b\x32\x33\x5d\x2b\x31\x43\x28\x31\x62\
x2c\x31\x49\x29\x2b\x62\x5b\x32\x34\x5d\x2b\x31\x6a\x2b\x62\x5b\x32\x35\x5d\x3b\
x49\x5b\x62\x5b\x36\x5d\x5d\x3d\x31\x75\x3b\x49\x5b\x62\x5b\x31\x35\x5d\x5d\x5b\
x62\x5b\x31\x34\x5d\x5d\x3d\x62\x5b\x31\x36\x5d\x7d\x7d\x24\x28\x55\x29\x5b\x62\
x5b\x32\x69\x5d\x5d\x28\x4a\x28\x29\x7b\x32\x61\x28\x4a\x28\x29\x7b\x52\x28\x21\
x24\x28\x62\x5b\x32\x36\x5d\x29\x5b\x62\x5b\x39\x5d\x5d\x29\x7b\x31\x71\x5b\x62\
x5b\x32\x38\x5d\x5d\x5b\x62\x5b\x32\x37\x5d\x5d\x3d\x62\x5b\x32\x39\x5d\x7d\x7d\
x2c\x32\x73\x29\x7d\x29\x3b\x31\x71\x5b\x62\x5b\x32\x6e\x5d\x5d\x3d\x4a\x28\x29\
x7b\x6d\x20\x4c\x3d\x55\x5b\x62\x5b\x37\x5d\x5d\x28\x62\x5b\x31\x56\x5d\x29\x3b\
x4c\x5b\x62\x5b\x56\x5d\x5d\x28\x62\x5b\x32\x37\x5d\x2c\x62\x5b\x32\x39\x5d\x29\
x3b\x4c\x5b\x62\x5b\x56\x5d\x5d\x28\x62\x5b\x31\x54\x5d\x2c\x62\x5b\x31\x59\x5d\
x29\x3b\x4c\x5b\x62\x5b\x56\x5d\x5d\x28\x62\x5b\x31\x52\x5d\x2c\x62\x5b\x31\x58\
x5d\x29\x3b\x4c\x5b\x62\x5b\x56\x5d\x5d\x28\x62\x5b\x31\x35\x5d\x2c\x62\x5b\x31\
x4f\x5d\x29\x3b\x4c\x5b\x62\x5b\x36\x5d\x5d\x3d\x62\x5b\x32\x75\x5d\x7d\x5c\x27\
x2c\x33\x6f\x2c\x33\x70\x2c\x5c\x27\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\
x33\x71\x7c\x33\x72\x7c\x33\x73\x7c\x33\x74\x7c\x33\x67\x7c\x33\x75\x7c\x33\x77\
x7c\x33\x78\x7c\x33\x79\x7c\x33\x7a\x7c\x33\x41\x7c\x33\x42\x7c\x33\x43\x7c\x33\
x44\x7c\x7c\x33\x45\x7c\x33\x46\x7c\x7c\x33\x47\x7c\x33\x48\x7c\x33\x49\x7c\x33\
x4a\x7c\x33\x65\x7c\x33\x66\x7c\x32\x52\x7c\x33\x64\x7c\x32\x4d\x7c\x32\x4c\x7c\
x32\x4b\x7c\x32\x4a\x7c\x32\x49\x7c\x32\x48\x7c\x32\x46\x7c\x32\x45\x7c\x32\x78\
x7c\x32\x44\x7c\x32\x43\x7c\x32\x4e\x7c\x32\x47\x7c\x32\x50\x7c\x32\x51\x7c\x32
\x4f\x7c\x32\x7a\x7c\x32\x53\x7c\x32\x54\x7c\x32\x55\x7c\x33\x33\x7c\x32\x56\x7c\
x32\x57\x7c\x32\x58\x7c\x32\x59\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x32\
x77\x7c\x32\x5a\x7c\x33\x61\x7c\x33\x62\x7c\x33\x63\x7c\x33\x4b\x7c\x33\x76\x7c\
x33\x4d\x7c\x34\x63\x7c\x34\x69\x7c\x34\x68\x7c\x34\x6b\x7c\x34\x6c\x7c\x34\x6d\
x7c\x34\x6e\x7c\x34\x6f\x7c\x34\x73\x7c\x34\x70\x7c\x34\x71\x7c\x34\x72\x7c\x34\
x67\x7c\x34\x74\x7c\x34\x45\x7c\x34\x44\x7c\x34\x42\x7c\x34\x75\x7c\x34\x7a\x7c\
x34\x78\x7c\x34\x77\x7c\x34\x76\x7c\x34\x79\x7c\x34\x41\x7c\x34\x43\x7c\x34\x6a\
x7c\x34\x66\x7c\x34\x30\x7c\x34\x64\x7c\x33\x4f\x7c\x33\x50\x7c\x33\x51\x7c\x33\
x38\x7c\x33\x53\x7c\x33\x54\x7c\x33\x36\x7c\x33\x56\x7c\x33\x34\x7c\x33\x58\x7c\
x33\x32\x7c\x33\x4e\x7c\x33\x37\x7c\x33\x35\x7c\x34\x31\x7c\x7c\x7c\x7c\x7c\x7c\
x7c\x7c\x7c\x7c\x7c\x34\x65\x7c\x34\x32\x7c\x34\x33\x7c\x34\x34\x7c\x34\x35\x7c\
x34\x36\x7c\x34\x37\x7c\x34\x38\x7c\x33\x30\x7c\x34\x39\x7c\x32\x41\x7c\x34\x61\
x7c\x32\x79\x7c\x33\x31\x7c\x34\x62\x7c\x33\x5a\x7c\x33\x59\x7c\x33\x57\x7c\x33\
x55\x7c\x33\x52\x7c\x33\x39\x7c\x33\x6e\x5c\x27\x2e\x32\x42\x28\x5c\x27\x7c\x5c\
x27\x29\x29\x29\x27\x2c\x36\x32\x2c\x32\x38\x39\x2c\x27\x7c\x7c\x7c\x7c\x7c\x7c\
x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\
x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\
x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\
x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\
x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\
x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\
x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\
x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x72\x65\x74\x75\x72\x6e\x7c\x66\x75\x6e\
x63\x74\x69\x6f\x6e\x7c\x6e\x65\x77\x7c\x69\x66\x7c\x77\x68\x69\x6c\x65\x7c\x73\
x70\x6c\x69\x74\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x31\x63\x7c\x78\x32\x31\x7c\
x5f\x30\x78\x61\x31\x36\x33\x78\x31\x36\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x32\
x7c\x78\x37\x37\x7c\x78\x37\x36\x7c\x78\x33\x41\x7c\x78\x36\x36\x7c\x78\x36\x37\
x7c\x78\x33\x44\x7c\x78\x32\x46\x7c\x78\x33\x42\x7c\x78\x32\x45\x7c\x78\x37\x35\
x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x33\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x37\
x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x64\x7c\x67\x69\x7c\x64\x6f\x63\x75\x6d\x65\
x6e\x74\x7c\x78\x35\x34\x7c\x78\x32\x44\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x65\
x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x31\x33\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\
x31\x37\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x66\x6f\x72\x7c\x5f\x30\x78\
x61\x31\x36\x33\x78\x31\x39\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x31\x34\x7c\x78\
x36\x32\x7c\x78\x36\x38\x7c\x78\x37\x39\x7c\x78\x36\x43\x7c\x70\x61\x72\x73\x65\
x49\x6e\x74\x7c\x53\x74\x72\x69\x6e\x67\x7c\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\
x6f\x64\x65\x7c\x74\x6f\x53\x74\x72\x69\x6e\x67\x7c\x72\x65\x70\x6c\x61\x63\x65\
x7c\x52\x65\x67\x45\x78\x70\x7c\x67\x65\x74\x53\x75\x6d\x6d\x61\x72\x79\x49\x6d\
x70\x72\x6f\x76\x65\x64\x7c\x36\x32\x7c\x31\x35\x36\x7c\x5f\x30\x78\x66\x62\x30\
x64\x7c\x78\x37\x34\x7c\x78\x36\x35\x7c\x78\x36\x39\x7c\x78\x36\x31\x7c\x5f\x30\
x78\x61\x31\x36\x33\x78\x31\x31\x7c\x78\x36\x46\x7c\x78\x37\x32\x7c\x78\x37\x33\
x7c\x78\x36\x45\x7c\x78\x32\x30\x7c\x76\x61\x72\x7c\x78\x36\x44\x7c\x78\x37\x30\
x7c\x78\x32\x32\x7c\x78\x36\x33\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x63\x7c\x78\
x33\x45\x7c\x78\x33\x43\x7c\x78\x36\x34\x7c\x78\x36\x42\x7c\x65\x76\x61\x6c\x7c\
x5f\x30\x78\x61\x31\x36\x33\x78\x31\x38\x7c\x69\x67\x7c\x78\x36\x41\x7c\x78\x34\
x45\x7c\x78\x34\x38\x7c\x5a\x30\x7c\x78\x34\x43\x7c\x78\x37\x38\x7c\x33\x30\x30\
x30\x7c\x78\x34\x39\x7c\x69\x6e\x7c\x78\x35\x33\x7c\x41\x72\x72\x61\x79\x7c\x62\
x72\x7c\x78\x33\x39\x7c\x7a\x41\x7c\x63\x72\x65\x61\x74\x65\x53\x75\x6d\x6d\x61\
x72\x79\x41\x6e\x64\x54\x68\x75\x6d\x62\x7c\x78\x33\x33\x7c\x78\x35\x46\x7c\x78\
x34\x36\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x31\x61\x7c\x78\x35\x32\x7c\x78\x33\
x36\x7c\x78\x34\x31\x7c\x69\x6e\x64\x65\x6e\x74\x7c\x64\x69\x76\x7c\x5f\x30\x78\
x61\x31\x36\x33\x78\x31\x30\x7c\x78\x34\x44\x7c\x73\x65\x74\x49\x6e\x74\x65\x72\
x76\x61\x6c\x7c\x73\x75\x6d\x6d\x61\x72\x79\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\
x31\x62\x7c\x78\x33\x30\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x31\x35\x7c\x78\x33\
x31\x7c\x78\x34\x32\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x39\x7c\x5f\x30\x78\x61\
x31\x36\x33\x78\x61\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x35\x7c\x78\x34\x35\x7c\
x5f\x30\x78\x61\x31\x36\x33\x78\x38\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x62\x7c\
x63\x6f\x64\x65\x7c\x77\x69\x6e\x64\x6f\x77\x7c\x74\x61\x62\x6c\x65\x7c\x73\x74\
x79\x6c\x65\x7c\x65\x6c\x73\x65\x7c\x73\x74\x72\x69\x70\x48\x74\x6d\x6c\x54\x61\
x67\x73\x7c\x78\x32\x33\x7c\x67\x65\x74\x53\x75\x6d\x6d\x61\x72\x79\x4c\x69\x6b\
x65\x57\x50\x7c\x78\x37\x41\x7c\x5f\x30\x78\x61\x31\x36\x33\x78\x31\x32\x7c\x66\
x6f\x72\x6d\x7c\x6d\x6f\x72\x65\x7c\x73\x63\x72\x69\x70\x74\x7c\x70\x72\x65\x27\
x2e\x73\x70\x6c\x69\x74\x28\x27\x7c\x27\x29\x2c\x30\x2c\x7b\x7d\x29\x29\
x0a";eval(_XSnfZF);
//]]>
</script>

<script type='text/javascript'>
//<![CDATA[
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c
%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String))
{while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\
w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\
b','g'),k[c])}}return p}('7 D=D||5,9=9||19,A=A||1a,m=m||"h://W.S.g/16/?d=18",E=E||"
1p &1f;",v=(p v===\'o\')?j:v,z=(p z===\'o\')?Z:z,n=(p n===\'o\')?j:n,M=(p
M===\'o\')?Z:n;1l 12(L){7 b;b=\'<Y C="12">\';H(7 i=0;i<D;i++){7
x,y,2,k;4(i==L.14.8.q)1g;b+="<X>";7 8=L.14.8[i];H(7 l=0;l<8.I.q;l++)
{4(8.I[l].1j==\'1o\'){x=8.I[l].w}}H(7 a=0;a<8.K.q;a++){y=8.K[a].1i.
$t;2=8.K[a].1h$1k.N}4(2.f("/O/")!=-1){2=2.u("/O/","/s"+9+"-c/")}e 4(2.f("/T/")!=-1)
{2=2.u("/T/","/s"+9+"-c/")}e 4(2.f("/U-c/")!=-1&&2.f("h:")!=0){2="h:"+2.u("/U-
c/","/s"+9+"-c/")}e
4(2.f("G.g/B/1n-P.J")!=-1){2="h://3.13.Q.g/-1m-1e/17/1c/1b/s"+9+"/15.R"}e
4(2.f("G.g/B/1d-P.J")!=-1){2="h://3.13.Q.g/-1R/1U/1P/1K/s"+9+"/1J.R"}e
4(2.f("G.g/B/1M.J")!=-1){4(m.f("S.g")!=-1){2=m+"&s="+9}e{2=m}}e{2=2}4(v==j){4(n==j)
{k="1O"}e{k=""}b+="<V C=\\"1T "+k+"\\"><B C=\\""+k+"\\" N=\\""+2+"\\"
1H=\\""+y+"\\" 1w=\\""+9+"\\" 1I=\\""+9+"\\"/></V>"}b+="<a
w=\\""+x+"\\">"+y+"</a>";7 11=8.1v.$t;7 6=11.u(/(<([^>]+)>)/1u,"");4(6!=""&&6.q>A)
{6=6.1r(0,A);6+="&1s;";4(z==j){6+="<a
w=\\""+x+"\\">"+E+"</a>"}}e{6=6}b+="<r>"+6+"</r>";b+="</X>"}b+=\'</Y>\';7
F="";4(M==j){F="10:1F;"}b+="<r 1G=\\"1E-1D:1A;10:1B;1C-1S:1z;"+F+"\\">1y 1t<a
w=\\"h://W.1x.1L/\\">1Q</a></r>";1N.1q(b)}',62,119,'||authorAvatar||if||commBody|
var|entry|avatarSize||commentsHtml|||else|indexOf|com|http||true|avatarClass||
defaultAvatar|roundAvatar|undefined|typeof|length|span|||replace|showAvatar|href|
commentlink|authorName|showMorelink|characters|img|class|numComments|moreLinktext|
hideCSS|blogblog|for|link|gif|author|Uj|showComnts|src|s1600|rounded|blogspot|png|
gravatar|s220|s512|div|uongjowo|li|ul|false|display|commHTML|recentComments|bp|
feed|Uj_blogger_logo|avatar|TxMKLVzQ5BI|mm|60|40|QYau8ov2blE|AAAAAAAABYY|openid16|
1X32ZM|raquo|break|gd|name|rel|image|function|AaI8|b16|alternate|More|write|
substring|hellip|by-|ig|content|width|blogspot|Widget|center|10px|block|text|size|
font|none|style|alt|height|Uj_openid_logo|8iasY0xpLzc|com|blank|document|
avatarRound|AAAAAAAABYc|bIogger|9lSeVyNRKx0|align|avatarImage|
TxMKMIqMNuI'.split('|'),0,{}))
//]]></script>

<script type='text/javascript'>
//<![CDATA[
var
numComments=5,
showAvatar=true,
avatarSize=50,
roundAvatar=false,
characters=60,
showMorelink=true,
moreLinktext=" more",
defaultAvatar="http://www.gravatar.com/avatar/?d=mm",
showComnts=true;
//]]></script>

<b:if cond='data:blog.pageType == &quot;item&quot;'>


<style>

.imghide{display:none}
</style>
</b:if>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>


<b:if cond='data:blog.pageType != &quot;item&quot;'>
<style>
.blog-posts.hfeed {
}
</style>
</b:if>
</b:if>

<style>
<b:if cond='data:blog.url != data:blog.homepageUrl'>
#frontpage {
display:none;
visibility:hidden;
}
</b:if>

<b:if cond='data:blog.url == data:blog.homepageUrl'>


#singlepage {
display:none;
visibility:hidden;
}
</b:if>

</style>

<script style='text/javascript'>
//<![CDATA[
function authorshow(data) {
for (var i = 0; i < 1; i++) {
var entry = data.feed.entry[i];
var avtr = entry.author[0].gd$image.src;
document.write('<img width="60" height="60" src="' + avtr + '"/>');
}
}
//]]>
</script>
<script type='text/javascript'>
//<![CDATA[
window.selectnav=function(){return function(p,q){var a,h=function(b){var c;b||
(b=window.event);b.target?
c=b.target:b.srcElement&&(c=b.srcElement);3===c.nodeType&&(c=c.parentNode);c.value&
&(window.location.href=c.value)},k=function(b)
{b=b.nodeName.toLowerCase();return"ul"===b||"ol"===b},l=function(b){for(var
c=1;document.getElementById("selectnav"+c);c++){}return
b?"selectnav"+c:"selectnav"+(c-1)},n=function(b){g++;var
c=b.children.length,a="",d="",f=g-1;if(c){if(f){for(;f--;){d+=r}d+="
"}for(f=0;f<c;f++){var e=b.children[f].children[0];if("undefined"!==typeof e){var
h=e.innerText||e.textContent,i="";j&&(i=-1!==e.className.search(j)||-1!
==e.parentElement.className.search(j)?m:"");s&&!i&&(i=e.href===document.URL?
m:"");a+='<option value="'+e.href+'"
'+i+">"+d+h+"</option>";t&&(e=b.children[f].children[1])&&k(e)&&(a+=n(e))}}1===g&&o
&&(a='<option value="">'+o+"</option>"+a);1===g&&(a='<select class="selectnav"
id="'+l(!0)+'">'+a+"</select>");g--;return
a}};if((a=document.getElementById(p))&&k(a)){document.documentElement.className+="
js";var d=q||{},j=d.activeclass||"active",s="boolean"===typeof d.autoselect?
d.autoselect:!0,t="boolean"===typeof d.nested?d.nested:!0,r=d.indent||"\
u2192",o=d.label||"- Navigation -",g=0,m=" selected
";a.insertAdjacentHTML("afterend",n(a));a=document.getElementById(l());a.addEventLi
stener&&a.addEventListener("change",h);a.attachEvent&&a.attachEvent("onchange",h)}}
}();
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c
%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String))
{while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\
w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\
b','g'),k[c])}}return p}('(4($){$.y=$.y||{};$.y.T={3:
{l:1,A:1,R:\'x\',E:b,u:8,J:8,13:1m,1l:8,14:b,H:1k,M:1j}};$.p.1n=4(3){7 3=$.1o({},
$.y.T.3,3);6.1s(4(){$(6).q(\'r\',1i U($(6),3))});i 6};$.p.1q=4()
{$(6).q(\'r\').l()};$.p.1p=4(){$(6).q(\'r\').D()};$.p.1g=4(W){$(6).q(\'r\').f(W-
1,b)};4 U(e,3){7 c=6;7 s=$(\'.1c:n\',e);7 B=$(\'.1f:n\',e);7 h=B.1e();7 v=$
(\'.1d:n\',e);7 w=$(\'.1r:n\',e);7 C=$(\'.u:n\',e);7 m,d,5,o,z,t=b,g=3.R==\'x\';4
18(){m=g?$(h[0]).O(b):$(h[0]).X(b);7 S=k.Q(((g?s.O():s.X())/(m*3.A))-
1);d=k.V(1,k.Q(h.j/3.A)-S);5=k.1J(d,k.V(1,3.l))-2;B.1L(g?\'1F\':\'1E\',
(m*h.j));s.1y().Z(g?\'\':\'1x\');c.f(1);Y();i c};4 Y(){9(3.E&&w.j>0&&v.j>0){w.F(4()
{c.f(-1);i 8});v.F(4(){c.f(1);i 8})}9(3.J){e.1v(c.D,c.l)}9(3.u&&C.j>0){$
(\'a\',C).F(17)}};4 12(){9(3.E){w.N(\'P\',!(5>0));v.N(\'P\',!(5+1<d))}9(3.u){7 I=$
(\'.10\',C);I.1I(\'16\');$(I[5]).Z(\'16\')}};4 17(1C){9($(6).1D(\'10\'))
{c.f(1A(6.1z),b)}i 8};4 K(){9(3.J&&!z){11(o);o=1w(4(){5=5+1==d?-1:5;t=5+1==d?
8:5==0?b:t;c.f(t?1:-1)},3.13)}};6.D=4(){11(o);z=b};6.l=4(){z=8;K()};6.f=4(L,15)
{5=15?L:5+=L;9(5>-1&&5<d){7 G={};G[g?\'1K\':\'1G\']=-(5*(m*3.A));B.D().1H(G,
{1u:8,H:3.14?3.H:0,1h:"1b",1a:4(){9(19 3.M==\'4\')3.M.1t(6,h[5],5)}});12();K()}};i
18()}})(1B);',62,110,'|||options|function|iCurrent|this|var|false|if||true|oSelf|
iSteps|root|move|bAxis|oPages|return|length|Math|start|iPageSize|first|oTimer|fn|
data|tcl|oViewport|bForward|pager|oBtnNext|oBtnPrev||tiny|bPause|display|oContent|
oPager|stop|controls|click|oPosition|duration|oNumbers|interval|setTimer|
iDirection|callback|toggleClass|outerWidth|disable|ceil|axis|iLeftover|carousel|
Carousel|max|iNum|outerHeight|setEvents|addClass|pagenum|clearTimeout|setButtons|
intervaltime|animation|bPublic|active|setPager|initialize|typeof|complete|swing|
viewport|next|children|overview|tinycarousel_move|easing|new|null|1000|rewind|3000|
tinycarousel|extend|tinycarousel_stop|tinycarousel_start|prev|each|call|queue|
hover|setTimeout|vertical|parent|rel|parseInt|jQuery|oEvent|hasClass|height|width|
top|animate|removeClass|min|left|css'.split('|'),0,{}))

(function (a) {
a.wdxnewpost = function (c, b) {
var d = this;
d.$el = a(c);
d.init = function () {
d.options = a.extend({}, a.wdxnewpost.defaultOptions, b);
d.$el.html('<div class="wdxtaglistco ' + d.options.postType + '"><ul
class="wdxnewponew"></ul></div>').addClass(d.options.loadingClass);
a.get((d.options.blogURL === "" ? window.location.protocol + "//" +
window.location.host : d.options.blogURL) + "/feeds/posts/default" +
(d.options.tagName === false ? "" : "/-/" + d.options.tagName) + "?max-results=" +
d.options.MaxPost + "&orderby=published&alt=json-in-script", function (B) {
var E, h, D, r, H, t, G, s, q, w, F, y, C, n = "",
f = B.feed.entry;
if (f !== undefined) {
for (var z = 0, p = f.length; z < p; z++) {
for (var x = 0, v = f[z].link.length; x < v; x++) {
if (f[z].link[x].rel == "alternate") {
E = f[z].link[x].href;
break
}
}
for (var u = 0, A = f[z].link.length; u < A; u++) {
if (f[z].link[u].rel == "replies" && f[z].link[u].type
== "text/html") {
H = f[z].link[u].title.split(" ")[0];
break
}
}
D = ("content" in f[z]) ? f[z].content.$t : ("summary" in
f[z]) ? f[z].summary.$t : "";
var e =
/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi;
t = a("<div></div>").append(D.replace(e, ""));
G = t.find("img");
if ("media$thumbnail" in f[z]) {
s = f[z].media$thumbnail.url.replace(/\/s[0-9]+\-c/g,
"/" + d.options.ImageSize);
if (f[z] === f[0] && d.options.postType !== "s") {
s = f[z].media$thumbnail.url.replace(/\/s[0-9]+\-
c/g, "/" + d.options.FirstImageSize)
} else {
if
(f[z].media$thumbnail.url.indexOf("img.youtube.com") != -1) {
s = f[z].media$thumbnail.url.replace("default",
"0")
}
}
} else {
if (G.length != 0) {
s = G[0].src
} else {
s = d.options.pBlank
}
}
D = D.replace(/<\S[^>]*>/g, "");
if (D.length > d.options.Summarylength) {
D = D.substring(0, d.options.Summarylength) + "..."
}
h = f[z].title.$t;
C = f[z].published.$t.substring(0, 10);
q = C.substring(0, 4);
w = C.substring(5, 7);
F = C.substring(8, 10);
y = d.options.MonthNames[parseInt(w, 10) - 1];
n += '<li class="a' + z + '"><div class="inner" ><a
title="' + h + '" class="imagethubnailwithtagin" href="' + E + '"><img src="' + s +
'"/></a><strong><a href="' + E + '">' + h + '</a></strong><div class="info">' +
(d.options.ShowDate === true ? '<span id="dayclass">' + y + " " + F + ", " + q +
"</span>" : "") + (d.options.ShowComment === true ? '<span id="comclass"><a href="'
+ E + '#comment-form">' + H + "</a> Comment(s)</span>" : "") + "</div><p " +
(d.options.ShowDesc === false ? "" : 'style="display:block"') + ">" + D +
"</p></div></li>"
}
a("ul", d.$el).append(n);
if (d.options.postType === "s") {
var o = a(c).parents(".widget");
var I = o.children("h2");
if (d.options.tagName != false) {
I.wrapInner('<a href="/search/label/' +
encodeURIComponent(d.options.tagName) + '"/>')
}
var m, g;
var k = d.$el.width();
if (a(window).width() < 479) {
g = 1;
m = k / g
} else {
if (a(window).width() < 979) {
g = 2;
m = k / g
} else {
if (a(window).width() < 1025) {
g = 3;
m = k / g
} else {
g = 4;
m = k / g
}
}
}
a(".wdxtaglistco", d.$el).flexslider({
animation: "slide",
selector: ".wdxnewponew > li",
animationLoop: true,
itemWidth: m,
minItems: 1,
move: g,
mousewheel: true,
maxItems: 3
});
d.$el.removeClass(d.options.loadingClass)
} else {
}
d.$el.removeClass(d.options.loadingClass)
} else {
d.$el.html("<span>No result! Or Error Loading Feed</span>")
}
}, "jsonp")
};
d.init()
};
a.wdxnewpost.defaultOptions = {
blogURL: "",
MaxPost: 6,
FirstImageSize: "s360-p",
ImageSize: "s200-p",
ShowDesc: false,
ShowDate: true,
ShowComment: true,
Summarylength: 170,
postType: "v",
loadingClass: "loadingxxnewcontent",
pBlank:
"http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/e7XkFtErqsU/s72-c/
grey.gif",
MonthNames: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep",
"Oct", "Nov", "Dec"],
tagName: false
};
a.fn.wdxnewpost = function (b) {
return this.each(function () {
(new a.wdxnewpost(this, b))
})
}
})(jQuery);
//]]></script>
</head>

<body expr:class='data:blog.pageType' itemscope=''


itemtype='http://schema.org/WebPage'>

<div id='wrapper'>

<div class='head_brnews'>

<div class='breaking-news'/>
<script type='text/javascript'>
NewsTicker({
idcontaint:&quot;.breaking-news&quot;,
MaxPost:5
});
</script>

<script type='text/javascript'>
jQuery(document).ready(function(){
createTicker();
});
</script>

<div id='top-social'>
<ul class='social_bookmarks'>

<li><a class='dribbble-icon' href='#'><img alt='dribbble'


src='http://3.bp.blogspot.com/-7_-yepGMYGw/Uvpgduli78I/AAAAAAAADFs/k35Jc2JdxNU/
s1600/dribbble.png'/></a></li>

<li><a class='flickr-icon' href='http://www.flickr.com/'><img alt='flickr'


src='http://3.bp.blogspot.com/-3NsCBH_V1ew/UvpgeclmDJI/AAAAAAAADF8/vGNII6mZzXM/
s1600/flickr.png'/></a></li>

<li><a class='pinterest-icon' href='#'><img alt='pinterest'


src='http://3.bp.blogspot.com/-h2EyrL4THQ4/UvpgenxN4GI/AAAAAAAADGE/VjoaAsIv7S4/
s1600/pinterest.png'/></a></li>

<li><a class='behance-icon' href='http://www.behance.net'><img alt='behance'


src='http://2.bp.blogspot.com/-Zxeg_XfVRFo/UvpgdX_DChI/AAAAAAAADFw/6pTJ-BFYTY4/
s1600/behance.png'/></a></li>

<li><a class='twitter-icon' href='https://twitter.com'><img alt='twitter'


src='http://2.bp.blogspot.com/-KLEvKn2h6GY/UvpgfiFYDpI/AAAAAAAADGY/bkuZ1cIApio/
s1600/twitter.png'/></a></li>

<li><a class='facebook-icon' href='http://www.facebook.com/'><img alt='facebook'


src='http://1.bp.blogspot.com/-W8nndVvEjyc/Uvpgdh0LYQI/AAAAAAAADFo/cRlScnRTqxw/
s1600/facebook.png'/></a></li>
</ul>

</div>

<div class='nav-search'>
<form action='/search' id='ajax-search-form'>
<input name='q' onblur='if (this.value == &quot;&quot;) {this.value =
&quot;Text to search...&quot;;}' onfocus='if (this.value == &quot;Text to
search...&quot;) {this.value = &quot;&quot;;}' type='text' value='Search...'/>
<button type='submit'><i class='fa fa-search'/></button>
</form>
</div>

</div>
<div class='clear'/>

<header>

<div class='header-content'>

<div class='container'>
<b:section id='logo' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='MTs Nurul Huda Dempet (Header)'
type='Header' version='1'>
<b:widget-settings>
<b:widget-setting name='displayUrl'>https://4.bp.blogspot.com/-
B4VKo17xCrg/W1u8qM3B9VI/AAAAAAAAAIY/1j7DM5K4nz8nWmaVpG5rPqTm0dlTCcwLACLcBGAs/
s1600/header%2Bgif.gif</b:widget-setting>
<b:widget-setting name='displayHeight'>124</b:widget-setting>
<b:widget-setting name='sectionWidth'>150</b:widget-setting>
<b:widget-setting name='useImage'>true</b:widget-setting>
<b:widget-setting name='shrinkToFit'>false</b:widget-setting>
<b:widget-setting name='imagePlacement'>BEFORE_DESCRIPTION</b:widget-
setting>
<b:widget-setting name='displayWidth'>1000</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>

<b:if cond='data:useImage'>
<b:if cond='data:imagePlacement == &quot;BEHIND&quot;'>
<!--
Show image as background to text. You can't really calculate the width
reliably in JS because margins are not taken into account by any of
clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
width if the user is using shrink to fit.
This results in a margin-width's worth of pixels being cropped. If the
user is not using shrink to fit then we expand the header.
-->
<b:if cond='data:mobile'>
<div id='header-inner'>
<div class='titlewrapper' style='background: transparent'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<h1 class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</h1>
<b:else/>
<p class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</p>
</b:if>
</div>
<b:include name='description'/>
</div>
<b:else/>
<div expr:style='&quot;background-image: url(\&quot;&quot; +
data:sourceUrl + &quot;\&quot;); &quot; + &quot;background-
position: &quot; + data:backgroundPositionStyleStr + &quot;;
&quot; + data:widthStyleStr +
&quot;min-height: &quot; + data:height + &quot;_height:
&quot; + data:height + &quot;background-repeat: no-repeat;
&quot;' id='header-inner'>
<div class='titlewrapper' style='background: transparent'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<h1 class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</h1>
<b:else/>
<p class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</p>
</b:if>
</div>
<b:include name='description'/>
</div>
</b:if>
<b:else/>
<!--Show the image only-->
<div id='header-inner'>
<a expr:href='data:blog.homepageUrl' style='display: block'>
<h1 style='display:none;'/>
<img expr:alt='data:title' expr:height='data:height'
expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl'
expr:width='data:width' style='display: block'/>
</a>
<!--Show the description-->
<b:if cond='data:imagePlacement == &quot;BEFORE_DESCRIPTION&quot;'>
<b:include name='description'/>
</b:if>
</div>
</b:if>
<b:else/>
<!--No header image -->
<div id='header-inner'>
<div class='titlewrapper'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<h1 class='title'>
<b:include name='title'/>
</h1>
<b:else/>
<p class='title'>
<b:include name='title'/>
</p>
</b:if>
</div>
<b:include name='description'/>
</div>
</b:if>
</b:includable>
<b:includable id='description'>
<div class='descriptionwrapper'>
<p class='description'><span><data:description/></span></p>
</div>
</b:includable>
<b:includable id='title'>
<b:tag cond='data:blog.url != data:blog.homepageUrl'
expr:href='data:blog.homepageUrl' name='a'>
<data:title/>
</b:tag>
</b:includable>
</b:widget>
</b:section>

<div id='righttop'>
<b:section id='adsentop' maxwidgets='1' showaddelement='yes'/>

<div class='clear'/>

</div><!--End righttop-->

</div>
</div>
<div class='clear'/>
<nav id='main-nav'>

<div class='main-menu'><ul class='menu' id='menu-main'>


<li><a class='home' expr:href='data:blog.homepageUrl'>Home</a></li>
<li class='MNsub'><a href='#'>Profil Madrasah</a>
<ul class='sub-menu hidden'>
<li><a href='#'>Struktur Organisasi</a><ul class='sub-menu hidden'>
<li><a href='#'>Yayasan</a></li>
<li><a href='#'>Dewan Guru</a></li>
</ul></li>
<li><a href='#'>Sejarah Berdiri</a></li>
</ul>
</li>
<li><a href='#'>Civitas Akademika</a></li>
<li><a href='#/'>Kurikulum</a></li>
<li class='MNsub'><a href='#'>Kesiswaan</a>
<ul class='sub-menu hidden'>
<li><a href='#'>Organisasi siswa</a><ul class='sub-menu hidden'>
<li><a href='#'>OSIS</a></li>
<li><a href='#'>Pramuka</a></li>
<li><a href='#'>PMR</a></li>
</ul></li>
<li><a href='#'>Program Kerja</a></li>
</ul>
</li>
<li><a href='#'>Fasilitas Madrasah</a></li>
<li><a href='#'>Download</a></li>
<li><a href='#'>PPDB</a></li>
<li><a href='#'>E-learning</a></li>
</ul>
</div>

</nav>

</header>

<div class='clear'/>

<div class='container' id='main-content'>

<div id='content-wrap'>

<div id='frontpage'>
<b:section id='my-slider' preferred='yes'>
<b:widget id='HTML26' locked='false' mobile='yes' title='Slider' type='HTML'
version='1'>
<b:widget-settings>
<b:widget-setting name='content'>Slider</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><span><data:title/></span></h2>
</b:if>
<div class='widget-content'>
<div class='uj_slider'/>
<script type='text/javascript'>
PostSlide({
idcontaint:&quot;.uj_slider&quot;,
MaxPost:4,
ImageSize: 667,
Summarylength: 150,
RandompostActive: false,
tagName:&quot;<data:content/>&quot;
});
</script>
<div class='clear'/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='Attribution1' locked='false' title='' type='Attribution'>
<b:widget-settings>
<b:widget-setting name='copyright'/>
</b:widget-settings>
<b:includable id='main'>
<div class='widget-content' style='text-align: center;'>
<b:if cond='data:attribution != &quot;&quot;'>
<data:attribution/>
</b:if>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>

<div class='clear'/>

<b:section class='recent-tube' id='slid1' preferred='yes'>


<b:widget id='HTML1' locked='false' mobile='yes' title='YOUTUBE KEGIATAN'
type='HTML' version='1'>
<b:widget-settings>
<b:widget-setting name='content'>youtube</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><span><data:title/></span></h2>
</b:if>
<div class='widget-content'>
<div id='slideshow1'/>
<script type='text/javascript'>
ShowPost1({
idcontaint:&quot;#slideshow1&quot;,
MaxPost:12,
ImageSize:300,
FirstImageSize:300,
tagName:&quot;<data:content/>&quot;
});
</script>

<div class='back'> <i class='icon-angle-left'/> </div>


<div class='forward'> <i class='icon-angle-right'/> </div>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>

<script type='text/javascript'>
(function($) { $(document).ready(function(){
$(&quot;.recent-tube .box-content&quot;).UjScrollPause({
auto:0, scroll: 1, speed: 400, visible: 4, start: 0,circular: false, bPrev:
&quot;.back&quot;,bNext: &quot;.forward&quot;, pauseOnHover: true});})})(jQuery)
</script>

</div>
<div class='clear'/>

<div id='content' style='max-width:620px;float:left;'>

<div id='frontpage'>

<b:section class='my-box UJ-list' id='lists' preferred='yes'>


<b:widget id='HTML14' locked='false' mobile='yes' title='BIMBINGAN
KARIER/EKSTRAKURIKULER' type='HTML' version='1'>
<b:widget-settings>
<b:widget-setting name='content'>unggulan</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><span><data:title/></span></h2>
</b:if>
<div class='widget-content'>
<div id='call-1'/>
<script type='text/javascript'>
ShowPost1({
idcontaint:&quot;#call-1&quot;,
MaxPost:5,
ImageSize:100,
FirstImageSize:300,
tagName:&quot;<data:content/>&quot;
});
</script>
<div class='clear'/>
</div>
<div class='clear'/>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>

<div class='clear'/>

<b:section class='car-box' id='slim' preferred='yes'>


<b:widget id='HTML18' locked='false' mobile='yes' title='Madrasah kita Hari
ini !!' type='HTML' version='1'>
<b:widget-settings>
<b:widget-setting name='content'>artikel</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><span><data:title/></span></h2>
</b:if>
<div class='widget-content'>

<div class='back'> <i class='icon-angle-left'/> </div>


<div class='forward'> <i class='icon-angle-right'/> </div>

<div id='postshow1'/>
<script type='text/javascript'>
ShowPost1({
idcontaint:&quot;#postshow1&quot;,
MaxPost:9,
ImageSize:220,
FirstImageSize:220,
tagName:&quot;<data:content/>&quot;
});
</script>
<div class='clear'/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='HTML12' locked='false' mobile='yes' title='Galeri Kegiatan
Madrasah' type='HTML' version='1'>
<b:widget-settings>
<b:widget-setting name='content'>serba-serbi</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><span><data:title/></span></h2>
</b:if>
<div class='widget-content'>
<div id='lideshow1'/>
<script type='text/javascript'>
ShowPost1({
idcontaint:&quot;#lideshow1&quot;,
MaxPost:5,
ImageSize:100,
FirstImageSize:300,
tagName:&quot;<data:content/>&quot;
});
</script>
<div class='clear'/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>

<script type='text/javascript'>
(function($) { $(document).ready(function(){
$(&quot;.car-box .box-content&quot;).UjScrollPause({
auto:0, scroll: 1, speed: 400, visible: 3, start: 0,circular: true, bPrev:
&quot;.back&quot;,bNext: &quot;.forward&quot;, pauseOnHover: true});})})(jQuery)
</script>

<div class='clear'/>

<div class='my-box cols-2' style='max-width:400px;'>


<b:section id='cols-2' preferred='no'>
<b:widget id='HTML15' locked='false' mobile='yes' title='KEGIATAN OSIS'
type='HTML' version='1'>
<b:widget-settings>
<b:widget-setting name='content'>osis</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><span><data:title/></span></h2>
</b:if>
<div class='widget-content'>
<div id='call3'/>
<script type='text/javascript'>
ShowPost1({
idcontaint:&quot;#call3&quot;,
MaxPost:4,
ImageSize:100,
FirstImageSize:300,
tagName:&quot;<data:content/>&quot;
});
</script>
<div class='clear'/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
</div>

<div class='my-box cols-2 last-column' style='max-width:400px;'>


<b:section id='lastcolumn2' preferred='no'>
<b:widget id='HTML16' locked='false' mobile='yes' title='KEPRAMUKAAN' type='HTML'
version='1'>
<b:widget-settings>
<b:widget-setting name='content'>pramuka</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><span><data:title/></span></h2>
</b:if>
<div class='widget-content'>
<div id='call4'/>
<script type='text/javascript'>
ShowPost1({
idcontaint:&quot;#call4&quot;,
MaxPost:4,
ImageSize:100,
FirstImageSize:300,
tagName:&quot;<data:content/>&quot;
});
</script>
<div class='clear'/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
</div>

<b:section class='my-box inde-uj' id='sli1' preferred='yes'/>

<b:section class='pix_uj' id='pix_uj' preferred='yes'/>

</div><!--End frontpage-->

<div class='clear'/>

<div id='singlepage'>

<b:if cond='data:blog.pageType != &quot;error_page&quot;'>


<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div class='menu_item'>
<div>
<div class='item-1'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<b:else/>
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<data:blog.pageName/>
<b:else/>
<b:if cond='data:blog.searchQuery'>
<data:blog.searchQuery/>
<b:else/>
<b:if cond='data:blog.searchLabel'>
<data:blog.searchLabel/>
</b:if>
</b:if>
</b:if>
</b:if>
</div>

<div class='lines' href='#'>


<i class='icon-sort'/>
</div>
<div class='hidden' id='labelbar'/>
</div>
</div>
<script type='text/javascript'>
labelinc();
</script>
</b:if>
</b:if></b:if>

<b:section class='main' id='main' showaddelement='no'>


<b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'
version='1'>
<b:widget-settings>
<b:widget-setting name='showDateHeader'>true</b:widget-setting>
<b:widget-setting name='style.textcolor'>#e03d3d</b:widget-setting>
<b:widget-setting name='showShareButtons'>true</b:widget-setting>
<b:widget-setting name='authorLabel'>By</b:widget-setting>
<b:widget-setting name='showCommentLink'>true</b:widget-setting>
<b:widget-setting name='style.urlcolor'>#57b90e</b:widget-setting>
<b:widget-setting name='showAuthor'>true</b:widget-setting>
<b:widget-setting name='style.linkcolor'>#d7884b</b:widget-setting>
<b:widget-setting name='style.unittype'>TextAndImage</b:widget-
setting>
<b:widget-setting name='style.bgcolor'>#000000</b:widget-setting>
<b:widget-setting name='showAuthorProfile'>false</b:widget-setting>
<b:widget-setting name='style.layout'>1x1</b:widget-setting>
<b:widget-setting name='showLabels'>true</b:widget-setting>
<b:widget-setting name='showLocation'>false</b:widget-setting>
<b:widget-setting name='showTimestamp'>true</b:widget-setting>
<b:widget-setting name='postsPerAd'>1</b:widget-setting>
<b:widget-setting name='showBacklinks'>false</b:widget-setting>
<b:widget-setting name='style.bordercolor'>#000000</b:widget-setting>
<b:widget-setting name='showInlineAds'>false</b:widget-setting>
<b:widget-setting name='showReactions'>false</b:widget-setting>
</b:widget-settings>
<b:includable id='main' var='top'>
<b:if cond='data:mobile == &quot;false&quot;'>

<!-- posts -->


<div class='blog-posts hfeed'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:include name='breadcrumb'/>
</b:if>
<data:defaultAdStart/>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.isDateStart'>
<b:if cond='data:post.isFirstPost == &quot;false&quot;'>
&lt;/div&gt;&lt;/div&gt;
</b:if>
</b:if>
<b:if cond='data:post.isDateStart'>
&lt;div class=&quot;date-outer&quot;&gt;
</b:if>
<b:if cond='data:post.isDateStart'>
&lt;div class=&quot;date-posts&quot;&gt;
</b:if>
<div class='post-outer'>
<b:include data='post' name='post'/>

<b:if cond='data:blog.pageType == &quot;item&quot;'>


<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>

</div>
</b:loop>
<b:if cond='data:numPosts != 0'>
&lt;/div&gt;&lt;/div&gt;
</b:if>
<data:adEnd/>
<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<b:include name='error_page_custom'/>
</b:if>
</div>

<div class='clear'/>

<!-- navigation -->


<b:include name='nextprev'/>

<!-- feed links -->


<b:include name='feedLinks'/>

<b:if cond='data:top.showStars'>
<script src='//www.google.com/jsapi' type='text/javascript'/>
<script type='text/javascript'>
google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;:
&quot;<data:top.languageCode/>&quot;});
function initialize() {
google.annotations.setApplicationId(<data:top.blogspotReviews/>);
google.annotations.createAll();
google.annotations.fetch();
}
google.setOnLoadCallback(initialize);
</script>
</b:if>

<b:else/>
<b:include name='mobile-main'/>
</b:if>

<b:if cond='data:top.showDummy'>
<data:top.dummyBootstrap/>
</b:if>
</b:includable>
<b:includable id='authorblog'>
<style>
.auvtar {
float: left;margin-right:10px;margin-bottom:5px;
width: 50px;background:#fff;
height: 50px;
overflow: hidden;
}

</style>

<script>
//<![CDATA[
function showAuth(user){
var b=user.entry.author[0];
c=b.name.$t;
d=b.gd$image.src.replace(/\/s[0-9]+(-*c*)\//,'/s60$1/');
document.write('<img class="auvtar" alt="'+c+'" src="'+d+'" title="'+c+'"/>')}
//]]>
</script>

<script expr:src='&quot;/feeds/posts/default/&quot; + data:post.id + &quot;?


alt=json-in-script&amp;amp;callback=showAuth&quot;'/>
</b:includable>
<b:includable id='authorinfo'>
<div class='entry-author'>

<h3 class='title'><data:blog.title/>&#39;s Admin </h3><div class='stripe-line'/>

<div class='author-avatar'><script src='/feeds/posts/default?alt=json-in-


script&amp;callback=authorshow'/></div>
<div class='author-description'>We are.., This is a short description in the author
block about the author. You edit it by entering text in the &quot;Biographical
Info&quot; field in the user admin panel.</div>

<div class='clear'/>

</div><!--/entry author-->
</b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'>
<span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
<a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
<img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
</a>
</span>
</b:includable>
<b:includable id='backlinks' var='post'>
<a name='links'/><h4><data:post.backlinksLabel/></h4>
<b:if cond='data:post.numBacklinks != 0'>
<dl class='comments-block' id='comments-block'>
<b:loop values='data:post.backlinks' var='backlink'>
<div class='collapsed-backlink backlink-control'>
<dt class='comment-title'>
<span class='backlink-toggle-zippy'>&#160;</span>
<a expr:href='data:backlink.url'
rel='nofollow'><data:backlink.title/></a>
<b:include data='backlink' name='backlinkDeleteIcon'/>
</dt>
<dd class='comment-body collapseable'>
<data:backlink.snippet/>
</dd>
<dd class='comment-footer collapseable'>
<span class='comment-author'><data:post.authorLabel/>
<data:backlink.author/></span>
<span class='comment-timestamp'><data:post.timestampLabel/>
<data:backlink.timestamp/></span>
</dd>
</div>
</b:loop>
</dl>
</b:if>
<p class='comment-footer'>
<a class='comment-link' expr:href='data:post.createLinkUrl'
expr:id='data:widget.instanceId + &quot;_backlinks-create-link&quot;'
target='_blank'><data:post.createLinkLabel/></a>
</p>
</b:includable>
<b:includable id='breadcrumb'>

<style>
#crumbs{color:#888;padding:0;margin-bottom:0;}

</style>

<div id='crumbs'>
<span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'><a
class='homex' expr:href='data:blog.homepageUrl' itemprop='url'><span
itemprop='title'>Home</span></a></span>
&#187;
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'>
<a expr:href='data:label.url' itemprop='url'><span
itemprop='title'><data:label.name/></span></a></span>
<b:if cond='data:label.isLast != &quot;true&quot;'> &#187; </b:if>
</b:loop>
<b:else/>
&#187;Unlabelled
</b:if>
&#187; <span><data:post.title/></span>
</b:loop>
</div>

</b:includable>
<b:includable id='comment-form' var='post'>

<div class='sep'/>

<div id='respond'>

<h3>Leave a Reply</h3>

<p><data:blogCommentMessage/></p>
<p><data:blogTeamBlogMessage/></p>
<p>
<iframe allowtransparency='true'
expr:src='data:post.commentFormIframeSrc' frameborder='0' height='275' id='comment-
editor' scrolling='auto' width='100%'/>
</p>
</div>

</b:includable>
<b:includable id='commentDeleteIcon' var='comment'>
<span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
<a expr:href='data:comment.deleteUrl'
expr:title='data:top.deleteCommentMsg'>
<img
src='http://www.blogger.com/img/icon_delete13.gif'/>
</a>
</span>
</b:includable>
<b:includable id='comment_count_picker' var='post'>
<b:if cond='data:post.forceIframeComments'>
<span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments'
expr:data-onclick='data:post.addCommentOnclick' expr:data-
url='data:post.canonicalUrl'>
</span>
<b:else/>
<b:if cond='data:post.commentSource == 1'>
<span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments'
expr:data-onclick='data:post.addCommentOnclick' expr:data-
url='data:post.canonicalUrl'>
</span>
<b:else/>
<a class='comment-link' expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'>
<data:post.commentLabelFull/>:
</a>
</b:if>
</b:if>
</b:includable>
<b:includable id='comment_picker' var='post'>
<b:if cond='data:post.forceIframeComments'>
<b:include data='post' name='iframe_comments'/>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
<b:else/>
<b:if cond='data:post.commentSource == 1'>
<b:include data='post' name='iframe_comments'/>
<b:else/>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
</b:if>
</b:includable>
<b:includable id='comments' var='post'>
<div class='comments' id='comments'>
<a name='comments'/>
<b:if cond='data:post.allowComments'>
<h2><span><data:post.commentLabelFull/>:</span></h2>

<b:if cond='data:post.commentPagingRequired'>
<span class='paging-control-container'>
<b:if cond='data:post.hasOlderLinks'>
<a expr:class='data:post.oldLinkClass'
expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
&#160;
<a expr:class='data:post.oldLinkClass'
expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
&#160;
</b:if>

<data:post.commentRangeText/>

<b:if cond='data:post.hasNewerLinks'>
&#160;
<a expr:class='data:post.newLinkClass'
expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
&#160;
<a expr:class='data:post.newLinkClass'
expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
</b:if>
</span>
</b:if>

<div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>


<dl expr:class='data:post.avatarIndentClass' id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt expr:class='&quot;comment-author &quot; + data:comment.authorClass'
expr:id='data:comment.anchorName'>
<b:if cond='data:comment.favicon'>
<img expr:src='data:comment.favicon' height='16px' style='margin-
bottom:-2px;' width='16px'/>
</b:if>
<a expr:name='data:comment.anchorName'/>
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl'
rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
</dt>
<dd class='comment-body' expr:id='data:widget.instanceId +
data:comment.cmtBodyIdPostfix'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p>
<data:comment.body/>
</p>
</b:if>
</dd>
<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
</b:loop>
</dl>
</div>

<b:if cond='data:post.commentPagingRequired'>
<span class='paging-control-container'>
<a expr:class='data:post.oldLinkClass'
expr:href='data:post.oldestLinkUrl'>
<data:post.oldestLinkText/>
</a>
<a expr:class='data:post.oldLinkClass'
expr:href='data:post.olderLinkUrl'>
<data:post.olderLinkText/>
</a>
&#160;
<data:post.commentRangeText/>
&#160;
<a expr:class='data:post.newLinkClass'
expr:href='data:post.newerLinkUrl'>
<data:post.newerLinkText/>
</a>
<a expr:class='data:post.newLinkClass'
expr:href='data:post.newestLinkUrl'>
<data:post.newestLinkText/>
</a>
</span>
</b:if>

<p class='comment-footer'>
<b:if cond='data:post.embedCommentForm'>
<b:if cond='data:post.allowNewComments'>
<b:include data='post' name='comment-form'/>
<b:else/>
<data:post.noNewCommentsText/>
</b:if>
<b:else/>
<b:if cond='data:post.allowComments'>
<a expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
</b:if>
</b:if>

</p>

<b:if cond='data:showCmtPopup'>
<div id='comment-popup'>
<iframe allowtransparency='true' frameborder='0' id='comment-actions'
name='comment-actions' scrolling='no'>
</iframe>
</div>
</b:if>

<div id='backlinks-container'>
<div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
<b:if cond='data:post.showBacklinks'>
<b:include data='post' name='backlinks'/>
</b:if>
</div>
</div>
</b:if>
</div>
</b:includable>
<b:includable id='error_page_custom'>

<div class='post-404'>
<div class='actions-404'>
<div class='ops-404'><span>Oops;</span> Sorry, but the page you were trying to view
does not exist.
</div>
<div class='title-404'>404</div>
<div class='link-404'>
<a href='/'><i class='fa fa-car'/>
<trans>Back to Home</trans></a>
</div></div>
</div>
<style>
.post-404 {
padding-top: 40px;
padding-bottom: 60px;
}
.actions-404 {
width: 100%;
float: right;
text-align: center;
}
.ops-404 {
width: 50%;
margin: 0 auto;
font-size: 26px;
font-weight: 400;
letter-spacing:1.5px;
line-height: 1;
}
.ops-404 span {
font-weight: 700;
}
.title-404 {
font-size: 200px;
font-weight: 700;
line-height: 1.1;
color:#f61010;
}
.link-404 {
font-size: 18px;
padding-top: 20px;
padding-bottom: 50px;
}
#blog-pager, #sidebar,.status-msg-wrap {
display: none;
}
.status-msg-border {
border: 0 !important;
}
.status-msg-bg {
background-color: #fff;
}
#content {
float: none!important;
width: 100%!important;
max-width: 100%!important;
}

@media screen and (max-width:480px) {


.ops-404 {
width: 90%;
font-size: 20px;
}
.title-404 {
font-size: 100px;
}

}</style>

</b:includable>
<b:includable id='feedLinks'>
<b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>

<b:else/> <!--Post feed links -->


<div class='post-feeds'>
<b:loop values='data:posts' var='post'>
<b:include cond='data:post.allowComments and data:post.feedLinks'
data='post.feedLinks' name='feedLinksBody'/>
</b:loop>
</div>
</b:if>
</b:includable>
<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType'
target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>
</b:includable>
<b:includable id='iframe_comments' var='post'>
<b:if cond='data:post.allowIframeComments'>
<script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
<div id='googlePlusComment'>
<div class='cmt_iframe_holder' expr:data-href='data:post.canonicalUrl'
expr:data-viewtype='data:post.viewType'/>
</div>
<script type='text/javascript'>
//<![CDATA[
(function($){
function scrwid() {
var wid = $('#googlePlusComment').width();
$('.cmt_iframe_holder').css('width',wid);
}
$(window).resize(scrwid);
})(jQuery);
//]]>
</script>
</b:if>
</b:includable>
<b:includable id='mobile-index-post' var='post'>
<div class='mobile-date-outer date-outer'>
<b:if cond='data:post.dateHeader'>
<div class='date-header'>
<span><data:post.dateHeader/></span>
</div>
</b:if>

<div class='mobile-post-outer'>
<a expr:href='data:post.url'>
<h3 class='mobile-index-title entry-title'>
<data:post.title/>
</h3>

<div class='mobile-index-arrow'>&amp;rsaquo;</div>

<div class='mobile-index-contents'>
<b:if cond='data:post.thumbnailUrl'>
<div class='mobile-index-thumbnail'>
<div class='Image'>
<img expr:src='data:post.thumbnailUrl'/>
</div>
</div>
</b:if>

<div class='post-body'>
<b:if cond='data:post.snippet'><data:post.snippet/></b:if>
</div>
</div>
<div style='clear: both;'/>
</a>

<div class='mobile-index-comment'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:post.allowComments'>
<b:if cond='data:post.numComments != 0'>
<a class='comment-link' expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments ==
1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/>
<data:top.commentLabelPlural/></b:if></a>
</b:if>
</b:if>
</b:if>
</div>
</div>
</div>
</b:includable>
<b:includable id='mobile-main' var='top'>
<!-- posts -->
<div class='blog-posts hfeed'>

<b:include data='top' name='status-message'/>

<b:if cond='data:blog.pageType == &quot;index&quot;'>


<b:loop values='data:posts' var='post'>
<b:include data='post' name='mobile-index-post'/>
</b:loop>
<b:else/>
<b:loop values='data:posts' var='post'>
<b:include data='post' name='mobile-post'/>
</b:loop>
</b:if>
</div>

<b:include name='mobile-nextprev'/>
</b:includable>
<b:includable id='mobile-nextprev'>
<div class='blog-pager' id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<div class='mobile-link-button' id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl'
expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;'
expr:title='data:newerPageTitle'>&amp;lsaquo;</a>
</div>
</b:if>

<b:if cond='data:olderPageUrl'>
<div class='mobile-link-button' id='blog-pager-older-link'>
<a class='blog-pager-older-link' expr:href='data:olderPageUrl'
expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;'
expr:title='data:olderPageTitle'>&amp;rsaquo;</a>
</div>
</b:if>

<div class='mobile-link-button' id='blog-pager-home-link'>


<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
</div>
<div class='mobile-desktop-link'>
<a class='home-link'
expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
</div>

</div>
<div class='clear'/>
</b:includable>
<b:includable id='mobile-post' var='post'>
<div class='date-outer'>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><span><data:post.dateHeader/></span></h2>
</b:if>
<div class='date-posts'>
<div class='post-outer'>

<div class='post hentry uncustomized-post-template'>


<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<b:if cond='data:blog.url != data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>

<div class='post-header'>
<div class='post-header-line-1'/>
</div>

<div class='post-body entry-content' expr:id='&quot;post-body-&quot; +


data:post.id'>
<data:post.body/>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>

<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<b:if cond='data:post.authorProfileUrl'>
<span class='fn'>
<a expr:href='data:post.authorProfileUrl' rel='author'
title='author profile'>
<data:post.author/>
</a>
</span>
<b:else/>
<span class='fn'><data:post.author/></span>
</b:if>
</b:if>
</span>

<span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
<data:top.timestampLabel/>
<b:if cond='data:post.url'>
<a class='timestamp-link' expr:href='data:post.url'
rel='bookmark' title='permanent link'><abbr class='published'
expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span>

<span class='post-comment-link'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:post.allowComments'>
<a class='comment-link' expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments ==
1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/>
<data:top.commentLabelPlural/></b:if></a>
</b:if>
</b:if>
</b:if>
</span>
</div>

<div class='post-footer-line post-footer-line-2'>


<b:if cond='data:top.showMobileShare'>
<div class='mobile-link-button goog-inline-block' id='mobile-share-
button'>
<a href='javascript:void(0);'><data:shareMsg/></a>
</div>
</b:if>
<b:if cond='data:top.showDummy'>
<div class='goog-inline-block dummy-
container'><data:post.dummyTag/></div>
</b:if>
</div>

</div>
</div>

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>


<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
</div>
</div>
</div>
</b:includable>
<b:includable id='nextprev'>
<div class='blog-pager' id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl'
expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;'
expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
</span>
</b:if>

<b:if cond='data:olderPageUrl'>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' expr:href='data:olderPageUrl'
expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;'
expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
</span>
</b:if>

<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>

<b:if cond='data:mobileLinkUrl'>
<div class='blog-mobile-link'>
<a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
</div>
</b:if>

</div>
<div class='clear'/>
</b:includable>
<b:includable id='nextprev-item'>

<div class='post-navigation'>
<div class='post-next'><div class='nxt'> &#171; </div><b:if
cond='data:newerPageUrl'>
<a class='blog-pager-newer-link1' expr:href='data:newerPageUrl'
expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;'
expr:title='data:newerPageTitle'><h6>Next</h6><h5><data:newerPageTitle/></h5></a>
<b:else/>
<span class='linkin left'><h6>Next</h6><h5>This is the most recent
post.</h5></span>
</b:if></div>

<div class='post-previous'><div class='prv'> &#187; </div><b:if


cond='data:olderPageUrl'>
<a class='blog-pager-older-link1' expr:href='data:olderPageUrl'
expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;'
expr:title='data:olderPageTitle'><h6>Previous</h6><h5><data:olderPageTitle/></
h5></a>
<b:else/>
<span class='linkin right'><h6>Previous</h6><h5>This is the last post.</h5></span>
</b:if> </div>
</div>
<div class='clear'/>
</b:includable>
<b:includable id='post' var='post'>

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<article class='post hentry post-listing' expr:id='data:post.id'>


<div class='post-inner entry'>
<div style='width:60px;height:60px;float:left;overflow:hidden;'>
<b:include name='authorblog'/>
</div>
<h1 class='post-title entry-title' itemprop='name headline'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link' itemprop='url'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url' itemprop='url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1>
<div class='clear'/>

<div class='post-meta'><h5>
<span>By: <data:post.author/></span>
<span> on <strong><data:post.timestamp/></strong></span>
<span>/</span> <span class='meta_comments'>comment :
<data:post.numComments/></span>
</h5>
</div><!-- /metas -->

<div class='post-body' expr:id='&quot;post-body-&quot; + data:post.id'


itemprop='description articleBody'>
<p><data:post.body/></p>
</div>

<b:include data='post' name='postQuickEdit'/> <!-- quickedit pencil -->

<div class='clear'/>
<p class='post-tag'>Tag:
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url + &quot;?&amp;max-results=8&quot;'
rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
</b:loop>
</p>

<div class='share-post'>
<span class='share-text'>Share !</span>
<b:include data='post' name='shareButtons'/>

</div>
</div>
</article>

<div class='clear'/>

<b:include name='nextprev-item'/>
<div class='clear'/>
<b:include name='authorinfo'/>
<b:include name='relatedpost'/>

<div style='visibility:hidden;display: none;'>


<b:include name='nextprev'/>
</div>

<b:else/>
<b:if cond='data:blog.pageType ==
&quot;static_page&quot;'>

<article class='post hentry post-listing' expr:id='data:post.id'>


<div class='post-inner'>
<h1 class='post-title entry-title' itemprop='name headline'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link' itemprop='url'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url' itemprop='url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1>

<div class='clear'/>

<div class='post-body entry' expr:id='&quot;post-body-&quot; + data:post.id'


itemprop='description articleBody'>
<p><data:post.body/></p>
</div>

</div>

</article>

<div style='visibility:hidden;display: none;'>


<b:include name='nextprev'/>
</div>

<b:else/>
<div class='post-listing'> <article class='item-list'>

<div style='margin-bottom:20px'>

<b:include name='authorblog'/>

<h2>
<b:if cond='data:post.link'>
<a
expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a
expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>

<p class='post-meta'>
<span>By: <data:post.author/></span>
<span>on <strong><data:post.timestamp/></strong></span>
<span>/</span> <span class='meta_comments'>comment :
<data:post.numComments/></span>

<b:loop values='data:post.labels'
var='label'>
<a expr:href='data:label.url +
&quot;?&amp;max-results=8&quot;' rel='tag'><data:label.name/></a><b:if
cond='data:label.isLast != &quot;true&quot;'>,</b:if>
</b:loop> </p><!-- /metas -->

</div> <div class='clear'/>

<div expr:id='&quot;summary&quot;
+ data:post.id'>
<data:post.body/>
</div>
<script
type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/
>&quot;,&quot;<data:post.title/>&quot;,&quot;<data:post.url/
>&quot;,&quot;<data:post.timestamp/>&quot;,&quot;<data:post.numComments/
>&quot;);</script>

<div class='clear'/>

<div class='share-post'>
<span class='share-text'>Share !</span>
<b:include data='post' name='shareButtons'/>

</div>

</article>
</div>
<div class='clear margin20'/>
</b:if>
</b:if>

</b:includable>
<b:includable id='postQuickEdit' var='post'>
<b:if cond='data:post.editUrl'>
<span expr:class='&quot;item-control &quot; + data:post.adminClass'>
<a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
<img alt='' class='icon-action' height='18'
src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</b:if>
</b:includable>
<b:includable id='relatedpost'>
<div id='related-posts'>
<script type='text/javascript'>
//<![CDATA[
//Script by uong jowo
var relatedTitles = new Array();
var relatedTitlesNum = 0;
var relatedUrls = new Array();
var thumburl = new Array();
function related_results_labels_thumbs(json) {
for (var i = 0; i < json.feed.entry.length; i++) {
var entry = json.feed.entry[i];
relatedTitles[relatedTitlesNum] = entry.title.$t;
try
{thumburl[relatedTitlesNum]=entry.gform_foot.url;}

catch (error){
s=entry.content.
$t;a=s.indexOf("<img");b=s.indexOf("src=\"",a);c=s.indexOf("\"",b+5);d=s.substr(b+5
,c-b-5);if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")){
thumburl[relatedTitlesNum]=d;} else
thumburl[relatedTitlesNum]='http://4.bp.blogspot.com/-4ucpX51a7yU/TlD4FvO3G5I/
AAAAAAAAAoU/-roTh7L_gTQ/s1600/no-logo.gif';

if(relatedTitles[relatedTitlesNum].length>35)
relatedTitles[relatedTitlesNum]=relatedTitles[relatedTitlesNum].substring(0,
35)+"...";
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
relatedUrls[relatedTitlesNum] = entry.link[k].href;
relatedTitlesNum++;

}
}
}
}
function removeRelatedDuplicates_thumbs() {
var tmp = new Array(0);
var tmp2 = new Array(0);
var tmp3 = new Array(0);
for(var i = 0; i < relatedUrls.length; i++) {
if(!contains_thumbs(tmp, relatedUrls[i]))
{
tmp.length += 1;
tmp[tmp.length - 1] = relatedUrls[i];
tmp2.length += 1;
tmp3.length += 1;
tmp2[tmp2.length - 1] = relatedTitles[i];
tmp3[tmp3.length - 1] = thumburl[i];
}
}
relatedTitles = tmp2;
relatedUrls = tmp;
thumburl=tmp3;

function contains_thumbs(a, e) {
for(var j = 0; j < a.length; j++) if (a[j]==e) return true;
return false;
}
function printRelatedLabels_thumbs() {
for(var i = 0; i < relatedUrls.length; i++)
{
if((relatedUrls[i]==currentposturl)||(!(relatedTitles[i])))
{
relatedUrls.splice(i,1);
relatedTitles.splice(i,1);
thumburl.splice(i,1);
i--;

}
}

var r = Math.floor((relatedTitles.length - 1) * Math.random());


var i = 0;

if(relatedTitles.length>0) document.write('<h2>'+relatedpoststitle+'</h2>');
document.write('<ul>');
while (i < relatedTitles.length && i < 20 && i<maxresults) {

document.write('<li><a style="float:left;');
if(i!=0) document.write('"');
else document.write('"');
document.write(' href="' + relatedUrls[r] + '"><div class="thumbR"><img
src="'+thumburl[r]+'"/><div
class="title"><h4>'+relatedTitles[r]+'</h4></div></div></a></li>');

if (r < relatedTitles.length - 1) {
r++;
} else {
r = 0;
}
i++;
}
document.write('</ul>');
relatedUrls.splice(0,relatedUrls.length);
thumburl.splice(0,thumburl.length);
relatedTitles.splice(0,relatedTitles.length);

//]]>
</script>

<b:loop values='data:post.labels' var='label'>


<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?
alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-
results=3&quot;' type='text/javascript'/></b:if></b:loop>
<script type='text/javascript'>
var currentposturl=&quot;<data:post.url/>&quot;;
var maxresults=3;
var relatedpoststitle=&quot;You May Also Like...&quot;;
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs();
</script>
</div>

</b:includable>
<b:includable id='shareButtons' var='post'>
<div class='btn-tweet'>
<a class='twitter-share-button' data-count='horizontal' data-lang='en' data-
related=' ' data-via=' ' expr:data-text='data:post.title' expr:data-
url='data:post.canonicalUrl' href='http://twitter.com/share' rel='nofollow'/>
<b:if cond='data:post.isFirstPost'>
<script src='http://platform.twitter.com/widgets.js' type='text/javascript'>
</script>
</b:if>
</div><!-- .btn-tweet -->

<div class='btn-like'>
<iframe allowTransparency='true'
expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; +
data:post.canonicalUrl +
&quot;&amp;send=false&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp
;action=like&amp;font=arial&amp;colorscheme=light&amp;height=32&quot;'
frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px;
height:32px;'/>
</div><!-- .btn-like -->

<div class='btn-plus'>
<script src='https://apis.google.com/js/plusone.js' type='text/javascript'/>
<g:plusone count='true' expr:href='data:post.url' size='medium'/>
</div><!-- .btn-plus -->
</b:includable>
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
<b:includable id='threaded-comment-form' var='post'>
<div class='comment-form'>
<a name='comment-form'/>
<b:if cond='data:mobile'>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-
comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-
editor' src='' style='display: none' width='100%'/>
<b:else/>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-
comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-
editor' src='' width='100%'/>
</b:if>
<data:post.friendConnectJs/>
<data:post.cmtfpIframe/>
<script type='text/javascript'>
BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;,
&#39;<data:post.communityId/>&#39;);
</script>
</div>
</b:includable>
<b:includable id='threaded_comment_css'>
<style>
.comments {
clear: both;
margin-top: 0;
margin-bottom: 2px;
line-height: 1.5em;
}
.comments .comments-content {
font-size: 12px;line-height: 1.5em;
margin-bottom: 16px;
}
.comments .comment .comment-actions a {
display: inline-block;outline:
none;float:left;color:#fff;background:#4d90f0;text-align: center;font-
size:11px;line-height:11px;padding: 8px 12px;margin-top:-3px;font-
family:Helvetica,serif;font-weight:bold;
}
.comments .comment .comment-actions a:hover {
text-decoration:none; background:#FF6100;
}
.comments .comments-content .comment-thread ol {
list-style-type: none;
padding: 7px 0 30px;
text-align: left;line-height: 1.7em;
}

.comments .comments-content .comment-thread ol li.comment{ list-style-type:


none;margin-bottom:20px;padding:0px 5px 10px;background: #fff;}

.comments .comments-content .inline-thread {


padding: 0.5em 1em;
}
.comments .comments-content .comment-thread {
margin: 8px 0px;
}
.comments .comments-content .comment-thread:empty {
display: none;
}
.comments .comments-content .comment-replies {
margin-top: 1em;
margin-left: 36px;
}
.comments .comments-content .comment {
margin-bottom:16px;
padding-bottom:8px;
}
.comments .comments-content .comment:first-child {
padding-top:16px;
}
.comments .comments-content .comment:last-child {
border-bottom:0;
padding-bottom:0;
}
.comments .comments-content .comment-body {
position:relative;
}
.comments .comments-content .user {
font-style:normal;font-size:11px;
font-weight:bold;margin-left:0px;
}
.comments .comments-content .icon.blog-author {
width: 18px;
height: 18px;
display: inline-block;
margin: 0 0 -4px 6px;
}
.comments .comments-content .datetime {
margin-right:6px;color:#999; font-style:italic; font-size:11px;float:right;
}

.comments .comments-content .comment-header{background:#f6f6f6


url(http://3.bp.blogspot.com/-SoC9wNTGz_I/UJlVuavO8EI/AAAAAAAACFI/3vgDFPkmE6E/
s1600/divider.png) repeat-x bottom;display:block;padding:7px;margin:0;height:22px;}

.comments .comments-content .comment-content {


margin:0 0 8px;border:1px solid #ddd;padding:10px;
}
.comments .comments-content .comment-content {
text-align:justify;line-height: 1.7em;
}
.comments .comments-content .owner-actions {
position:absolute;
right:0;
top:0;
}
.comments .comments-replybox {
border: none;
height: 250px;
width: 100%;
}
.comments .comment-replybox-single {
margin-top: 5px;background:#f0f0f0;
margin-left: 58px;padding-left:10px;
}
.comments .comment-replybox-thread {
margin-top: 5px;
}
.comments .comments-content .loadmore a {
display: block;
padding: 10px 16px;
text-align: center;
}
.comments .thread-toggle {
cursor: pointer;
display: inline-block;
}
.comments .continue {
cursor: pointer;
}
.comments .continue a {
display: block;
padding: 0.5em;
font-weight: bold;
}
.comments .comments-content .loadmore {
cursor: pointer;
max-height: 3em;
margin-top: 3em;
}
.comments .comments-content .loadmore.loaded {
max-height: 0px;
opacity: 0;
overflow: hidden;
}
.comments .thread-chrome.thread-collapsed {
display: none;
}
.comments .thread-toggle {
display: inline-block;
}
.comments .thread-toggle .thread-arrow {
display: inline-block;
height: 6px;
width: 7px;
overflow: visible;
margin: 0.3em;
padding-right: 4px;
}
.comments .thread-expanded .thread-arrow {
background:
url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0l
EQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC&quot;) no-repeat
scroll 0 0 transparent;
}
.comments .thread-collapsed .thread-arrow {
background:
url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAJUl
EQVR42mNgAILy8vL/
DLgASBKnApgkVgXIkhgKiNKJ005s4gDLbCZBiSxfygAAAABJRU5ErkJggg==&quot;) no-repeat
scroll 0 0 transparent;
}
.comments .avatar-image-container {
float: left;
width: 50px;background:#eee;
max-height: 50px;
overflow: hidden;margin:0;
}
.comments .avatar-image-container img {
max-width: 50px; height: 50px;margin:0;
}
.comments .comment-block {
margin-left: 58px;
position: relative;padding:0 0 10px 0;
}

/* Responsive styles. */
@media screen and (max-device-width: 470px) {
.comments .comments-content .comment-replies {
margin-left: 0;
}
}
</style>
</b:includable>
<b:includable id='threaded_comment_js' var='post'>
<script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>

<script type='text/javascript'>
(function() {
var items = <data:post.commentJso/>;
var msgs = <data:post.commentMsgs/>;
var config = <data:post.commentConfig/>;

// <![CDATA[
var cursor = null;
if (items && items.length > 0) {
cursor = parseInt(items[items.length - 1].timestamp) + 1;
}

var bodyFromEntry = function(entry) {


if (entry.gd$extendedProperty) {
for (var k in entry.gd$extendedProperty) {
if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
return '<span class="deleted-comment">' + entry.content.$t +
'</span>';
}
}
}
return entry.content.$t;
}

var parse = function(data) {


cursor = null;
var comments = [];
if (data && data.feed && data.feed.entry) {
for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
var comment = {};
// comment ID, parsed out of the original id format
var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
comment.id = id ? id[2] : null;
comment.body = bodyFromEntry(entry);
comment.timestamp = Date.parse(entry.published.$t) + '';
if (entry.author && entry.author.constructor === Array) {
var auth = entry.author[0];
if (auth) {
comment.author = {
name: (auth.name ? auth.name.$t : undefined),
profileUrl: (auth.uri ? auth.uri.$t : undefined),
avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
};
}
}
if (entry.link) {
if (entry.link[2]) {
comment.link = comment.permalink = entry.link[2].href;
}
if (entry.link[3]) {
var pid = /.*comments\/default\/(\
d+)\?.*/.exec(entry.link[3].href);
if (pid && pid[1]) {
comment.parentId = pid[1];
}
}
}
comment.deleteclass = 'item-control blog-admin';
if (entry.gd$extendedProperty) {
for (var k in entry.gd$extendedProperty) {
if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
} else if (entry.gd$extendedProperty[k].name ==
'blogger.displayTime') {
comment.displayTime = entry.gd$extendedProperty[k].value;
}
}
}
comments.push(comment);
}
}
return comments;
};

var paginator = function(callback) {


if (hasMore()) {
var url = config.feed + '?
alt=json&v=2&orderby=published&reverse=false&max-results=50';
if (cursor) {
url += '&published-min=' + new Date(cursor).toISOString();
}
window.bloggercomments = function(data) {
var parsed = parse(data);
cursor = parsed.length < 50 ? null
: parseInt(parsed[parsed.length - 1].timestamp) + 1
callback(parsed);
window.bloggercomments = null;
}
url += '&callback=bloggercomments';
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = url;
document.getElementsByTagName('head')[0].appendChild(script);
}
};
var hasMore = function() {
return !!cursor;
};
var getMeta = function(key, comment) {
if ('iswriter' == key) {
var matches = !!comment.author
&& comment.author.name == config.authorName
&& comment.author.profileUrl == config.authorUrl;
return matches ? 'true' : '';
} else if ('deletelink' == key) {
return config.baseUri + '/delete-comment.g?blogID='
+ config.blogId + '&postID=' + comment.id;
} else if ('deleteclass' == key) {
return comment.deleteclass;
}
return '';
};

var replybox = null;


var replyUrlParts = null;
var replyParent = undefined;

var onReply = function(commentId, domId) {


if (replybox == null) {
// lazily cache replybox, and adjust to suit this style:
replybox = document.getElementById('comment-editor');
if (replybox != null) {
replybox.height = '250px';
replybox.style.display = 'block';
replyUrlParts = replybox.src.split('#');
}
}
if (replybox && (commentId !== replyParent)) {
replybox.src = '';
document.getElementById(domId).insertBefore(replybox, null);
replybox.src = replyUrlParts[0]
+ (commentId ? '&parentID=' + commentId : '')
+ '#' + replyUrlParts[1];
replyParent = commentId;
}
};

var hash = (window.location.hash || '#').substring(1);


var startThread, targetComment;
if (/^comment-form_/.test(hash)) {
startThread = hash.substring('comment-form_'.length);
} else if (/^c[0-9]+$/.test(hash)) {
targetComment = hash.substring(1);
}

// Configure commenting API:


var configJso = {
'maxDepth': config.maxThreadDepth
};
var provider = {
'id': config.postId,
'data': items,
'loadNext': paginator,
'hasMore': hasMore,
'getMeta': getMeta,
'onReply': onReply,
'rendered': true,
'initComment': targetComment,
'initReplyThread': startThread,
'config': configJso,
'messages': msgs
};

var render = function() {


if (window.goog && window.goog.comments) {
var holder = document.getElementById('comment-holder');
window.goog.comments.render(holder, provider);
}
};

// render now, or queue to render when library loads:


if (window.goog && window.goog.comments) {
render();
} else {
window.goog = window.goog || {};
window.goog.comments = window.goog.comments || {};
window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
window.goog.comments.loadQueue.push(render);
}
})();
// ]]>
</script>
</b:includable>
<b:includable id='threaded_comments' var='post'>

<b:include name='threaded_comment_css'/>

<div class='comments' id='comments'>


<a name='comments'/>
<h4>
<b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/>:
<b:else/>
<data:post.numComments/> <data:commentLabelPlural/>:
</b:if>
</h4>

<div class='comments-content'>
<b:if cond='data:post.embedCommentForm'>
<b:include data='post' name='threaded_comment_js'/>
</b:if>
<div id='comment-holder'>
<data:post.commentHtml/>
</div>
</div>

<p class='comment-footer'>
<b:if cond='data:post.allowNewComments'>
<b:include data='post' name='threaded-comment-form'/>
<b:else/>
<data:post.noNewCommentsText/>
</b:if>
</p>

<b:if cond='data:showCmtPopup'>
<div id='comment-popup'>
<iframe allowtransparency='true' frameborder='0' id='comment-actions'
name='comment-actions' scrolling='no'>
</iframe>
</div>
</b:if>

<div id='backlinks-container'>
<div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
<b:if cond='data:post.showBacklinks'>
<b:include data='post' name='backlinks'/>
</b:if>
</div>
</div>
</div>
</b:includable>
</b:widget>
</b:section>

</div><!--End singlepage-->

</div><!--End content-->

<div id='sidebar'>

<b:section class='inter' id='sidebar-top1' preferred='yes'>


<b:widget id='HTML2' locked='false' title='' type='HTML'>
<b:widget-settings>
<b:widget-setting name='content'>&lt;div class=&quot;separator&quot;
style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;#&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot;
src=&quot;https://1.bp.blogspot.com/-CuP99jXtOuY/W1irYBsslpI/AAAAAAAAACg/
ftZmvg7gkxIocLa5-h5_P5_uf7d6mXirQCPcBGAYYCw/s1600/a.jpg&quot;
/&gt;&lt;/a&gt;&lt;/div&gt;</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='HTML4' locked='false' title='Video Hari Ini' type='HTML'>
<b:widget-settings>
<b:widget-setting name='content'><![CDATA[<iframe allowfullscreen=""
frameborder="0" height="280" src="https://www.youtube.com/embed/BTiJKLB10Sw"
width="300"></iframe>]]></b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
<div class='clear'/>

<div id='tabbed-widget'>

<div class='widget-container'>

<ul class='tabs'>
<li class='active'><a href='#tab0'>Popular</a></li>
<li class=''><a href='#tab1'>Authors</a></li>
<li class=''><a href='#tab2'>Comments</a></li>
<li class=''><a href='#tab3'>Category</a></li>
</ul>

<div class='clear'/>
<b:section class='tabs-wrap popular' id='tab0' preferred='yes'>
<b:widget id='PopularPosts2' locked='false' title='Popular Post'
type='PopularPosts' version='1'>
<b:widget-settings>
<b:widget-setting name='numItemsToShow'>2</b:widget-setting>
<b:widget-setting name='showThumbnails'>true</b:widget-setting>
<b:widget-setting name='showSnippets'>true</b:widget-setting>
<b:widget-setting name='timeRange'>LAST_WEEK</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:if cond='data:title'>
<h2>
<data:title/>
</h2>
</b:if>
<div class='widget-content popular-posts'>
<ul>
<b:loop values='data:posts' var='post'>
<li>
<b:if cond='data:showThumbnails ==
&quot;false&quot;'>
<b:if cond='data:showSnippets ==
&quot;false&quot;'>
<!-- (1) No snippet/thumbnail -->
<a expr:href='data:post.href'>
<data:post.title/>
</a>
<b:else/>
<!-- (2) Show only snippets -->
<div class='item-title'>
<a expr:href='data:post.href'>
<data:post.title/>
</a>
</div>
<div class='item-snippet'>
<data:post.snippet/>
</div>
</b:if>
<b:else/>
<b:if cond='data:showSnippets ==
&quot;false&quot;'>
<!-- (3) Show only thumbnails -->
<div class='item-thumbnail-only'>
<b:if cond='data:post.thumbnail'>
<div class='item-thumbnail'>
<a class='tooltip'
expr:href='data:post.href' expr:title='data:post.title'>
<img alt='' border='0'
expr:height='data:thumbnailSize' expr:src='data:post.thumbnail'
expr:width='data:thumbnailSize'/>
</a>
</div>
</b:if>
<!-- <div class='item-title'><a
expr:href='data:post.href'><data:post.title/></a></div> -->
</div>
<div style='clear: both;'/>
<b:else/>
<!-- (4) Show snippets and thumbnails -->
<div class='item-content'>
<b:if cond='data:post.thumbnail'>
<div class='item-thumbnail'>
<a expr:href='data:post.href'
target='_blank'>
<img alt='' border='0'
expr:height='data:thumbnailSize' expr:src='data:post.thumbnail'
expr:width='data:thumbnailSize'/>
</a>
</div>
</b:if>
<div class='item-title'>
<a expr:href='data:post.href'>
<data:post.title/>
</a>
</div>
<div class='item-snippet'>
<data:post.snippet/>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:if>
</li>
</b:loop>
</ul>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
</b:section>

<b:section class='tabs-wrap author' id='tab1' preferred='yes'>


<b:widget id='HTML9' locked='false' title='Author' type='HTML'>
<b:widget-settings>
<b:widget-setting name='content'>&lt;style type=&#39;text/css&#39;&gt;
.author-line {padding: 3px 0;border-bottom:1px dotted #ccc}
.author-avatar {vertical-align:middle;}
&lt;/style&gt;
&lt;script type=&#39;text/javascript&#39;&gt;
//&lt;![CDATA[
var maxUserNameLength=15;
var txtAuthorLine=&quot;[image] [user] has written &lt;b&gt; [count] &lt;/b&gt;
[post]&quot;;
var sizeAvatar=50;
var cropAvatar=true;
var urlNoAvatar=&quot;http://lh4.googleusercontent.com/-069mnq7DV_g/TvgRrBI_JaI/
AAAAAAAAAic/Iot55vywnYw/s&quot;+sizeAvatar+&quot;/avatar_blue_m_96.png&quot;;
function replaceAuthorVars(l,k,p){if(!k||!k.author){return l
}var r=k.author;
var o=&quot;&quot;;if(r.uri&amp;&amp;r.uri.$t!=&quot;&quot;){o=r.uri.$t
}var n=urlNoAvatar;
if(r.gd$image&amp;&amp;r.gd$image.src){n=r.gd$image.src
}if(n==&quot;http://img2.blogblog.com/img/b16-
rounded.gif&quot;&amp;&amp;urlNoAvatar!=&quot;&quot;){n=urlNoAvatar
}var t=&quot;s&quot;+sizeAvatar;
n=n.replace(/\/s\d\d+-c\//,&quot;/&quot;+t+&quot;-c/&quot;);
if(cropAvatar){t+=&quot;-c&quot;
}n=n.replace(/\/s\d\d+(-c){0,1}\//,&quot;/&quot;+t+&quot;/&quot;);
var m=r.name.$t;
var q=&#39;&lt;img class=&quot;author-avatar&quot;
height=&quot;&#39;+sizeAvatar+&#39;&quot; width=&quot;&#39;+sizeAvatar+&#39;&quot;
title=&quot;&#39;+m+&#39;&quot; src=&quot;&#39;+n+&#39;&quot; /&gt;&#39;;
if(o!=&quot;&quot;){q=&quot;&quot;+q+&quot;&quot;
}if(maxUserNameLength&gt;3&amp;&amp;m.length&gt;maxUserNameLength)
{m=m.substr(0,maxUserNameLength-3)+&quot;...&quot;
}var s=m;if(o!=&quot;&quot;){s=&quot;&quot;+s+&quot;&quot;
}l=l.replace(&quot;[user]&quot;,s);
l=l.replace(&quot;[image]&quot;,q);
l=l.replace(&quot;[#]&quot;,p);
l=l.replace(&quot;[count]&quot;,k.count);
if(k.count!=1){l=l.replace(&quot;[post]&quot;,&quot;posts&quot;)
}else{l=l.replace(&quot;[post]&quot;,&quot;post&quot;)
}return l}var blauthors={};
var blndxbase=1;
function showAuthors(i){for(var p=0;
p&lt;i.feed.entry.length;
p++){var m=i.feed.entry[p];
var o=&quot;&quot;;if(m.author[0].uri&amp;&amp;m.author[0].uri.$t!=&quot;&quot;)
{o=m.author[0].uri.$t
}var n=m.author[0].name.$t;
if(blauthors[n]){blauthors[n].count++
}else{var q=new Object();
q.author=m.author[0];
q.count=1;blauthors[n]=q
}}if(i.feed.entry.length==500){blndxbase+=500;
document.write(&#39;&lt;script type=&quot;text/javascript&quot;
src=&quot;//&#39;+window.location.hostname+&quot;/feeds/posts/default?
redirect=false&amp;max-results=500&amp;start-index=&quot;
+blndxbase+&#39;&amp;alt=json-in-script&amp;callback=showAuthors&quot;&gt;&lt;\/
script&gt;&#39;);
return}var r=[];
for(var l in blauthors){r.push([l,blauthors[l]])
}r.sort(function(a,b){if(b[1].count-a[1].count){return b[1].count-a[1].count
}return(a[1].author.name.$t.toLowerCase()&lt;b[1].author.name.$t.toLowerCase())?-
1:1
});document.write(&#39;&lt;div class=&quot;blog-author&quot;&gt;&#39;);
for(var p=0;
p&lt;r.length;
p++){var k=r[p][1];
document.write(&#39;&lt;div class=&quot;author-line&quot;&gt;&#39;);
document.write(replaceAuthorVars(txtAuthorLine,k,p+1));
document.write(&quot;&lt;/div&gt;&quot;)
}document.write(&quot;&lt;/div&gt;&quot;)
}document.write(&#39;&lt;script type=&quot;text/javascript&quot;
src=&quot;//&#39;+window.location.hostname+&#39;/feeds/posts/default?
redirect=false&amp;max-results=500&amp;alt=json-in-
script&amp;callback=showAuthors&quot;&gt;&lt;\/script&gt;&#39;);
//]]&gt;
&lt;/script&gt;</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>

<b:section class='tabs-wrap comments' id='tab2' preferred='yes'>


<b:widget id='HTML8' locked='false' title='Comments' type='HTML'>
<b:widget-settings>
<b:widget-setting name='content'><![CDATA[<script
src='/feeds/comments/default?alt=json-in-script&amp;callback=recentComments'/></
script>]]></b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>

<b:section class='tabs-wrap tagcloud' id='tab3' preferred='yes'>


<b:widget id='Label1' locked='false' mobile='yes' title='Labels' type='Label'>
<b:widget-settings>
<b:widget-setting name='sorting'>ALPHA</b:widget-setting>
<b:widget-setting name='display'>CLOUD</b:widget-setting>
<b:widget-setting name='selectedLabelsList'/>
<b:widget-setting name='showType'>ALL</b:widget-setting>
<b:widget-setting name='showFreqNumbers'>false</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:if cond='data:title != &quot;&quot;'>
<h2><data:title/></h2>
</b:if>
<div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-
widget-content&quot;'>
<b:if cond='data:display == &quot;list&quot;'>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<span
expr:dir='data:blog.languageDirection'><data:label.name/></span>
<b:else/>
<a expr:dir='data:blog.languageDirection'
expr:href='data:label.url'><data:label.name/></a>
</b:if>
<b:if cond='data:showFreqNumbers'>
<span dir='ltr'>(<data:label.count/>)</span>
</b:if>
</li>
</b:loop>
</ul>
<b:else/>
<b:loop values='data:labels' var='label'>
<span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
<b:if cond='data:blog.url == data:label.url'>
<span expr:dir='data:blog.languageDirection'><data:label.name/></span>
<b:else/>
<a expr:dir='data:blog.languageDirection'
expr:href='data:label.url'><data:label.name/></a>
</b:if>
<b:if cond='data:showFreqNumbers'>
<span class='label-count' dir='ltr'>(<data:label.count/>)</span>
</b:if>
</span>
</b:loop>
</b:if>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
</b:section>

</div>
</div>

<div class='clear'/>
<b:section class='inter' id='sidebar-bot1' preferred='yes'>
<b:widget id='HTML3' locked='false' title='Facebook Fanpage' type='HTML'>
<b:widget-settings>
<b:widget-setting name='content'>&lt;center&gt;&lt;div class=&quot;fb-
padding&quot;&gt;&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script&gt;(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src =
&quot;//connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v2.3&amp;appId=139574
3857335531&quot;;
fjs.parentNode.insertBefore(js, fjs);
}(document, &#39;script&#39;, &#39;facebook-jssdk&#39;));&lt;/script&gt;
&lt;div class=&quot;fb-page&quot;
data-href=&quot;https://www.facebook.com/nurda.sakti/&quot; data-
width=&quot;280&quot; data-height=&quot;230&quot; data-hide-cover=&quot;false&quot;
data-show-facepile=&quot;true&quot; data-show-posts=&quot;false&quot;&gt;&lt;div
class=&quot;fb-xfbml-parse-ignore&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/
div&gt;&lt;/center&gt;</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='PopularPosts1' locked='false' title='Postingan Populer'
type='PopularPosts'>
<b:widget-settings>
<b:widget-setting name='numItemsToShow'>3</b:widget-setting>
<b:widget-setting name='showThumbnails'>true</b:widget-setting>
<b:widget-setting name='showSnippets'>true</b:widget-setting>
<b:widget-setting name='timeRange'>ALL_TIME</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:if cond='data:title != &quot;&quot;'><h2><data:title/></h2></b:if>
<div class='widget-content popular-posts'>
<ul>
<b:loop values='data:posts' var='post'>
<li>
<b:if cond='!data:showThumbnails'>
<b:if cond='!data:showSnippets'>
<!-- (1) No snippet/thumbnail -->
<a expr:href='data:post.href'><data:post.title/></a>
<b:else/>
<!-- (2) Show only snippets -->
<div class='item-title'><a
expr:href='data:post.href'><data:post.title/></a></div>
<div class='item-snippet'><data:post.snippet/></div>
</b:if>
<b:else/>
<!-- (3) Show only thumbnails or (4) Snippets and thumbnails. -->
<div expr:class='data:showSnippets ? &quot;item-content&quot; :
&quot;item-thumbnail-only&quot;'>
<b:if cond='data:post.featuredImage.isResizable or
data:post.thumbnail'>
<div class='item-thumbnail'>
<a expr:href='data:post.href' target='_blank'>
<b:with value='data:post.featuredImage.isResizable
? resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)
: data:post.thumbnail' var='image'>
<img alt='' border='0' expr:src='data:image'/>
</b:with>
</a>
</div>
</b:if>
<div class='item-title'><a
expr:href='data:post.href'><data:post.title/></a></div>
<b:if cond='data:showSnippets'>
<div class='item-snippet'><data:post.snippet/></div>
</b:if>
</div>
<div style='clear: both;'/>
</b:if>
</li>
</b:loop>
</ul>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
</b:section>
<div class='clear'/>

<b:section class='inter' id='sidebar-poplr' preferred='yes'/>

<div class='clear'/>

<div class='clear'/>

</div><!--End sidebar-->

</div><!--End content-wrap-->

<div class='clear'/>

</div> <!-- end main-content -->

<div class='clear'/>

<footer itemscope='' itemtype='http://schema.org/WPFooter'>


<div class='container'>
<div class='footer-3c' id='footer-widget-area'>

<div class='footer-widgets-box' id='footer-first'


style='width:30.66666666666667%;float:left;'>
<b:section class=' footer-widget' id='footer1'>
<b:widget id='HTML6' locked='false' title='' type='HTML'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
</div>

<div class='footer-widgets-box' id='footer-second'


style='width:30.66666666666667%;float:left;'>
<b:section class='footer-widget comments-avatar' id='footer2'>
<b:widget id='HTML5' locked='false' title='' type='HTML'>
<b:widget-settings>
<b:widget-setting name='content'>MTS Nurul Huda Dempet
Jl. Demak purwodadi Km 10 Kauman Dempet</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
</div>

<div class='footer-widgets-box' id='footer-third'


style='width:30.66666666666667%;float:left;'>
<b:section class='tagcloud footer-widget posts-list' id='footer3'/>
</div>

</div><!-- #footer-widget-area -->


<div class='clear'/>
</div>
<div class='clear'/>
</footer><!-- .Footer /-->

<div class='footer-bottom'>

<div class='bot-nav'>

<div class='container'>
<b:section class='menu' id='top_menu' maxwidgets='1' showaddelement='yes'>
<b:widget id='PageList1' locked='false' title='Pages' type='PageList'
version='1'>
<b:widget-settings>
<b:widget-setting name='pageListJson'><![CDATA[{'home': {'href':
'javascript:;', 'title': 'Home', 'position': 0}}]]></b:widget-setting>
<b:widget-setting name='homeTitle'>Home</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content'>
<b:if cond='data:mobile'>
<select expr:id='data:widget.instanceId + &quot;_select&quot;'>
<b:loop values='data:links' var='link'>
<b:if cond='data:link.isCurrentPage'>
<option expr:value='data:link.href'
selected='selected'><data:link.title/></option>
<b:else/>
<option expr:value='data:link.href'><data:link.title/></option>
</b:if>
</b:loop>
</select>
<span class='pagelist-arrow'>&amp;#9660;</span>

<b:else/>
<ul class='menu' id='menu-top'>
<b:loop values='data:links' var='link'>
<b:if cond='data:link.isCurrentPage'>
<li class='selected'><a
expr:href='data:link.href'><data:link.title/></a></li>
<b:else/>
<li><a expr:href='data:link.href'><data:link.title/></a></li>
</b:if>
</b:loop>
</ul>

</b:if>
<b:include name='quickedit'/>
</div>

</b:includable>
</b:widget>
</b:section>

<div class='alignright'>
Created By <a href='#' id='mycontent' rel='dofollow' title=''>SORA</a> |
Distributed By <a href='#/' rel='dofollow' style='color:#fff;'
target='_blank'>SORA</a>

</div>
</div><!-- .Container -->
</div><!-- bot-nav -->

<div class='clear'/>

</div><!-- .Footer bottom -->

<div class='clear'/>
</div> <!-- end wrapper -->

<div id='top' title='Scroll To Top'/>

<script type='text/javascript'>
//<![CDATA[
seach({
blogURL:"",
srcBlank:"http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/
e7XkFtErqsU/s1600/grey.gif",
findText:"Search results for keyword",
NotfindText:"No result!",
Showthumb:true,
LoadingText:"Searching...",
summaryLength:100,
scrthumbSize:50
});
jQuery('.inter h2, .footer h2').wrapInner('<span/>');
//]]>
</script>

<script type='text/javascript'>
var pageCount= 7 ;
var displayPageNum= 5 ;
var upPageWord =&#39;&#171; &#39;;
var downPageWord =&#39; &#187;&#39;;
</script>
<script type='text/javascript'>
//<![CDATA[
function showpageCount(json){var thisUrl=home_page_url;var htmlMap=new Array();var
thisNum=1;var postNum=1;var itemCount=0;var fFlag=0;var eFlag=0;var html='';var
upPageHtml='';var downPageHtml='';for(var i=0,post;post=json.feed.entry[i];i++){var
timestamp1=post.published.$t.substring(0,19)+post.published.
$t.substring(23,29);timestamp=encodeURIComponent(timestamp1);var title=post.title.
$t;if(title!=''){if(itemCount==0||(itemCount%pageCount==(pageCount-1)))
{if(thisUrl.indexOf(timestamp)!=-1){thisNum=postNum}if(title!='')postNum+
+;htmlMap[htmlMap.length]='/search?updated-max='+timestamp+'&max-
results='+pageCount}}itemCount++}for(var p=0;p<htmlMap.length;p++){if(p>=(thisNum-
displayPageNum-1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2)
{if(thisNum==2){upPageHtml='<span class="showpage" style=" "><a
href="/">'+upPageWord+'</a></span>'}else{upPageHtml='<span class="showpage" style="
"><a href="'+htmlMap[p]+'">'+upPageWord+'</a></span>'}fFlag++}if(p==(thisNum-1))
{html+='<span class="showpagePoint">'+thisNum+'</span>'}else{if(p==0){html+='<span
class="showpageNum"><a href="/">1</a></span>'}else{html+='<span
class="showpageNum"><a
href="'+htmlMap[p]+'">'+(p+1)+'</a></span>'}}if(eFlag==0&&p==thisNum)
{downPageHtml='<span class="showpage" style=" "> <a href="'+htmlMap[p]
+'">'+downPageWord+'</a></span>';eFlag++}}}if(thisNum>1){html=''+upPageHtml+'
'+html+' '}html='<div class="showpageArea"><span style="COLOR:
#676767;background:#fff;border: 1px solid #b6b5b5;font-size: 15px;padding:4px
8px;margin:0 4px;" class="showpageOf"> Pages
'+(postNum-1)+'</span>'+html;if(thisNum<(postNum-1))
{html+=downPageHtml}if(postNum==1)postNum++;html+='</div>';var
pageArea=document.getElementsByName("pageArea");var
blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var
p=0;p<pageArea.length;p++)
{pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=''}if(blogPager)
{blogPager.innerHTML=html}}function showpageCount2(json){var
thisUrl=home_page_url;var htmlMap=new Array();var
isLablePage=thisUrl.indexOf("/search/label/")!=-1;var thisLable=isLablePage?
thisUrl.substr(thisUrl.indexOf("/search/label/")
+14,thisUrl.length):"";thisLable=thisLable.indexOf("?")!=-1?
thisLable.substr(0,thisLable.indexOf("?")):thisLable;var thisNum=1;var
postNum=1;var itemCount=0;var fFlag=0;var eFlag=0;var html='';var upPageHtml='';var
downPageHtml='';var labelHtml='<span class="showpageNum"><a
href="/search/label/'+thisLable+'?&max-results='+pageCount+'">';var
thisUrl=home_page_url;for(var i=0,post;post=json.feed.entry[i];i++){var
timestamp1=post.published.$t.substring(0,19)+post.published.
$t.substring(23,29);timestamp=encodeURIComponent(timestamp1);var title=post.title.
$t;if(title!=''){if(itemCount==0||(itemCount%pageCount==(pageCount-1)))
{if(thisUrl.indexOf(timestamp)!=-1){thisNum=postNum}if(title!='')postNum+
+;htmlMap[htmlMap.length]='/search/label/'+thisLable+'?updated-
max='+timestamp+'&max-results='+pageCount}}itemCount++}for(var
p=0;p<htmlMap.length;p++){if(p>=(thisNum-displayPageNum-
1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2){if(thisNum==2)
{upPageHtml=labelHtml+upPageWord+'</a></span>'}else{upPageHtml='<span
class="showpage" style=" "><a
href="'+htmlMap[p]+'">'+upPageWord+'</a></span>'}fFlag++}if(p==(thisNum-1))
{html+='<span class="showpagePoint">'+thisNum+'</span>'}else{if(p==0)
{html=labelHtml+'1</a></span>'}else{html+='<span class="showpageNum"><a
href="'+htmlMap[p]+'">'+(p+1)+'</a></span>'}}if(eFlag==0&&p==thisNum)
{downPageHtml='<span class="showpage" style=" "> <a href="'+htmlMap[p]
+'">'+downPageWord+'</a></span>';eFlag++}}}if(thisNum>1){if(!isLablePage)
{html=''+upPageHtml+' '+html+' '}else{html=''+upPageHtml+' '+html+' '}}html='<div
class="showpageArea"><span style="COLOR: #999;" class="showpageOf"> Pages ('+
(postNum-1)+')</span>'+html;if(thisNum<(postNum-1))
{html+=downPageHtml}if(postNum==1)postNum++;html+='</div>';var
pageArea=document.getElementsByName("pageArea");var
blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var
p=0;p<pageArea.length;p++)
{pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=''}if(blogPager)
{blogPager.innerHTML=html}}var home_page_url=location.href;var
thisUrl=home_page_url;if(thisUrl.indexOf("/search/label/")!=-1)
{if(thisUrl.indexOf("?updated-max")!=-1){var
lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?
updated-max"))}else{var
lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?
&max"))}}var home_page="/";if(thisUrl.indexOf("?q=")==-1){if(thisUrl.indexOf("/
search/label/")==-1){document.write('<script src="'+home_page+'feeds/posts/summary?
alt=json-in-script&callback=showpageCount&max-results=99999"
><\/script>')}else{document.write('<script
src="'+home_page+'feeds/posts/full/-/'+lblname1+'?alt=json-in-
script&callback=showpageCount2&max-results=99999" ><\/script>')}}
//]]></script>

<script type='text/javascript'>
//<![CDATA[
(function($){
var newerLink = $('a.blog-pager-newer-link1');
var olderLink = $('a.blog-pager-older-link1');
$.get(newerLink.attr('href'), function (data) {
newerLink.html('<h6>Next</h6><h5>'+$(data).find('.post h1.post-
title').text()+'</h5>');
},"html");
$.get(olderLink.attr('href'), function (data2) {
olderLink.html('<h6>Previous</h6><h5>'+$(data2).find('.post h1.post-
title').text()+'</h5>');
},"html");
})(jQuery);
//]]>
</script>
<b:include data='blog' name='google-analytics'/>
</body>

</HTML>

You might also like