//
$(document).ready(function() {
$('ul.sf-menu').superfish();
});
//]]>
//
/*
* Superfish v1.4.8 - jQuery menu widget
* Copyright (c) 2008 Joel Birch
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
*/
;(function($){
$.fn.superfish = function(op){
var sf = $.fn.superfish,
c = sf.c,
$arrow = $([' »'].join('')),
over = function(){
var $$ = $(this), menu = getMenu($$);
clearTimeout(menu.sfTimer);
$$.showSuperfishUl().siblings().hideSuperfishUl();
},
out = function(){
var $$ = $(this), menu = getMenu($$), o = sf.op;
clearTimeout(menu.sfTimer);
menu.sfTimer=setTimeout(function(){
o.retainPath=($.inArray($$[0],o.$path)>-1);
$$.hideSuperfishUl();
if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
},o.delay);
},
getMenu = function($menu){
var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
sf.op = sf.o[menu.serial];
return menu;
},
addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
return this.each(function() {
var s = this.serial = sf.o.length;
var o = $.extend({},sf.defaults,op);
o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
$(this).addClass([o.hoverClass,c.bcClass].join(' '))
.filter('li:has(ul)').removeClass(o.pathClass);
});
sf.o[s] = sf.op = o;
$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
if (o.autoArrows) addArrow( $('>a:first-child',this) );
})
.not('.'+c.bcClass)
.hideSuperfishUl();
var $a = $('a',this);
$a.each(function(i){
var $li = $a.eq(i).parents('li');
$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
});
o.onInit.call(this);
}).each(function() {
var menuClasses = [c.menuClass];
if (sf.op.dropShadows && !($.browser.msie && $.browser.version <>
$(this).addClass(menuClasses.join(' '));
});
};
var sf = $.fn.superfish;
sf.o = [];
sf.op = {};
sf.IE7fix = function(){
var o = sf.op;
if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
this.toggleClass(sf.c.shadowClass+'-off');
};
sf.c = {
bcClass : 'sf-breadcrumb',
menuClass : 'sf-js-enabled',
anchorClass : 'sf-with-ul',
arrowClass : 'sf-sub-indicator',
shadowClass : 'sf-shadow'
};
sf.defaults = {
hoverClass : 'sfHover',
pathClass : 'overideThisToUse',
pathLevels : 1,
delay : 500,
animation : {opacity:'show'},
speed : 'normal',
autoArrows : true,
dropShadows : true,
disableHI : false, // true disables hoverIntent detection
onInit : function(){}, // callback functions
onBeforeShow: function(){},
onShow : function(){},
onHide : function(){}
};
$.fn.extend({
hideSuperfishUl : function(){
var o = sf.op,
not = (o.retainPath===true) ? o.$path : '';
o.retainPath = false;
var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
.find('>ul').hide().css('visibility','hidden');
o.onHide.call($ul);
return this;
},
showSuperfishUl : function(){
var o = sf.op,
sh = sf.c.shadowClass+'-off',
$ul = this.addClass(o.hoverClass)
.find('>ul:hidden').css('visibility','visible');
sf.IE7fix.call($ul);
o.onBeforeShow.call($ul);
$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
return this;
}
});
})(jQuery);
//]]>
//
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop <>
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '
';
summ = summary_img;
}
if(img.length<1) class="Apple-tab-span" style="white-space:pre">
imgtag = '
';

summ = summary_img;
}
var summary = imgtag + '
' + removeHtmlTag(div.innerHTML,summ) + '
'; div.innerHTML = summary;
}
//]]>
/* =========BloggerTricks.com================
Name: RAHUL PUROHIT
Blogger template by #
URL: http://amitpurtohit.comze.com
Originally it was a wordpress theme by
Author: CamelGraph
Author URL: http://camelgraph.com
Template released under the Creative Commons Atribution License,
PLEASE DO NOT REMOVE THE FOOTER CREDITS
===========BloggerTricks.com============== */
/*-- (Hiding the navbar) --*/
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
* html img,
* html .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite,small, strike,text, strong, sub, sup, tt, var,dl, dt, dd,fieldset, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
body{ font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;font-size:13px;color: #3e3e3e; text-shadow: 0px 1px 0px #DADCDD ;
background-image:url(http://i1256.photobucket.com/albums/ii497/Rahul_Purohit/4.jpg);
background-attachment: fixed;
opacity:1.0;
background-position: center;
}
.clear{ clear: both; }
a {color:#696969;text-decoration:none}
a:hover {color:#EB7617;}
img.aligncenter {margin: 0 auto;display: block;}
img.alignleft {float: left;margin: 5px 10px 0 0;display: inline;}
img.alignright {float: right;display: inline;margin: 5px 0 0 10px;}
.alignleft{float:left;margin-right:8px;}
.alignright{float:right;margin-left:8px;}
blockquote {background: #E6E6E6 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeTB5iTm1kAMqNHzYaH9ngxj4QYtDL3oYihOnigq7KINP_vbJQEXZfYzCYyNIWFGgY2sGoJcTL4CTZXjWJR4arDaWXwpcqWmRypZAao3DHcW08-UQc5f-G1C5alhZj8XvI2H8l_pkYurbG/s400/quote.png) no-repeat top left;font-style: italic;margin-top:10px;margin-bottom:10px;padding:15px 15px 15px 30px;}
code { background:#FFFFB3 none repeat scroll 0 0;color:blue;font-family:inherit;font-size:11px;}
.search{float:left;width:225px;height:40px;display:inline;padding-top:5px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxAa0l1Aw5i4AvcJGPLAXUA3v3Bz9DcmJV6PbrlY9vyzcQyvRxFptcH1qP-6qVkvmFCYgsBAiOCjyKYVkdqdcLu1xFq10MyaNzI_wvvzE83Lm6m-1iTrLBVNDtWPKC2GDpwTP9zZuwzGIH/s400/search-bg.png) no-repeat;margin:20px 0 20px 30px}
input#s { height:24px;padding-top:5px;width:160px; color:#696969;border:medium none;display:inline;float:left;margin:5px 0 0 15px}
input#searchsubmit {color:#fff; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikXZ2Ifke6z0MMQJ1BqNbIve7az2hRUlFt22mmdTZJoy33dnKlXJCuRTS_Ki1ODZ2WChjn3YkI-NSqS-9sUN3W_50-2qpMe-FxklRsP3ZdSekUy1i4WlUFHqwOqG-t8fZx63zTbkEHolsd/s400/search.png) no-repeat top left;border:none;width:32px;height:32px;text-indent:-9999px;margin:3px}
input#searchsubmit:hover {background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjki7hlvc3Ww4z74qduV_QpLw5SmgYj5B6rZ6sYRUOrHSFxiVGu0GEtgKwaA0AIv30FTc8a2iahyVxT5Gu6QZnmfEighzkOCiTRn6S5ide5BbMdFiWAXfhEVkI8ejalK8bNT7CsJ_9MZice/s400/search-hover.png) no-repeat top left}
.searchtitle {margin-left:10px;font-size:20px;margin-bottom:10px;}
/*-----------------------------------------------------------------Upper-part Layout-------------------------------------------------------*/
#top-nav-wrap{background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizgdft-yYJ87tymIg_SH7FGFlhSU6wugQi820g-F2zK8pXjCtdA095m8k3ymhFqo3bxdVSVkijXzeTweIeyUJ-BtsNcH9AAzH46UKjcWU4X9k-R_z2_4Emm8_4IO6trVabaWzmwEQpjxxA/s1600/top-menu.png) repeat-x top center}
#bottom-wrap{background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqlcsopDKfWjvhokn-qhL1J2TNgrfCWW_cdbbtsYLNBxaterjdxPEq1h_AoDoe_awCqiDXa73CBviuq8xOcJ_WsEKjhPxpOlkDhjDJLGKL64meJBjtshu-ccJ2_OWfXawyAyN7jeM9sScL/s1600/bottom-wrap.png) repeat-x scroll center bottom transparent}
#header-wrap {margin: 0 auto 30px; height:100px;width:1000px;}
#logo { float:left;height:70px;margin:40px 0 0 20px;}
#logo h1{background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQM8nM4_01lEqplZswpxnz8-eTI9wnl2n2m-g_FSAPY5HU9_Nldlh2V_o_2hnsUBQH3z-fpx1M8uBaJz4NwaAm3a0wC7Cj4FhWrc9viIVONikawZHFrIzxpF3NBdanyN6t2N1vcvBYqd8I/s400/logo.jpg) top left no-repeat; text-indent: -9999px;float:left;width:279px;height:69px;}
/* Menu WRAP */
#menu-wrap {}
#menu { margin: 0px auto; width: 1005px; height:50px; }
#menu ul {height:50px;}
#menu ul li {font-weight:bold;font-size:12px;}
#menu ul li a {text-transform:uppercase;margin:5px 5px 5px 0;text-decoration:none;color:#5E5E5E;}
#menu ul li a:hover {text-shadow:0 0 0}
/*container */
#top-container { width:1003px; background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgo5kcjkgNghnECu_3SHARB2_rlEfBY7VGu7Qp0_kgkg7Zl1fBlz2HugsPoVz67uIzhijU5hjh9GelQEkIV3l7IWMP_2k-cuZH3JY1I4rJex2w_CJvZQcSCB1XPoHRX2UtYTrWjKiJOkNbZ/s1600/top-container.png) no-repeat ;margin:0 auto ;height:45px}
#container { width:1003px; background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXqsP5bt8d7hKgmd98htNYb1PgWrgaqiyEVidpVQz6TBq18ybQDI0Da-SAvhvyVzp5F9Dqwq3jVrEZc6bzh8U_cLTc6cxJNhG1mcxWghWqWhk4KphbtixFVS0j7lCBeOyeSluYqcF9Nl7Z/s1600/container.png) repeat-y ;margin:0 auto ;padding-bottom:20px; }
#bottom-container { width:1003px; background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioFQSvLqn3lncn66q6SSX5f7QFosrMbLihZEC5wlmngHSHLH3KxzQRJuV1UOM8GGRu2DEpOu-i98ilcKzLkdGwM1IRHKridXeBWwQJPJlCD7hi1TXBqsQ0ACTN9Jy979-07FJDkgw9mQyl/s1600/bottom-container.png) no-repeat ;margin:0 auto 30px ;height:49px}
/* Share Area*/
.home-share {float:left;width:60px;margin:15px 0 0 10px}
.share-buttons {width:70px;height:80px;}
#content {width:616px;float:left;display:inline;padding:0 0 10px 0;margin-left:10px}
#sidebar {width:310px; float:left;display:inline;margin:0 0 0 30px;padding:10px 0 10px 0;background:#E6E6E6}
#gallery {width:616px; height:320px; margin:0 0 20px 0;float:left;display:inline;border-bottom:1px solid #DBE3E9;}
#twitter{padding:20px}
#tfbTab {position: fixed; top: 300px; width: 30px; height: 119px; z-index: 8765; cursor: pointer; background: #53CAE1 no-repeat scroll right top ; left: 0pt;}
#post-wrap{display:inline;float:left;margin-left:10px; min-width:450px;}
#ads-wrap {width:270px; float:left;display:inline;margin:0 0 10px 20px;}
#ads-image {margin:5px 0 5px 0}
.ads {padding-left:4px;margin-bottom:5px;height:125px;width:125px}
#ads468 {float:right;display:inline;margin:45px 20px 0 0;width:470px}
.post-home {float:left;width:600px;background:#E6E6E6 ;margin:10px 0 10px 0;padding: 0 0 15px 0 }
.post-home h2 {margin:10px 0 0 60px;font-weight:bold;}
.post-home li {margin-left:40px;}
.post-home ul,ol {margin-top:10px;margin-bottom:10px}
.single{margin-left: 10px}
.post-head{float:left;display:inline;background:#E6E6E6 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjl1xXOK-EcXNXinGW9Pc_RPqmwteufBlZHgTiIQ51fj7dnUrp1-CwRSYhVi_DKErdOYVSq9vVJBKnXqmOjy2VG5ChI4HeaUyYZrEh4mWjvS-KtIA1fxO6_SsUepLa4P9kd_QBqnsKGFZPI/s400/postbg.jpg) no-repeat top left}
.inside{height:50px}
.posttitle {font-size:18px; color:#696969;text-decoration:none}
.posttitle a:hover {color:#EB7617}
.date {font-size:10px;margin-left:60px;display: inline;float:left;}
.date a {color:#696969;text-decoration:none;font-weight:bold}
.date a:hover {color:#EB7617;}
.thumbnail {float:left;display: inline;margin:15px 10px 10px 20px ;width:125px;height:125px}
.entryhome {font-size:13px;width:350px;float:left;display: inline;margin-top:15px;padding:0 0 20px 0}
.entryhome a {color:#EB7617}
.entryhome a:hover {color:#696969}
.postnav{float:left;display:inline;color:#999;margin:20px 20px 20px 190px;}
.postnav a{border:#ddd 1px solid;background-color:#fff;padding:3px 6px;text-decoration:none;font-size:11px;color:#999}
.postnav a:hover{border:#696969 1px solid;background-color:#696969;color:#fff;}
.postnav .page{margin:0;padding:0;background:none;display:inline;}
.postnav span.current{border:#DDDDDD 1px solid;color:#fff;padding:3px 6px;text-decoration:none;background-color:#696969;}
/*-----------------------------------------------------------------Single-Page-------------------------------------------------------*/
.single-entry {font-size:13px;width:560px;float:left;display: inline;margin-top:15px;padding:0 0 20px 20px}
.single-entry a {color:#EB7617}
.single-entry a:hover {color:#696969}
.postnav-inside{float:left;display:inline;width:570px;color:#999;margin:0;}
.postnav-inside a{border:#ddd 1px solid;background-color:#fff;padding:3px 6px;text-decoration:none;font-size:11px;color:#999}
.postnav-inside a:hover{border:#696969 1px solid;background-color:#696969;color:#fff;}
.postnav-inside .page{margin:0;padding:0;background:none;display:inline;}
.postnav-inside span.current{border:#DDDDDD 1px solid;color:#fff;padding:3px 6px;text-decoration:none;background-color:#696969;}
.comment-nav{float:left;display:inline;color:#999;margin:0;}
.comment-nav a{border:#ddd 1px solid;background-color:#fff;padding:3px 6px;text-decoration:none;font-size:11px;color:#999}
.comment-nav a:hover{border:#696969 1px solid;background-color:#696969;color:#fff;}
.comment-nav .page{margin:0;padding:0;background:none;display:inline;}
.comment-nav span.current{border:#DDDDDD 1px solid;color:#fff;padding:3px 6px;text-decoration:none;background-color:#696969;}
/* Right Sidebar area */
#feeds {font-size:12px;width:290px;height:141px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiehozd7bH8g-xxMvDwxuIsNoH7IzXvp4TxXKXr5kVqsqrk1ATcVnbDPOEYngTg2a-syH-aMKzWx30y0FA0W8MwV6huB25QWvnkwTjjT_am_ulJebRaLdzxbNqFM5EH5VN1axfrHjoGZspM/s1600/feed-bg.jpg);margin:0 0 20px 10px}
.textarea {background:#fff none repeat scroll 0 0;border:medium none;font-size:12px;height:20px;margin:50px 0 5px 15px;padding:5px 0 0 5px;width:155px;}
#feeds a {font-size:11px;color:#FF7300;text-decoration:none}
#feeds p {color:#51616E;margin-left:15px;}
.right-widget{width:300px;float:left;display:inline;font-size:12px;padding-bottom:10px;}
#sidebar .BlogArchive , #sidebar .Profile , #sidebar .BloggerButton , #sidebar .Subscribe , #sidebar .Label , #sidebar .NewsBar , #sidebar .Feed ,
#sidebar .TextList , #sidebar .LinkList , #sidebar .BlogList , #sidebar .Poll , #sidebar .VideoBar ,
#sidebar .Slideshow , #sidebar .Image , #sidebar .Text , #sidebar .HTML , #sidebar .CustomSearch , #sidebar .Followers , .PageList { width:300px;float:left;display:inline;font-size:12px;padding-bottom:10px;}
#sidebar .BlogArchive h2, #sidebar .Profile h2, #sidebar .BloggerButton h2, #sidebar .Subscribe h2, #sidebar .Label h2, #sidebar .NewsBar h2, #sidebar .Feed h2, #sidebar .TextList h2, #sidebar .LinkList h2, #sidebar .BlogList h2, #sidebar .Poll h2, #sidebar .VideoBar h2,
#sidebar .Slideshow h2, #sidebar .Image h2, #sidebar .Text h2, #sidebar .HTML h2, #sidebar .CustomSearch h2, #sidebar .Followers h2, #sidebar .PageList h2 {background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRaOzSzGrV-QHMoobG4bvLv3r7mIKUcig-2BmzDFJAFWzCQfe-y8W1v9yWA_DfuawAivyYmhT8XwirHIZj1VjL8PUkLv7eJe3o564pIPaDOSuSz4SB1yfXy9ehfMqc6qt0a66dRwHAsh-n/s1600/right-head.png) no-repeat bottom;height:39px;padding:25px 0 0 30px;width:195px; font-weight:bold;width:255px;font-size:20px;text-transform:uppercase;color:#696969;margin:0 0 20px 0}
#sidebar .BlogArchive ul, #sidebar .Profile ul, #sidebar .BloggerButton ul, #sidebar .Subscribe ul, #sidebar .Label ul, #sidebar .NewsBar ul, #sidebar .Feed ul, #sidebar .TextList ul, #sidebar .LinkList ul, #sidebar .BlogList ul, #sidebar .Poll ul, #sidebar .VideoBar ul,
#sidebar .Slideshow ul, #sidebar .Image ul, #sidebar .Text ul, #sidebar .HTML ul, #sidebar .CustomSearch ul, #sidebar .Followers ul, #sidebar .PageList ul {list-style:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCPZBxYS7BMhSuP75nkDEr4Y6utSjGgqwlzKttaP3SQH4GJ6nhSLxMEEGVY79ozRPfVbrOs8dm0wgkHqkcvDrK14i5ZwomMWOkK24sPzz7qg6yBA1coaRgkwkmka_q51cvaOIq3iIhWgeZ/s1600/bullet.png) outside;padding-left:25px;margin-left:30px;}
#sidebar .BlogArchive li, #sidebar .Profile li, #sidebar .BloggerButton li, #sidebar .Subscribe li, #sidebar .Label li, #sidebar .NewsBar li, #sidebar .Feed li, #sidebar .TextList li, #sidebar .LinkList li, #sidebar .BlogList li, #sidebar .Poll li, #sidebar .VideoBar li,
#sidebar .Slideshow li, #sidebar .Image li, #sidebar .Text li, #sidebar .HTML li, #sidebar .CustomSearch li, #sidebar .Followers li, #sidebar .PageList li {font-size:12px;line-height:14px;margin-bottom:5px}
#sidebar .BlogArchive a, #sidebar .Profile a, #sidebar .BloggerButton a, #sidebar .Subscribe a, #sidebar .Label a, #sidebar .NewsBar a, #sidebar .Feed a, #sidebar .TextList a, #sidebar .LinkList a, #sidebar .BlogList a, #sidebar .Poll a, #sidebar .VideoBar a,
#sidebar .Slideshow a, #sidebar .Image a, #sidebar .Text a, #sidebar .HTML a, #sidebar .CustomSearch a, #sidebar .Followers a, #sidebar .PageList a {color:#696969;text-decoration:none}
#sidebar .BlogArchive a:hover, #sidebar .Profile a:hover, #sidebar .BloggerButton a:hover, #sidebar .Subscribe a:hover, #sidebar .Label a:hover, #sidebar .NewsBar a:hover, #sidebar .Feed a:hover, #sidebar .TextList a:hover, #sidebar .LinkList a:hover, #sidebar .BlogList a:hover, #sidebar .Poll a:hover, #sidebar .VideoBar a:hover,
#sidebar .Slideshow a:hover, #sidebar .Image a:hover, #sidebar .Text a:hover, #sidebar .HTML a:hover, #sidebar .CustomSearch a:hover, #sidebar .Followers a:hover, #sidebar .PageList a:hover {color:#EB7617;}
.textwidget {padding-left:35px;text-align:justify;width:230px;}
.video-widget{width:245px;float:left;display:inline;font-size:12px;padding-bottom:10px;padding-left:30px}
.bottom-widget{width:220px;float:left;display:inline;font-size:12px;margin:0 10px 10px}
.bottom-widgettwo{width:220px;float:left;display:inline;font-size:12px;margin:0 10px 10px}
.bottom-widgetthree{width:220px;float:left;display:inline;font-size:12px;margin:0 10px 10px}
.bottom-widgetfour{width:220px;float:left;display:inline;font-size:12px;margin:0 10px 10px}
#bottom-widget .BlogArchive h2, #bottom-widget .Profile h2, #bottom-widget .BloggerButton h2, #bottom-widget .Subscribe h2, #bottom-widget .Label h2, #bottom-widget .NewsBar h2, #bottom-widget .Feed h2, #bottom-widget .TextList h2, #bottom-widget .LinkList h2, #bottom-widget .BlogList h2, #bottom-widget .Poll h2, #bottom-widget .VideoBar h2,
#bottom-widget .Slideshow h2, #bottom-widget .Image h2, #bottom-widget .Text h2, #bottom-widget .HTML h2, #bottom-widget .CustomSearch h2, #bottom-widget .Followers h2, #bottom-widget .PageList h2 {background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgv5ibjYL5A_Q6Na5kb4_uJF6f7cj9VJ3pzILCnROXfNiHBB0tMwenls7Rk6F6bmkzGhsaBk8pqg4f18cfknNfhjpl-jQvrRYlDqPRURKKi-bOArOy-3U7SFJ-DsfVW6cnyD539zZBpP7Pg/s1600/right-head.png) no-repeat bottom;height:39px;padding:10px 0 0 20px;width:175px; font-weight:bold;font-size:16px;text-transform:uppercase;color:#3C3C3C;margin:0 0 10px}
#bottom-widgettwo .BlogArchive h2, #bottom-widgettwo .Profile h2, #bottom-widgettwo .BloggerButton h2, #bottom-widgettwo .Subscribe h2, #bottom-widgettwo .Label h2, #bottom-widgettwo .NewsBar h2, #bottom-widgettwo .Feed h2, #bottom-widgettwo .TextList h2, #bottom-widgettwo .LinkList h2, #bottom-widgettwo .BlogList h2, #bottom-widgettwo .Poll h2, #bottom-widgettwo .VideoBar h2,
#bottom-widgettwo .Slideshow h2, #bottom-widgettwo .Image h2, #bottom-widgettwo .Text h2, #bottom-widgettwo .HTML h2, #bottom-widgettwo .CustomSearch h2, #bottom-widgettwo .Followers h2, #bottom-widgettwo .PageList h2 {background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgv5ibjYL5A_Q6Na5kb4_uJF6f7cj9VJ3pzILCnROXfNiHBB0tMwenls7Rk6F6bmkzGhsaBk8pqg4f18cfknNfhjpl-jQvrRYlDqPRURKKi-bOArOy-3U7SFJ-DsfVW6cnyD539zZBpP7Pg/s400/right-head.png) no-repeat bottom;height:39px;padding:10px 0 0 20px;width:175px; font-weight:bold;font-size:16px;text-transform:uppercase;color:#3C3C3C;margin:0 0 10px}
#bottom-widgetthree .BlogArchive h2, #bottom-widgetthree .Profile h2, #bottom-widgetthree .BloggerButton h2, #bottom-widgetthree .Subscribe h2, #bottom-widgetthree .Label h2, #bottom-widgetthree .NewsBar h2, #bottom-widgetthree .Feed h2, #bottom-widgetthree .TextList h2, #bottom-widgetthree .LinkList h2, #bottom-widgetthree .BlogList h2, #bottom-widgetthree .Poll h2, #bottom-widgetthree .VideoBar h2,
#bottom-widgetthree .Slideshow h2, #bottom-widgetthree .Image h2, #bottom-widgetthree .Text h2, #bottom-widgetthree .HTML h2, #bottom-widgetthree .CustomSearch h2, #bottom-widgetthree .Followers h2, #bottom-widgetthree .PageList h2 {background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgv5ibjYL5A_Q6Na5kb4_uJF6f7cj9VJ3pzILCnROXfNiHBB0tMwenls7Rk6F6bmkzGhsaBk8pqg4f18cfknNfhjpl-jQvrRYlDqPRURKKi-bOArOy-3U7SFJ-DsfVW6cnyD539zZBpP7Pg/s400/right-head.png) no-repeat bottom;height:39px;padding:10px 0 0 20px;width:175px; font-weight:bold;font-size:16px;text-transform:uppercase;color:#3C3C3C;margin:0 0 10px}
#bottom-widgetfour .BlogArchive h2, #bottom-widgetfour .Profile h2, #bottom-widgetfour .BloggerButton h2, #bottom-widgetfour .Subscribe h2, #bottom-widgetfour .Label h2, #bottom-widgetfour .NewsBar h2, #bottom-widgetfour .Feed h2, #bottom-widgetfour .TextList h2, #bottom-widgetfour .LinkList h2, #bottom-widgetfour .BlogList h2, #bottom-widgetfour .Poll h2, #bottom-widgetfour .VideoBar h2,
#bottom-widgetfour .Slideshow h2, #bottom-widgetfour .Image h2, #bottom-widgetfour .Text h2, #bottom-widgetfour .HTML h2, #bottom-widgetfour .CustomSearch h2, #bottom-widgetfour .Followers h2, #bottom-widgetfour .PageList h2 {background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgv5ibjYL5A_Q6Na5kb4_uJF6f7cj9VJ3pzILCnROXfNiHBB0tMwenls7Rk6F6bmkzGhsaBk8pqg4f18cfknNfhjpl-jQvrRYlDqPRURKKi-bOArOy-3U7SFJ-DsfVW6cnyD539zZBpP7Pg/s400/right-head.png) no-repeat bottom;height:39px;padding:10px 0 0 20px;width:175px; font-weight:bold;font-size:16px;text-transform:uppercase;color:#3C3C3C;margin:0 0 10px}
.bottom-widget ul {list-style:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCPZBxYS7BMhSuP75nkDEr4Y6utSjGgqwlzKttaP3SQH4GJ6nhSLxMEEGVY79ozRPfVbrOs8dm0wgkHqkcvDrK14i5ZwomMWOkK24sPzz7qg6yBA1coaRgkwkmka_q51cvaOIq3iIhWgeZ/s400/bullet.png) outside;padding-left:15px;margin-left:30px;}
.bottom-widget li {font-size:12px;line-height:14px;margin-bottom:5px}
.bottom-widget a {color:#696969;text-decoration:none}
.bottom-widget a:hover {color:#3C3C3C;}
.bottom-widgettwo ul {list-style:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCPZBxYS7BMhSuP75nkDEr4Y6utSjGgqwlzKttaP3SQH4GJ6nhSLxMEEGVY79ozRPfVbrOs8dm0wgkHqkcvDrK14i5ZwomMWOkK24sPzz7qg6yBA1coaRgkwkmka_q51cvaOIq3iIhWgeZ/s400/bullet.png) outside;padding-left:15px;margin-left:30px;}
.bottom-widgettwo li {font-size:12px;line-height:14px;margin-bottom:5px}
.bottom-widgettwo a {color:#696969;text-decoration:none}
.bottom-widgettwo a:hover {color:#3C3C3C;}
.bottom-widgetthree ul {list-style:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCPZBxYS7BMhSuP75nkDEr4Y6utSjGgqwlzKttaP3SQH4GJ6nhSLxMEEGVY79ozRPfVbrOs8dm0wgkHqkcvDrK14i5ZwomMWOkK24sPzz7qg6yBA1coaRgkwkmka_q51cvaOIq3iIhWgeZ/s400/bullet.png) outside;padding-left:15px;margin-left:30px;}
.bottom-widgetthree li {font-size:12px;line-height:14px;margin-bottom:5px}
.bottom-widgetthree a {color:#696969;text-decoration:none}
.bottom-widgetthree a:hover {color:#3C3C3C;}
.bottom-widgetfour ul {list-style:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCPZBxYS7BMhSuP75nkDEr4Y6utSjGgqwlzKttaP3SQH4GJ6nhSLxMEEGVY79ozRPfVbrOs8dm0wgkHqkcvDrK14i5ZwomMWOkK24sPzz7qg6yBA1coaRgkwkmka_q51cvaOIq3iIhWgeZ/s400/bullet.png) outside;padding-left:15px;margin-left:30px;}
.bottom-widgetfour li {font-size:12px;line-height:14px;margin-bottom:5px}
.bottom-widgetfour a {color:#696969;text-decoration:none}
.bottom-widgetfour a:hover {color:#3C3C3C;}
/*-----------------Featured Slider--------------*/
#featured-area { height: 300px; position: relative; padding: 11px 0px 10px 0px; z-index: 1; width:616px}
#featured-area .pics { position: absolute; width: 490px; height: 298px; top: 11px; left: 14px; }
#featured-area .pics div.excerpt { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfOoftSijoTx35zGnlroofBj7jPeOVlrtMnGNgp9h_m8qOei5MJrlAEV9lPr43vSrSt9_0qDm3dG2QB3k_SBbmXDOszCikM5HTLDPVQW5fRTXYIT49cnPrpVzI2Dy4vDWirJrp9miEsxJX/s1600/feat-excerpt.png) repeat;bottom:0;font-size:18px;left:0;padding:10px 0 0 10px;position:absolute;width:480px;z-index:2;}
#featured-area .pics div.excerpt p { color: #696969;width:450px;}
#featured-area .pics div.excerpt a { color: #696969; font-weight:bold; }
#featured-area .pics div.excerpt a:hover { color: #F90E0E; text-decoration:none }
.excerpt-text {display:inline;float:left;font-size:10px;width:450px;padding:0 0 10px 0}
#featured-area .pics span.feat-overlay { position: absolute; top: 0px; left: 0px; display: block; width: 490px; height: 298px; z-index: 1; }
#featured-area div#slider-control { position: absolute; width: 110px; height: 296px; border: 1px solid #b4b4b4; z-index: 4; top: 11px; right: 1px; }
#featured-area div#slider-control div.featitem { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCzhd_xohIAwBMxBxhnRCsxsqLngZ5TmL1kECkEa6y6cIoo0BZ34vC0OEyG_x1mWFHHY8PG9Qc-v6559VGTMXhb6Jk-fC9xWRBjGB4fiwwpGTS3yPtXrEsmwPPPtbfjzeUdviifKaNN86G/s1600/featitem-bg.png) no-repeat top left; height: 77px; float: left; width: 76px; padding: 10px 16px 12px 18px; cursor: pointer; }
#featured-area div#slider-control div.featitem img { float: left; margin-right: 18px; border: 1px solid #f6f6f6; margin-top: 5px; }
#featured-area div#slider-control div.featitem span.order { display: none; }
#featured-area div#slider-control div.featitem h2 { font-size: 18px; line-height: 24px; float: left; width: 172px; padding-bottom: 4px; }
div#slider-control div.featitem h2 a { color: #959595; }
#featured-area div#slider-control div.featitem span.meta { color: #b6b6b6; font-size: 11px; padding: 1px 0px; border: 1px solid #cfcfcf; border-width: 1px 0px; display: block; float: left; width: 172px; }
#featured-area div#slider-control div.featitem.active { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYDU2BSN5wzL_LPJYxmMRMeFSrhC2-E8LwHDgSrPb7xqG1rnZ4laOHvWiLPnztavLKsoy5lS8Up9VWzj-rDZK_Y3NHP4PHpliYLgatjPuB3JLJY45ZXOGdKVTXlAQ7wfrFpZfeG4XfPIgl/s1600/featitem-bg-active.png) no-repeat top left; margin-left: -20px; padding-left: 38px; }
#featured-area div#slider-control div.featitem.active h2 { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJHHhEl1h4ynJMDtpOY9h9o0BwRkEdzhtEucyB4BoGq-Tc-kiDqrLKCBHcstKWuJlidbhBb8p61ZT3pgMQrAQaAfA2alc2GMRcpIIbgaNt6sssWoOGU9zW9YarzFPPVOb64FeSgNshuoGO/s400/featitem-active-h2border.png) repeat-x bottom left; margin-bottom: 1px; color: #000000; }
#featured-area div#slider-control div.featitem.active span.meta { color: #797979; border: 0px; }
/*-----------------------------------------------------------------Bottom-part Layout-------------------------------------------------------*/
#top-footer{height:45px;background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmtLZ5qtH_2oiemM4jLQgOozSWEHjgmlCLdMX6nr6hv46CYkh3KY-PXKMGHjwbnoDhVngHN5xJmQadpSxk27VbpLvHB3K3PVfZWAqCxS0VJNRWcNdS1Vx6WAD7kMczCcn4TtiwDnNnWQGr/s1600/top-container-b.png) repeat-y scroll center top }
#footer {background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM7sCNS6J9OnlCxvIHlLxsT6IWhZwQCzusA4j13xFKxtSp3qf25A0cBty2MgFxQ_1QNDZSZCf7ugcouwL2uHgJcgfd9dX7SitzMl4-ITaaTeaS3DWtQ9SjLyVIrIs9OicLhiUdihLs10h3/s1600/container-b.png) repeat-y scroll center top}
#bottom-footer {height:49px;background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaubqKmffKiCC9XYTlef2rgbCngQkKC1Fk0K4I_YQsGw-NwHjDKy0m5vOvynfPHp2YugngSf7S6jSKWeSLRYq74AVgRuf6OH-XC3bWvIwuApIT6S8JD4weeZWrbhE3cnekYALFNqW5FAFe/s1600/bottom-container-b.png) no-repeat scroll center top ;padding:90px 0 0 0}
#bottombar {width:1000px;margin:0 auto;padding:0 0 0 30px}
/*Comments */
#comments {background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdDoI6-maJm3M7TziANOEnEartdkLhKlb4sbh_zTfsV7dS-5iBcaHoGuP76CtoTT5-hvCH9dohiJwfvC8i9AGqyMTHJ6EnMfCi99TNgX5Ykz7UTfjspLrainCrarHMWyfL6NVcuamLO-Oc/s1600/comment.png) no-repeat top left ;float:left;font-size:13px;margin:10px 0 0 10px;width:580px ;display: inline;}
#comments h3 {color:#FFFFFF;font-size:24px;}
#commentlist-wrap {float:left;margin:10px 0 0 0;width:580px;padding-bottom:10px;display: inline;}
.commentlist {float:left;list-style-position:inside;list-style-type:none;margin-bottom:10px;width:580px;display: inline;}
.comment {background:#E6E6E6 none repeat scroll 0 0;clear:both;float:left;list-style-image:none;border:1px solid #E1E1E1;
list-style-position:outside;list-style-type:none;margin-bottom:15px;padding:0 10px 10px 10px;width:560px;display: inline;}
.comment-counts {padding-top:45px;padding-left:10px;}
.nocomments {padding-left:22px;padding-top:40px}
.comment-author {height:80px;width:500px;}
.metacom{display:inline;float:left;margin:20px;}
#commentform {clear: both;float: left;margin-top:10px;display: inline;}
h3.reply-replace{width: 139px; height: 29px;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2h2uepdgJkrTIlr560d5WY8kBrHCfr9hpnzfaUaslTyS-eH-l5T0f5D0JosX2fEI61s2fAZzp6eQ92TI2tePpmVMM-eHiyKbLMEcDdH4uqIHi8TRwjNsgqD72taDMNcieKBUK4MA3gdKH/s1600/reply.png);text-indent: -9999px;}.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited {font-size:9px;color:#5A5A5A;text-decoration:none;}
.comment-reply-link:hover {background-color: #F1B68B;color: #fff;}
.cancel-comment-reply a:link, .cancel-comment-reply a:visited {color: #fff !important;display: block;font-weight: bold;background-color: #696969;padding: 0px 5px;text-transform: lowercase;font-size: 11px;float: left;clear: both;display: inline;}
.cancel-comment-reply a:hover {background-color: #F1B68B; color: #fff;}
.children .comment {margin-left:20px;margin-bottom:10px; clear:both;width:90%;}
.comment-reply-link, .comment-reply-link:visited {background-color:#696969;color:#FFFFFF !important;display:block;float:right;font-size:11px;font-weight:bold;margin-bottom:20px;margin-right:10px;margin-top:10px;padding:2px 7px;text-transform:lowercase;display: inline;}
#credit {color:#696969;height:40px;width:960px;margin:0 auto;}
#credit p {color:#696969;font-size:12px;padding-top:10px;float:left;display:inline}
#credit a {color:#5A5A5A;}
#credit a:hover {color:#4B4B4B}
#credit-logo {height:38px;width:160px;float:right;display:inline;margin-top:5px}
.fn {font-size:18px;color:#565C62;font-style:normal;font-weight:bold;}
.fn a:link, .fn a:visited {font-size:18px;color:#696969;font-style:normal;font-weight:bold}
.fn a:hover {color:#696969}
.says {color:#696969}
.avatar {margin:15px 0 0 10px;float:left;display:inline;border:5px solid #ffffff;}
#respond {float:left;margin-bottom:30px;margin-left:10px;margin-top:10px;padding:10px ;display: inline;}
input#author{background:#F9F9F8;border:1px solid #DDDDDD ;color:#696969}
input#email{background:#F9F9F8;border:1px solid #DDDDDD ;color:#696969}
input#url{background:#F9F9F8;border:1px solid #DDDDDD ;color:#696969}
textarea#comment {font-family:trebuchet MS;font-size:12px;background:#F9F9F8;border:1px solid #DDDDDD ;width:100%;color:#696969}
#submit {background: #696969; padding: 3px 8px;border:none;color:#fff}
#submit:hover {background:#090A0A;color:#fff}
.sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu {
line-height: 1.0;
}
.sf-menu ul {
position: absolute;
top: -999em;
width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
width: 100%;
}
.sf-menu li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
float: left;
position: relative;
}
.sf-menu a {
display: block;
position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left: 0;
top: 3.6em; /* match top ul list item height */
z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}
/*** DEMO SKIN ***/
.sf-menu {
float: left;
}
.sf-menu a {
padding: .75em 1em;
text-decoration:none;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
color: #13a;
}
.sf-menu li { background: transparent;
}
.sf-menu li li {
background: #C4C4C4;
}
.sf-menu li li li {
background: #C4C4C4;
}
.sf-menu li:hover, .sf-menu li.sfHover,.sf-menu a:hover {
background: #A9A9A9;
outline: 0;}
.sf-menu a:active{background: ;}
.sf-menu a:focus {
outline: 0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right: 2.25em;
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
top: 1.05em; /* IE6 only */
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUoSnuRV9XYrt4oykIwB67zuQ_zIKBAGfddo2CwQUzF2uA29n1SL4o-7mo0uylcTsb1l8MVpO9MDhKWA2UvXprKTS6jGkXRfaAEHSBepYiVfNHM4ZAvwBf7cfMCR90kh4RoDMxSnr0_u1y/s400/arrows-white.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator { /* give all except IE6 the correct values */
top: .8em;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
background: url(http://i1256.photobucket.com/albums/ii497/Rahul_Purohit/4.jpg) no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}
.post-icons {
display:none;
}
.date-header {
display:none;
}
.widget-item-control {
display:none;
}
.feed-links {
display:none;
}
.photo {
width:45px;
height:45px;
}
.status-msg-wrap {
display:none;
}
.status-msg-body {
display:none;
}
.showpageArea a {
text-decoration:underline;
background: #ffffff;
padding: 10px 10px 10px 10px;
}
.showpageNum a {
text-decoration:none;
border: 1px solid #cccccc;
border-top: 1px solid #cccccc;
margin:0 3px;
padding:3px;
}
.showpageNum a:hover {
border: 1px solid #cccccc;
background-color:#cccccc;
}
.showpagePoint {
color:#333;
text-decoration:none;
border: 1px solid #cccccc;
background: #cccccc;
margin:0 3px;
padding:3px;
}
.showpageOf {
text-decoration:none;
padding:3px;
margin: 0 3px 0 0;
}
.showpage a {
text-decoration:none;
border: 1px solid #cccccc;
padding:3px;
}
.showpage a:hover {
text-decoration:none;
}
.showpageNum a:link,.showpage a:link {
text-decoration:none;
color:#333333;
}
]]>
My Infatuation--Love Demystified.
<form action="http://feedburner.google.com/fb/a/mailverify" id="feedform" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=BloggerTricksdotcom', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input name="email" type="text" value="Enter email address here" class="textarea" onfocus="if (this.value == 'Enter email address here') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter email address here';}" />
<br />
<input type="hidden" value="BloggerTricksdotcom" name="uri"/>
<input type="hidden" value="BloggerTricksdotcom" name="title"/>
<input type="hidden" name="loc" value="en_US"/>
</form>
//
/*
* jQuery Cycle Plugin (with Transition Definitions)
* Examples and documentation at: http://jquery.malsup.com/cycle/
* Copyright (c) 2007-2009 M. Alsup
* Version: 2.65 (07-APR-2009)
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
* Requires: jQuery v1.2.6 or later
*
* Originally based on the work of:
* 1) Matt Oakes
* 2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)
* 3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)
*/
;(function($){var ver="2.65";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length==0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){options=handleArguments(this,options,arg2);if(options===false){return;}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=options.slideExpr?$(options.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; opts="buildOptions($cont,$slides,els,options,o);if(opts="="="false){return;}if(opts.timeout||opts.continuous){this.cycleTimeout="setTimeout(function(){go(els,opts,0,!opts.rev);},opts.continuous?10:opts.timeout+(opts.delay||0));}});};function" cyclestop="="undefined){cont.cycleStop="0;}if(options="="="undefined||options="="="null){options="{};}if(options.constructor="="String){switch(options){case" cycletimeout="0;$(cont).removeData(" cyclepause="1;return" cyclepause="0;if(arg2="="="true){options="$(cont).data(" cycletimeout="0;}go(options.elements,options,1,1);}return" options="{fx:options};}}else{if(options.constructor="="Number){var" num="options;options="$(cont).data(">=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.rev);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}if(opts.random){opts.randomMap=[];for(var i=0;i=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var i=0;imaxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingOp=($.browser.opera&&this.cycleW==42&&this.cycleH==19&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueattempts," requeue="true;return" cssbefore="opts.cssBefore||{};opts.animIn="opts.animIn||{};opts.animOut="opts.animOut||{};$slides.not(" timeout="parseInt(opts.timeout);if(opts.speed.constructor="="String){opts.speed="$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed="opts.speed/2;}while((opts.timeout-opts.speed)<250){opts.timeout+="opts.speed;}}if(opts.easing){opts.easeIn="opts.easeOut="opts.easing;}if(!opts.speedIn){opts.speedIn="opts.speed;}if(!opts.speedOut){opts.speedOut="opts.speed;}opts.slideCount="els.length;opts.currSlide="opts.lastSlide="first;if(opts.random){opts.nextSlide="opts.currSlide;if(++opts.randomIndex="="els.length){opts.randomIndex="0;}opts.nextSlide="opts.randomMap[opts.randomIndex];}else{opts.nextSlide="opts.startingSlide">=(els.length-1)?0:opts.startingSlide+1;}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).click(function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).click(function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(var i=0;i=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after);}else{$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}}}opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}if(opts.pager){$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(curr,next,opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).find("a").removeClass("activeSlide").filter("a:eq("+currSlide+")").addClass("activeSlide");};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomindex--;if(--opts.randomindex==-2){opts.randomindex=els.length-2;}else{if(opts.randomindex==-1){opts.randomindex=els.length-1;}}opts.nextslide=opts.randommap[opts.randomindex];}else{if(opts.random){if(++opts.randomindex==els.length){opts.randomindex=0;}opts.nextslide=opts.randommap[opts.randomindex];}else{opts.nextslide=opts.currslide+val;if(opts.nextslide<0){if(opts.nowrap){return nextslide="els.length-1;}else{if(opts.nextSlide">=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}if($.isFunction(opts.prevNextClick)){opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a=($.isFunction(opts.pagerAnchorBuilder))?opts.pagerAnchorBuilder(i,el):''+(i+1)+"";if(!a){return;}var $a=$(a);if($a.parents("body").length==0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone);});$a=$(arr);}else{$a.appendTo($p);}}$a.bind(opts.pagerEvent,function(){opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if($.isFunction(opts.pagerClick)){opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlidel?c-l:opts.slideCount-l;}else{hops=c=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);
/*
* jQuery Cycle Plugin Transition Definitions
* This script is a plugin for the jQuery Cycle Plugin
* Examples and documentation at: http://malsup.com/jquery/cycle/
* Copyright (c) 2007-2008 M. Alsup
* Version: 2.52
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/
;(function($){$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});opts.speed=opts.speed/2;opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(var i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(var i=0;i
//]]>
//
jQuery(function(){
var $featured_area = jQuery('#featured-area');
var $featured_item = jQuery('#featured-area div#slider-control div.featitem');
var $slider_control = jQuery('#featured-area div#slider-control');
var $image_container = jQuery('div#s1 > div');
var ordernum;
var pause_scroll = false;
$featured_item.find('img').fadeTo("fast", 0.7);
$slider_control.find("div.featitem.active img").fadeTo("fast", 1);
$image_container.css("background-color","#000000");
$image_container.hover(
function () {
jQuery(this).find("img").fadeTo("fast", 0.7);
},
function () {
jQuery(this).find("img").fadeTo("fast", 1);
}
);
function gonext(this_element){
$slider_control.find("div.featitem.active img").fadeTo("fast", 0.7);
$slider_control.find("div.featitem.active").removeClass('active');
this_element.addClass('active');
$slider_control.find("div.featitem.active img").fadeTo("fast", 1);
ordernum = this_element.find("span.order").html();
jQuery('#s1').cycle(ordernum - 1);
}
$featured_item.click(function() {
clearInterval(interval);
gonext(jQuery(this));
return false;
});
var auto_number;
var interval;
$featured_item.bind('autonext', function autonext(){
if (!(pause_scroll)) gonext(jQuery(this));
return false;
});
interval = setInterval(function () {
auto_number = $slider_control.find("div.featitem.active span.order").html();
if (auto_number == $featured_item.length) auto_number = 0;
$featured_item.eq(auto_number).trigger('autonext');
}, 5000);
});
//]]>
jQuery(function(){
jQuery('#s1').cycle({
timeout: 0,
speed: 1000,
fx: 'fade'
});
});
© 2010.
Blogger Template by Blogger SEO Tools based on WP theme by CamelGraph.
var pageCount=5;
var displayPageNum=5;
var upPageWord ='Previous';
var downPageWord ='Next';
//
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=(thisNum-displayPageNum-1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2){if(thisNum==2){upPageHtml=''+upPageWord+''}else{upPageHtml=''+upPageWord+''}fFlag++}if(p==(thisNum-1)){html+=''+thisNum+''}else{if(p==0){html+='1'}else{html+=''+(p+1)+''}}if(eFlag==0&&p==thisNum){downPageHtml=' '+downPageWord+'';eFlag++}}}if(thisNum>1){html=''+upPageHtml+' '+html+' '}html='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='';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=(thisNum-displayPageNum-1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2){if(thisNum==2){upPageHtml=labelHtml+upPageWord+' '}else{upPageHtml=''+upPageWord+''}fFlag++}if(p==(thisNum-1)){html+=''+thisNum+''}else{if(p==0){html=labelHtml+'1 '}else{html+=''+(p+1)+''}}if(eFlag==0&&p==thisNum){downPageHtml=' '+downPageWord+'';eFlag++}}}if(thisNum>1){if(!isLablePage){html=''+upPageHtml+' '+html+' '}else{html=''+upPageHtml+' '+html+' '}}html='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('
Pages ('+(postNum-1)+')'+html;if(thisNum<(postNum-1)){html+=downPageHtml}if(postNum==1)postNum++;html+='
';var pageArea=document.getElementsByName("pageArea");var blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var p=0;p Pages ('+(postNum-1)+')'+html;if(thisNum<(postNum-1)){html+=downPageHtml}if(postNum==1)postNum++;html+='
';var pageArea=document.getElementsByName("pageArea");var blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var p=0;p