You are on page 1of 99

<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.

org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <b:include data='blog' name='all-head-content'/> <title><data:blog.pageTitle/></title> <b:skin><![CDATA[/* Theme Name: Natural Splendor Theme URL: http://www.portlandtemplates4free.com/templates/naturalsplendor.html Description: This theme is designed and coded by <a href="http://www.portlandtemplates4free.com/">Portlandtemplates4free</a>. Version: 1.0 Author: Portlandtemplates4free Author URI: http://www.portlandtemplates4free.com/ Tags: green, fixed width, two columns, left sidebar, threaded comments, widget ready, pagenavi, social bookmarking, valid xhtml, valid css */

.Navbar {display: none !important;} /* Variable definitions ====================

<Variable name="bgcolor" description="Page Background Color" type="color" default="#fff" value="#ffffff"> <Variable name="textcolor" description="Text Color" type="color" default="#333" value="#333333"> <Variable name="linkcolor" description="Link Color" type="color" default="#58a" value="#5588aa"> <Variable name="pagetitlecolor" description="Blog Title Color" type="color" default="#666" value="#666666"> <Variable name="descriptioncolor" description="Blog Description Color" type="color" default="#999" value="#999999"> <Variable name="titlecolor" description="Post Title Color" type="color" default="#c60" value="#cc6600"> <Variable name="bordercolor" description="Border Color" type="color" default="#ccc" value="#cccccc"> <Variable name="sidebarcolor" description="Sidebar Title Color" type="color" default="#999" value="#999999"> <Variable name="sidebartextcolor" description="Sidebar Text Color" type="color" default="#666" value="#666666"> <Variable name="visitedlinkcolor" description="Visited Link Color" type="color" default="#999" value="#999999"> <Variable name="bodyfont" description="Text Font" type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif"> <Variable name="headerfont" description="Sidebar Title Font" type="font"

default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sansserif" value="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sansserif"> <Variable name="pagetitlefont" description="Blog Title Font" type="font" default="normal normal 200% Georgia, Serif" value="normal normal 200% Georgia, Serif"> <Variable name="descriptionfont" description="Blog Description Font" type="font" default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif"> <Variable name="postfooterfont" description="Post Footer Font" type="font" default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif"> <Variable name="startSide" description="Side where text starts in blog language" type="automatic" default="left" value="left"> <Variable name="endSide" description="Side where text ends in blog language" type="automatic" default="right" value="right"> */

/* (CSS Start) */ /* Based on YUI http://developer.yahoo.com/yui/reset/ and Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, code, form, div, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; } fieldset, img { border: 0; } /* remember to define focus styles! */ :focus { outline: 0; } address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }

#blog_title ,.post_title ,h1 ,h2 ,h3 ,h4, h5, h6 { font-size: 100%; font-weight: normal; } abbr, acronym { border: 0; font-variant: normal;

input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; } code, kbd, samp, tt { font-size: 100%; } /*@purpose To enable resizing for IE */ input, button, textarea, select { font-size: 100%; } body { line-height: 1.2; } ol, ul { list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0;

} caption, th { text-align: left; } sup, sub { font-size: 100%; vertical-align: baseline; } /* remember to highlight anchors and inserts somehow! */ ins { text-decoration: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* Define */ h1 { font-size: 2.8em; } h2, h3, h4 { font-size: 2em;

} a{ text-decoration: none; } blockquote { margin: 5px 20px; padding: 5px; } blockquote p, code { padding: 10px 20px; display: block; } code { display: block; margin: 5px 20px; } strong, em, caption, th { font-style: normal; font-weight: bold; } cite { font-style: italic; font-weight: normal; } sub, sup { font-size: .8em;

} sub { vertical-align: sub; } sup { vertical-align: super; } small { font-size: 1em; } :focus { outline: 1px #666 dotted; } input:focus, div:focus { outline: 0; } input { margin: 3px; vertical-align: middle; }

/* Layout */ body { font-size: 62.5%; /* Resets 1em to 10px */ color: #000; background: #fff;

line-height: 1.4; } #outer-wrapper , #wrap2 , #wrap4 , #header-wrapper , #content-wrapper , #footer-wrapper { margin: 0 auto; } #header-wrapper { position: relative; }

/* Wordpress */ .entry p { margin: 10px 0 10px 0; } .entry ul { padding-left: 20px; list-style-type: square; } .entry ol { padding-left: 25px; list-style-type: decimal; } .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { font-weight: bold; margin: 5px 0; }

acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; cursor: help; border-bottom: 1px dashed #666; } .endline { clear: both; }

/* Images */ p img { max-width: 100%; /* not working in IE6 */ } img.centered { display: block; margin-left: auto; margin-right: auto; } img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; } img.alignleft { padding: 4px;

margin: 0 7px 2px 0; display: inline; } .alignright { float: right; } .alignleft { float: left }

/* Captions */ .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; } .wp-caption img { border: 0 none;

} .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; }

/* Clear Fix */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ /* end of clearfix */ /* Global */ body {

color: #000; background: #44a113 url(http://2.bp.blogspot.com/_sAefHxrmPGg/TVqm3hO3lxI/AAAAAAAAAfA/5DASen17 AuQ/s000/bg.gif) repeat-y center center; font-family: Verdana, Geneva, sans-serif; } a, .post a { text-decoration: none; color: #000; } a:hover, .post a:hover { color: #900; text-decoration: none; } #blog_title ,.post-title ,h1 ,h2 ,h3 ,h4 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; } blockquote, code { color: #333; font-family: Verdana, Geneva, sans-serif; border: 1px dashed #999; } blockquote { background: #F8F4AB; } code {

background: #F5D582; }

/* Layout */ #outer-wrapper { min-width: 998px; /* not working in IE6 */ overflow: hidden; background: url(http://1.bp.blogspot.com/_sAefHxrmPGg/TVqm4cVi6kI/AAAAAAAAAfE/Z-7-aqjG_E/s000/container_bg.jpg) center top repeat-y; } #wrap2 { padding: 0 0 5px 0; background: url(http://2.bp.blogspot.com/_sAefHxrmPGg/TVqm4_6ycFI/AAAAAAAAAfI/FzYtIkWXde Y/s000/bottom_frame.jpg) no-repeat center bottom; } #wrap4 { background: url(http://2.bp.blogspot.com/_sAefHxrmPGg/TVqm5u7_JoI/AAAAAAAAAfM/k8Dvtkht5s w/s000/top_frame.jpg) no-repeat center top; } #wrap5 { margin: 0 auto; background: url(http://4.bp.blogspot.com/_sAefHxrmPGg/TVqm5zwMvWI/AAAAAAAAAfQ/EyA1BP8 kwJ0/s000/top_container.jpg) no-repeat center 260px; } #header-wrapper , #content-wrapper , #footer-wrapper {

width: 998px; } #header-wrapper { height: 260px; } #content-wrapper { padding: 0px 0 70px 0; } #footer-wrapper { clear: both; height: 55px; position: relative; } /* Footer */ .credit { font-size: 1.1em; text-align: center; padding: 13px 131px 0px 230px; } .credit, .credit a, .credit a:hover { color: #F8D4AC; } /* Header */ #header-wrapper #blog_title { font-size: 3em; /* Blog title */ padding: 28px 200px 0 225px;

text-align: left; color: #FFF; } #header-wrapper #blog_title a { color: #FFF; } #header-wrapper h2 { color: #FFF; font-size: 1.4em; /* Blog Description */ text-align: left; padding: 0px 200px 0 227px; } /* menu */ #menu { width: 448px; height: 26px; position: absolute; left: 323px; top: 209px; overflow: hidden; } #menu ul li { padding: 0 14px; font-size: 1.4em; /* menu Font Size */ font-weight: bold; text-align: center;

float: left; } #menu ul li a { padding: 0px 0 0px 0px; line-height: 2; color: #675031; } #menu ul li a:hover { color: #BD5152; } #menu ul ul li { font-size: 1em; }

/* searchform */ #searchform { overflow: hidden; position: absolute; left: 812px; top: 224px; } .searchtext { width: 125px; color: #000; border: 0; font-size: 1.2em;

background: url(http://www.portlandtemplates4free.com/examples/wpcontent/themes/natural-splendor/images/spcaer.gif); padding: 0; margin: 7px 4px 0 0; float: left; } #searchsubmit { border: 0; margin: 0 0 0px 0; width: 38px; height: 30px; float: left; } #rss { position: absolute; left: 258px; top: 208px; } #rss img { width: 54px; height: 54px; }

/* Content */ #main-wrapper { width: 500px; padding: 33px 0px 0 0px;

display: inline; margin: 0px 88px 0px 0px; float: right; } .post { padding: 0px 0 0px 0; margin: 0px 0 30px 0px; position: relative;

} .post .post-title { margin: 0px 5px 0 0px; padding: 8px 15px 9px 35px; font-size: 1.4em; /* Post title */ background: url(http://1.bp.blogspot.com/_sAefHxrmPGg/TVqm6LfvHrI/AAAAAAAAAfU/NiXgv_XCWI/s000/post_header_bg.gif) no-repeat; } .post .post-title a { color: #490909; } .post .post-title a:hover { color: #900; } .post_path { font-size: 1.1em; margin: 0 0 0 20px;

padding: 7px 7px 12px 15px; background: url(http://2.bp.blogspot.com/_sAefHxrmPGg/TVqm6c8mCiI/AAAAAAAAAfY/gpLSDxAF oqg/s000/arrow.gif) left 10px no-repeat; } .post_path span { color: #706ED6; } .post_path a:hover { text-decoration: underline; } .edit_post { width: 83%; margin: 0 auto; margin-top: 10px; padding: 5px 10px; background: #ffc; border: 1px dashed #999; } .edit_post a { font-style: italic; color: #33C; } .edit_post a.post-edit-link { margin-right: 15px; font-style: normal; color: #E5631C;

text-decoration: underline; } .edit_post a:hover.post-edit-link { color: #33c; } .entry { width: 460px; overflow: hidden; margin: 0 auto; padding: 10px 0; font-size: 1.2em; } .entry a { color: #1426AE; text-decoration: underline; } .postmetadata { padding: 2px 22px 0 20px; text-align: right; font-size: 1.1em; } .postmetadata a { text-decoration: underline; } .tags, .tags a, .postmetadata, .postmetadata a { color: #901E19;

} .tags { font-size: 1.2em; margin: 10px 30px 0 20px; } .tags a { text-decoration: underline; } .notfound { margin: 100px auto; text-align:center; font-size: 4em; font-weight: bold; color: #7e2d17; } .read_comments { margin: 0px 18px 0 0px; text-align: right; font-weight: bold; padding: 10px 30px 10px 20px; } .read_comments a { font-size: 1.2em; color: #901E19; padding: 6px 30px 6px 0px;

background:url(http://4.bp.blogspot.com/_sAefHxrmPGg/TVqm62c3k2I/AAAAAAAAAf c/TjNGkOiHSwI/s000/read_comments.gif) no-repeat right 2px; } .read_comments a:hover { color: #000; } .bookmark { margin: 18px 0 0 20px; } .wp-pagenavi { padding: 5px 36px 5px 20px; }

/* welcome */ #welcome { color: #675031; font-weight: bold; font-size: 1.1em; padding: 43px 0 43px 0; } #welcome p { width: 195px; height: 122px; padding: 0px 0 0px 10px; overflow: hidden; }

/* Sidebar */ #sidebar-wrapper { width: 226px; display: inline; padding: 0px 0px 30px 0px; margin: 0px 0px 0 93px; overflow: hidden; float: left; position: relative; color: #666; } #sidebar_main { padding: 0px 0 0px 0; margin: 0px 0 0 0; } #sidebar_main h2 { padding: 18px 20px 8px 52px; font-size: 18px; color: #9B773F; position: relative; background: url(http://1.bp.blogspot.com/_sAefHxrmPGg/TVqm7I1nfNI/AAAAAAAAAfg/3BNEMLAy ZkU/s000/sidebar_header_bg.jpg) no-repeat left 5px; } #sidebar_main .widget { overflow: hidden; font-size: 1.2em;

padding: 3px 0px 10px 0px; } #sidebar_main ul li a { color: #675031; } #sidebar_main ul li a:hover { color: #f00; } #sidebar_main .widget-content { padding: 0 0 0 35px; background: none; } #sidebar_main ul ul li { font-size: 1em; border: none; padding: 6px 0 6px 20px; background: url(http://3.bp.blogspot.com/_sAefHxrmPGg/TVqm7lTnPnI/AAAAAAAAAfk/B10qvVNm row/s000/sidebar_li.jpg) no-repeat left 10px; position: relative; } #sidebar_main ul ul ul { padding: 0; margin: 0; } #sidebar_main ul ul li li { font-size: 1em;

padding: 6px 0 0px 20px; width: 80%; } #sidebar_main .textwidget { margin: 7px 0; } #sidebar-wrapper select { font-size: 1em; margin: 7px 0; width: 95%; } #sidebar-wrapper ul li div ,#sidebar_ul li object { padding: 0 5px; } #sidebar-wrapper ul li div div { padding: 0; }

/* PageNavi*/

.wp-pagenavi a { padding: 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #06c; color: #06c;

background-color: #fff; } .wp-pagenavi a:hover { border: 1px solid #000; color: #000; } .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend { padding: 2px 4px; margin: 2px; border: 1px solid #000; color: #000; background-color: #fff; }

/* Calendar */ #wp-calendar { empty-cells: show; margin: 10px auto 0; width: 90%; } #wp-calendar #next a { padding-right: 10px; text-align: right; font-size: 11px; } #wp-calendar #prev a {

padding-left: 10px; text-align: left; font-size: 11px; } #wp-calendar a { display: block; font-weight: bold; text-decoration: none; } #wp-calendar a:hover { background: #ccc; color: #fff; } #wp-calendar caption { text-align: center; width: 100%; font: bold 13px Verdana, Arial, Sans-Serif; } #wp-calendar td { text-align: center; padding: 3px 0; font-size: 12px; text-align: center; } #wp-calendar th { text-align: center;

font-style: normal; font-size: 12px; text-transform: capitalize; } /* Social Bookmarking */ .bookmark ul { display: inline; } .bookmark ul li { background: none; display: inline; list-style-type: none; } .bookmark_line img { border: 0; }

/* Comments */ h3#comments { padding: 0 0 0 46px; } h3#comments, #respond h3 { padding-top: 10px; font-size: 1.4em; color: #333; }

#commentform { margin: 5px 0 0 0px; } #commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0; font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; } #commentform textarea { width: 98%; padding: 2px; font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; } #commentform p { margin: 5px 0; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; } #commentform #submit { margin: 0 0 5px auto; float: right; } #respond { width: 85%; padding: 0 0 0 10px; color: #333;

margin: 0 auto; } #respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .commentlist { padding: 0 0 0 0px; margin: 0 auto; width: 85%; } .commentlist li { margin: 15px 0 0px; padding: 5px 5px 10px 10px; list-style: none; font-weight: bold; font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; } .commentlist li ul li { margin-right: -5px; margin-left: 10px; font-size: 1em; }

.commentlist p { margin: 10px 5px 10px 0; font-weight: normal; line-height: 1.5em; font-size: 1.2em; text-transform: none; } .commentlist li .avatar { float: right; border: 1px solid #333; padding: 2px; background: #fff; } .commentlist li a { color: #000; } .commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.2em; } #main-wrapper .comment-body p a { text-decoration: underline; } .nocomments { text-align: center;

} .commentmetadata { font-size: 1.2em; display: block; font-weight: normal; } .thread-alt { background-color: #dcbea4; }

.thread-even { background-color: #e3cbb3; } .depth-1 { border: 1px solid #000; } .alt { border-left: 1px solid #666; /* odd page */ background-color: #C29581; padding: 10px; } .even { border-left: 1px solid #666; /* even page */ background-color: #D0AD9E; } .wp-pagenavi {

line-height: 20px; }

/* For Blogger */ #sidebar_main ul li div { padding: 0; margin:0; } #sidebar_main ul ul { background: none; } #sidebar_sub ul li div { padding: 0; margin: 0;} #comments { width: 85%; margin: 0 auto;} #sidebar-wrapper #sidebar-main { margin: 0; padding: 0; } #sidebar_sub #sidebar-sub { margin: 0; padding: 0; } #welcome1 .widget { padding: 0; margin: 0; } #sidebar-wrapper #ArchiveList ul li { padding-left: 0; } #sidebar-wrapper #ArchiveList ul ul li { padding-left: 15px; }

body#layout #searchform {

display: none; } body#layout #rss { display: none; }

.post-footer { padding: 10px 22px; } #ArchiveList ul li {text-indent: 0!important;}

#comments { padding-left: 15px; } #comments h4 { margin:1em 0; font-weight: bold; font-size: 1.2em; line-height: 1.4em; text-transform:uppercase; letter-spacing:.2em; color: $sidebarcolor; }

#comments-block { margin:1em 0 1.5em;

line-height:1.6em; } #comments-block .comment-author { margin:.5em 0; } #comments-block .comment-body { margin:.25em 0 0; } #comments-block .comment-footer { margin:-.25em 0 2em; line-height: 1.4em; text-transform:uppercase; letter-spacing:.1em; } #comments-block .comment-body p { margin:0 0 .75em; } .deleted-comment { font-style:italic; color:gray; } #blog-pager-newer-link { float: $startSide; }

#blog-pager-older-link {

float: $endSide; }

#blog-pager { padding: 0 15px; text-align: center; }

.feed-links { display:none; } /* (CSS End) */

]]></b:skin> </head>

<body>

<div id='outer-wrapper'><div id='top_bg'><div id='bottom_bg'><div id='wrap2'><div id='wrap3'><div id='wrap4'><div id='wrap5'>

<!-- skip links for text browsers --> <span id='skiplinks' style='display:none;'> <a href='#main'>skip to main </a> | <a href='#sidebar'>skip to sidebar</a> </span>

<!-- (Header-wrapper Start) -->

<div id='header-wrapper'> <b:section class='header' id='header' maxwidgets='1' showaddelement='no'> <b:widget id='Header1' locked='true' title='Homegrown Education (Header)' type='Header'> <b:includable id='title'> <a expr:href='data:blog.homepageUrl'><data:title/></a> </b:includable> <b:includable id='description'> <div class='descriptionwrapper'> <h2><data:description/></h2> </div> </b:includable> <b:includable id='main'>

<b:if cond='data:useImage'> <b:if cond='data:imagePlacement == &quot;REPLACE&quot;'> <!--Show just the image, no text--> <div id='header-inner'> <a expr:href='data:blog.homepageUrl' style='display: block'> <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> </div> <b:else/>

<!-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. --> <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;px;&quot; + &quot;_height: &quot; + data:height + &quot;px;&quot; + &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' id='blog_title' style='background: transparent; border-width: 0px'> <b:include name='title'/> </h1> <b:else/> <div class='title' id='blog_title' style='background: transparent; borderwidth: 0px'> <b:include name='title'/> </div> </b:if> </div> <b:include name='description'/>

</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' id='blog_title'> <b:include name='title'/> </h1> <b:else/> <div class='title' id='blog_title'> <b:include name='title'/> </div> </b:if> </div> <b:include name='description'/> </div> </b:if> </b:includable> </b:widget> </b:section> <b:section class='header-tabs' id='header-tabs' preferred='yes' showaddelement='no'> <b:widget id='LinkList64' locked='true' title='Top Tabs' type='LinkList'> <b:includable id='main'> <div class='widget-content'>

<b:if cond='data:title'/> <div id='menu'> <ul> <li class='menu_first'><a expr:href='data:blog.homepageUrl'>Home</a></li> <b:loop values='data:links' var='link'> <li><a expr:href='data:link.target'><data:link.name/></a></li> </b:loop> </ul> </div> </div> </b:includable> </b:widget> <b:widget id='Navbar1' locked='false' title='Navbar' type='Navbar'> <b:includable id='main'>&lt;script type=&quot;text/javascript&quot;&gt; function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener(&#39;load&#39;, function(){ object[attribute] = val; }, false); } else { window.attachEvent(&#39;onload&#39;, function(){ object[attribute] = val; }); } } &lt;/script&gt; &lt;div id=&quot;navbar-iframe-container&quot;&gt;&lt;/div&gt;

&lt;script type=&quot;text/javascript&quot; src=&quot;https://apis.google.com/js/plusone.js&quot;&gt;&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;&gt; gapi.load(&quot;iframes-styles-bubble&quot;, function() { if (window.iframes &amp;&amp; iframes.open) { iframes.open( &#39;//www.blogger.com/navbar.g? targetBlogID\758555163829981301295\46blogName\75Homegrown+Education\46p ublishMode\75PUBLISH_MODE_BLOGSPOT\46navbarType\75LIGHT\46layoutType\75 LAYOUTS\46searchRoot\75http://homegrowneducation.blogspot.com/search\46blogLocale\75en\46v\0752\46homepageUrl\75htt p://homegrown-education.blogspot.com/\46vt\75-1483098899940847786&#39;, { container: &quot;navbar-iframe-container&quot;, id: &quot;navbar-iframe&quot; }, { }); } }); &lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt; (function() { var script = document.createElement(&#39;script&#39;); script.type = &#39;text/javascript&#39;; script.src = &#39;//pagead2.googlesyndication.com/pagead/js/google_top_exp.js&#39;; var head = document.getElementsByTagName(&#39;head&#39;)[0]; if (head) { head.appendChild(script);

}})(); &lt;/script&gt; </b:includable> </b:widget> <b:widget id='Profile1' locked='false' title='Contributors' type='Profile'> <b:includable id='main'> <b:if cond='data:title != &quot;&quot;'> <h2><data:title/></h2> </b:if> <div class='widget-content'> <b:if cond='data:team == &quot;true&quot;'> <!-- team blog profile --> <ul> <b:loop values='data:authors' var='i'> <li><a class='profile-name-link g-profile' expr:href='data:i.userUrl' expr:style='&quot;background-image: url(&quot; + data:i.profileLogo + &quot;);&quot;'><data:i.display-name/></a></li> </b:loop> </ul>

<b:else/> <!-- normal blog profile -->

<b:if cond='data:photo.url != &quot;&quot;'> <a expr:href='data:userUrl'><img class='profile-img' expr:alt='data:photo.alt' expr:height='data:photo.height' expr:src='data:photo.url' expr:width='data:photo.width'/></a> </b:if>

<dl class='profile-datablock'>

<dt class='profile-data'> <a class='profile-name-link g-profile' expr:href='data:userUrl' expr:style='&quot;background-image: url(&quot; + data:profileLogo + &quot;);&quot;' rel='author'> <data:displayname/> </a> <b:if cond='data:hasgoogleprofile'> <br/> <div class='g-plus' data-action='follow' data-width='100' expr:datahref='data:userUrl'/> </b:if> </dt>

<b:if cond='data:showlocation == &quot;true&quot;'> <dd class='profile-data'><data:location/></dd> </b:if>

<b:if cond='data:aboutme != &quot;&quot;'><dd class='profiletextblock'><data:aboutme/></dd></b:if> </dl> <a class='profile-link' expr:href='data:userUrl' rel='author'><data:viewProfileMsg/></a> </b:if>

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

<b:widget id='Attribution1' locked='false' title='' type='Attribution'> <b:includable id='main'> <b:if cond='data:feedbackSurveyLink'> <div class='mobile-survey-link' style='text-align: center;'> <data:feedbackSurveyLink/> </div> </b:if>

<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 id='searchform'><form action='/search' method='get'> <input class='searchtext' id='s' name='q' type='text' value=''/> <input alt='Search' id='searchsubmit' src='http://1.bp.blogspot.com/_sAefHxrmPGg/TVqm7hajx4I/AAAAAAAAAfo/UTqEnBzc Rjo/s000/spacer.gif' type='image' value=''/> </form></div> <div id='rss'><a href='/feeds/posts/default'><img alt='RSS' src='http://1.bp.blogspot.com/_sAefHxrmPGg/TVqm7hajx4I/AAAAAAAAAfo/UTqEnBzc Rjo/s000/spacer.gif'/></a></div>

</div>

<!-- (Header-wrapper End) -->

<!-- (Content-wrapper Start) --> <div class='clearfix' id='content-wrapper'>

<div id='crosscol-wrapper' style='text-align:center'> <b:section class='crosscol' id='crosscol' showaddelement='no'/> </div>

<!-- (Sidebar-wrapper Start) --> <div class='clearfix' id='sidebar-wrapper'> <b:section id='welcome1' showaddelement='no'> <b:widget id='HTML98' locked='true' title='About' type='HTML'> <b:includable id='main'> <div id='welcome'> <p> <b:if cond='data:content == &quot;&quot;'> You can replace this text by going to &quot;Layout&quot; and then &quot;Page Elements&quot; section. Edit &quot; About &quot; <b:else/> <data:content/> </b:if> </p> </div> </b:includable>

</b:widget> </b:section> <div class='clearfix' id='sidebar_main'> <ul><li> <b:section id='sidebar-main' preferred='yes'> <b:widget id='Feed1' locked='false' title='Homegrown Educators&apos; Thought of the Day' type='Feed'> <b:includable id='main'> <h2><data:title/></h2> <div class='widget-content' expr:id='data:widget.instanceId + &quot;_feedItemListDisplay&quot;'> <span style='filter: alpha(25); opacity: 0.25;'> <a expr:href='data:feedUrl'><data:loadingMsg/></a> </span> </div> <b:include name='quickedit'/> </b:includable> </b:widget> <b:widget id='Translate1' locked='false' title='Translate' type='Translate'> <b:includable id='main'> <b:if cond='data:title != &quot;&quot;'> <h2 class='title'><data:title/></h2> </b:if> <div id='google_translate_element'/> <script> function googleTranslateElementInit() { new google.translate.TranslateElement({

pageLanguage: &#39;<data:pageLanguage/>&#39;, autoDisplay: &#39;true&#39;, layout: google.translate.TranslateElement.InlineLayout.<data:layout/> }, &#39;google_translate_element&#39;); } </script> <script src='//translate.google.com/translate_a/element.js? cb=googleTranslateElementInit'/> <b:include name='quickedit'/> </b:includable> </b:widget> <b:widget id='HTML1' locked='false' title='We&apos;re on Twitter' 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:widget id='Subscribe1' locked='false' title='Subscribe To' type='Subscribe'> <b:includable id='main'> <b:if cond='data:isPublic'>

<div style='white-space:nowrap'>

<b:if cond='data:title != &quot;&quot;'> <h2 class='title'><data:title/></h2> </b:if> <div class='widget-content'> <b:loop values='data:feeds' var='feed'> <div expr:class='&quot;subscribe-wrapper subscribe-type-&quot; + data:feed.type'>

<div expr:class='&quot;subscribe expanded subscribe-type-&quot; + data:feed.type' expr:id='&quot;SW_READER_LIST_&quot; + data:widgetId + data:feed.type' style='display:none;'>

<div class='top'> <span class='inner' expr:onclick='&quot;return(_SW_toggleReaderList(event, \&quot;&quot; + data:widgetId +data:feed.type + &quot;\&quot;));&quot;'> <img class='subscribe-dropdown-arrow' expr:src='data:arrowDropdownImg'/> <img align='absmiddle' alt='' border='0' class='feed-icon' expr:src='data:feedIconImg'/> <data:feed.title/> </span>

<div class='feed-reader-links'> <a class='feed-reader-link' expr:href='&quot;http://www.google.com/ig/add?source=bstp&amp;feedurl=&quot; + data:feed.encodedUrl' target='_blank'>

<img expr:src='data:imagePathBase + &quot;subscribegoogle.png&quot;'/> </a> <a class='feed-reader-link' expr:href='&quot;http://www.netvibes.com/subscribe.php?url=&quot; + data:feed.encodedUrl' target='_blank'> <img expr:src='data:imagePathBase + &quot;subscribenetvibes.png&quot;'/> </a> <a class='feed-reader-link' expr:href='&quot;http://www.newsgator.com/ngs/subscriber/subext.aspx? url=&quot; + data:feed.encodedUrl' target='_blank'> <img expr:src='data:imagePathBase + &quot;subscribenewsgator.png&quot;'/> </a> <a class='feed-reader-link' expr:href='&quot;http://add.my.yahoo.com/content?url=&quot; + data:feed.encodedUrl' target='_blank'> <img expr:src='data:imagePathBase + &quot;subscribeyahoo.png&quot;'/> </a> <a class='feed-reader-link' expr:href='data:feed.url' target='_blank'> <img align='absmiddle' class='feed-icon' expr:src='data:feedIconImg'/> Atom </a> </div>

</div> <div class='bottom'/> </div>

<div class='subscribe' expr:id='&quot;SW_READER_LIST_CLOSED_&quot; + data:widgetId +data:feed.type' expr:onclick='&quot;return(_SW_toggleReaderList(event, \&quot;&quot; + data:widgetId +data:feed.type + &quot;\&quot;));&quot;'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' expr:src='data:arrowDropdownImg'/> <span expr:onclick='&quot;return(_SW_toggleReaderList(event, \&quot;&quot; + data:widgetId +data:feed.type + &quot;\&quot;));&quot;'> <img align='absmiddle' alt='' border='0' class='feed-icon' expr:src='data:feedIconImg'/> <data:feed.title/> </span> </span> </div> <div class='bottom'/> </div>

</div> </b:loop>

<div style='clear:both'/>

</div> </div>

<b:include name='quickedit'/>

</b:if> </b:includable> </b:widget> <b:widget id='FollowByEmail1' locked='false' title='Follow by Email' type='FollowByEmail'> <b:includable id='main'> <b:if cond='data:title != &quot;&quot;'><h2 class='title'><data:title/></h2></b:if> <div class='widget-content'> <div class='follow-by-email-inner'> <form action='http://feedburner.google.com/fb/a/mailverify' expr:onsubmit='&quot;window.open(\&quot;http://feedburner.google.com/fb/a/mail verify?uri=&quot; + data:feedPath + &quot;\&quot;, \&quot;popupwindow\&quot;, \&quot;scrollbars=yes,width=550,height=520\&quot;); return true&quot;' method='post' target='popupwindow'> <table width='100%'> <tr> <td> <input class='follow-by-email-address' name='email' placeholder='Email address...' type='text'/> </td> <td width='64px'> <input class='follow-by-email-submit' type='submit' value='Submit'/> </td> </tr> </table> <input expr:value='data:feedPath' name='uri' type='hidden'/>

<input name='loc' type='hidden' value='en_US'/> </form> </div> </div> <span class='item-control blog-admin'> <b:include name='quickedit'/> </span> </b:includable> </b:widget> <b:widget id='LinkList1' locked='false' title='Pages' type='LinkList'> <b:includable id='main'>

<b:if cond='data:title'><h2><data:title/></h2></b:if> <div class='widget-content'> <ul> <b:loop values='data:links' var='link'> <li><a expr:href='data:link.target'><data:link.name/></a></li> </b:loop> </ul> <b:include name='quickedit'/> </div> </b:includable> </b:widget> <b:widget id='Gadget1' locked='false' title='Members' type='Gadget'> <b:includable id='main'> <!-- only display title if it's non-empty -->

<b:if cond='data:renderingUrl != &quot;&quot;'> <b:if cond='data:title != &quot;&quot;'> <h2 class='title'><data:title/></h2> </b:if> <b:if cond='data:gadgetSnippet != &quot;&quot;'> <data:gadgetSnippet/> <b:else/> <div class='widget-content'> <b:if cond='data:nonSocialFragment != &quot;&quot;'> <data:nonSocialFragment/> </b:if> </div> </b:if> <b:else/> <data:errorMessage/> </b:if>

<b:include name='quickedit'/> </b:includable> </b:widget> <b:widget id='Label1' locked='false' title='Categories' type='Label'> <b:includable id='main'> <b:if cond='data:title'> <h2><data:title/></h2> </b:if> <div class='widget-content'>

<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> <span dir='ltr'>(<data:label.count/>)</span> </li> </b:loop> </ul> </div> </b:includable> </b:widget> <b:widget id='BlogArchive1' locked='false' title='Archives' type='BlogArchive'> <b:includable id='toggle' var='interval'> <b:if cond='data:interval.toggleId'> <b:if cond='data:interval.expclass == &quot;expanded&quot;'> <a class='toggle' expr:href='data:widget.actionUrl + &quot;&amp;action=toggle&quot; + &quot;&amp;dir=close&amp;toggle=&quot; + data:interval.toggleId + &quot;&amp;toggleopen=&quot; + data:toggleopen'>

<span class='zippy toggle-open'>&#9660; </span> </a> <b:else/> <a class='toggle' expr:href='data:widget.actionUrl + &quot;&amp;action=toggle&quot; + &quot;&amp;dir=open&amp;toggle=&quot; + data:interval.toggleId + &quot;&amp;toggleopen=&quot; + data:toggleopen'> <span class='zippy'> <b:if cond='data:blog.languageDirection == &quot;rtl&quot;'> &#9668; <b:else/> &#9658; </b:if> </span> </a> </b:if> </b:if> </b:includable> <b:includable id='interval' var='intervalData'> <b:loop values='data:intervalData' var='i'> <ul> <li expr:class='&quot;archivedate &quot; + data:i.expclass'> <b:include data='i' name='toggle'/> <a class='post-count-link' expr:href='data:i.url'><data:i.name/></a> <span class='post-count' dir='ltr'>(<data:i.post-count/>)</span> <b:if cond='data:i.data'> <b:include data='i.data' name='interval'/>

</b:if> <b:if cond='data:i.posts'> <b:include data='i.posts' name='posts'/> </b:if> </li> </ul> </b:loop> </b:includable> <b:includable id='menu' var='data'> <select expr:id='data:widget.instanceId + &quot;_ArchiveMenu&quot;'> <option value=''><data:title/></option> <b:loop values='data:data' var='i'> <option expr:value='data:i.url'><data:i.name/> (<data:i.postcount/>)</option> </b:loop> </select> </b:includable> <b:includable id='flat' var='data'> <ul> <b:loop values='data:data' var='i'> <li class='archivedate'> <a expr:href='data:i.url'><data:i.name/></a> (<data:i.post-count/>) </li> </b:loop> </ul> </b:includable> <b:includable id='posts' var='posts'>

<ul class='posts'> <b:loop values='data:posts' var='i'> <li><a expr:href='data:i.url'><data:i.title/></a></li> </b:loop> </ul> </b:includable> <b:includable id='main'> <b:if cond='data:title'> <h2><data:title/></h2> </b:if> <div class='widget-content'> <div id='ArchiveList'> <div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'> <b:if cond='data:style == &quot;HIERARCHY&quot;'> <b:include data='data' name='interval'/> </b:if> <b:if cond='data:style == &quot;FLAT&quot;'> <b:include data='data' name='flat'/> </b:if> <b:if cond='data:style == &quot;MENU&quot;'> <b:include data='data' name='menu'/> </b:if> </div> </div>

</div>

</b:includable> </b:widget> <b:widget id='LinkList25' locked='false' title='Blog Roll' type='LinkList'> <b:includable id='main'> <b:if cond='data:title'><h2><data:title/></h2></b:if> <div class='widget-content'> <ul> <b:loop values='data:links' var='link'> <li><a expr:href='data:link.target'><data:link.name/></a></li> </b:loop> </ul> </div> </b:includable> </b:widget> </b:section> </li></ul> </div> </div>

<!-- (Sidebar-wrapper End) -->

<!-- (Main-wrapper Start) -->

<div class='clearfix' id='main-wrapper'>

<!-- Main Start -->

<b:section class='main' id='main' showaddelement='no'> <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'> <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>

<b:if cond='data:blog.homepageUrl != data:blog.url'> <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a> <b:else/> <b:if cond='data:newerPageUrl'> <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a> </b:if> </b:if>

</div> <div class='clear'/> </b:includable> <b:includable id='shareButtons' var='post'> <b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' expr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-linktext'><data:top.emailThisMsg/></span></a></b:if><b:if cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sbblog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'><span class='share-button-linktext'><data:top.blogThisMsg/></span></a></b:if><b:if cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sbtwitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.shareToTwitterMsg' target='_blank'><span class='sharebutton-link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if cond='data:top.showFacebookButton'><a class='goog-inline-block share-button sbfacebook' expr:href='data:post.sharePostUrl + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='sharebutton-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if cond='data:top.showOrkutButton'><a class='goog-inline-block share-button sborkut' expr:href='data:post.sharePostUrl + &quot;&amp;target=orkut&quot;' expr:title='data:top.shareToOrkutMsg' target='_blank'><span class='share-buttonlink-text'><data:top.shareToOrkutMsg/></span></a></b:if><b:if cond='data:top.showDummy'><div class='goog-inline-block dummycontainer'><data:post.dummyTag/></div></b:if> </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)) { 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='comment_count_picker' var='post'> <b:if cond='data:post.forceIframeComments'> <span class='cmt_count_iframe_holder' expr:datacount='data:post.numComments' expr:dataonclick='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:datacount='data:post.numComments' expr:dataonclick='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='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='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='post' var='post'> <!-- Post Start --> <div class='post hentry uncustomized-post-template'> <a expr:name='data:post.id'/> <b:if cond='data:post.title'> <b:if cond='data:blog.pageType != &quot;item&quot;'> <h2 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'> <a expr:href='data:post.url'><data:post.title/></a> <b:else/> <data:post.title/> </b:if> </b:if> </h2> <b:else/>

<h1 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'> <a expr:href='data:post.url'><data:post.title/></a> <b:else/> <data:post.title/> </b:if> </b:if> </h1> </b:if> </b:if>

<div class='postmetadata'> <b:if cond='data:top.showTimestamp'> <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> <b:if cond='data:post.labels'> <data:postLabelsLabel/> <b:loop values='data:post.labels' var='label'> <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>

</b:loop> </b:if> </div>

<div class='post-header-line-1'/> <div class='entry'> <p><data:post.body/></p> <div style='clear: both;'/> <!-- clear for photos floats --> </div>

<div class='bookmark'><ul> <li><a expr:href='&quot;http://digg.com/submit?phase=2url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'><img alt='Digg' class='bookmark-icon' src='http://3.bp.blogspot.com/_sAefHxrmPGg/TVqm732Q0II/AAAAAAAAAfs/DRRCvBu HbXo/s000/digg.png'/></a></li> <li><a expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Del.icio.us' class='bookmark-icon' src='http://1.bp.blogspot.com/_sAefHxrmPGg/TVqm8D0RR_I/AAAAAAAAAfw/s8C16y_ HmNA/s000/delicious.png'/></a></li> <li><a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='external nofollow' target='_blank'><img alt='StumbleUpon' class='bookmark-icon' src='http://4.bp.blogspot.com/_sAefHxrmPGg/TVqm8RwoqgI/AAAAAAAAAf0/JyJzDZR kBl0/s000/stumbleupon.png'/></a></li> <li><a expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Reddit' class='bookmark-icon' src='http://2.bp.blogspot.com/_sAefHxrmPGg/TVqm86iyyTI/AAAAAAAAAf4/ry9JSJ_Z1 AQ/s000/reddit.png'/></a></li> <li><a href='/feeds/posts/default'><img alt='RSS' class='bookmark-icon' src='http://4.bp.blogspot.com/_sAefHxrmPGg/TVqm88fjtbI/AAAAAAAAAf8/hTY7umR1 T38/s000/rss.png'/></a></li>

</ul></div> <b:if cond='data:blog.pageType != &quot;item&quot;'><div class='read_comments'><a expr:href='data:post.addCommentUrl'>Read User&#39;s Comments(<data:post.numComments/>)</a></div></b:if>

<div class='endline'/>

<b:if cond='data:post.hasJumpLink'> <div class='jump-link'> <a expr:href='data:post.url + "#more"'><p align="center"><img border="0" src="http://i49.tinypic.com/2ut52f9.jpg"/></p></a> </div> </b:if >

<div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> <b:if cond='data:top.showAuthor'> <data:top.authorLabel/> <span class='fn'><data:post.author/></span> </b:if> </span>

<span class='post-timestamp'> </span>

<span class='reaction-buttons'> <b:if cond='data:top.showReactions'> <table border='0' cellpadding='0' cellspacing='0' width='100%'><tr> <td class='reactions-label-cell' nowrap='nowrap' valign='top' width='1%'> <span class='reactions-label'> <data:top.reactionsLabel/></span>&#160;</td> <td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td> </tr></table> </b:if> </span>

<span class='star-ratings'> <b:if cond='data:top.showStars'> <div expr:g:background-color='data:backgroundColor' expr:g:textcolor='data:textColor' expr:g:url='data:post.absoluteUrl' g:height='42' g:type='RatingPanel' g:width='280'/> </b:if> </span>

<b:if cond='data:blog.pageType == &quot;item&quot;'> <span class='post-comment-link'> <b:if cond='data:blog.pageType != &quot;item&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> </span> </b:if>

<!-- backlinks --> <span class='post-backlinks post-comment-link'> <b:if cond='data:blog.pageType != &quot;item&quot;'> <b:if cond='data:post.showBacklinks'> <a class='comment-link' expr:href='data:post.url + &quot;#links&quot;'><data:top.backlinkLabel/></a> </b:if> </b:if> </span>

<span class='post-icons'> <!-- email post links --> <b:if cond='data:post.emailPostUrl'> <span class='item-action'> <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> </b:if>

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

<!-- Feature added by BTemplates.com --> <b:if cond='data:post.sharePostUrl'> <div class='post-share-buttons'> <b:include data='post' name='shareButtons'/> </div> </b:if>

</div>

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

<div class='post-footer-line post-footer-line-3'> <span class='post-location'> <b:if cond='data:top.showLocation'> <b:if cond='data:post.location'> <data:postLocationLabel/> <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a> </b:if> </b:if>

</span> </div> </div> </div> <!-- Post End --> </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='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='comment-form' var='post'> <div class='comment-form'> <a name='comment-form'/> <h4 id='comment-post-message'><data:postCommentMsg/></h4> <p><data:blogCommentMessage/></p> <data:blogTeamBlogMessage/> <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/> <iframe allowtransparency='true' class='blogger-iframe-colorize bloggercomment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/> <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_comments' var='post'> <div class='comments' id='comments'> <a name='comments'/> <h4><data:post.commentLabelFull/>:</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: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='http://www.blogger.com/img/icon_delete13.gif'/> </a> </span> </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' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <b:if cond='data:post.thumbnailUrl'> <meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/> </b:if> <meta expr:content='data:blog.blogId' itemprop='blogId'/> <meta expr:content='data:post.id' itemprop='postId'/>

<a expr:name='data:post.id'/> <b:if cond='data:post.title'> <h3 class='post-title entry-title' itemprop='name'> <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' itemprop='articleBody'> <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' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>

<a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'> <span itemprop='name'><data:post.author/></span> </a> </span> <b:else/> <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <span itemprop='name'><data:post.author/></span> </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'> <meta expr:content='data:post.canonicalUrl' itemprop='url'/> <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><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'> <b:include data='post' name='comment_count_picker'/> </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-sharebutton'> <a href='javascript:void(0);'><data:shareMsg/></a> </div> </b:if> <b:if cond='data:top.showDummy'> <div class='goog-inline-block dummycontainer'><data:post.dummyTag/></div> </b:if> </div>

</div> </div>

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

<b:include data='post' name='comment_picker'/> </b:if> <b:if cond='data:blog.pageType == &quot;item&quot;'> <b:include data='post' name='comment_picker'/> </b:if> </div> </div> </div> </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='http://www.blogger.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </b:if> </b:includable> <b:includable id='main' var='top'> <!-- posts --> <div class='blog-posts hfeed'>

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

<data:defaultAdStart/>

<b:loop values='data:posts' var='post'> <b:include data='post' name='post'/> <b:if cond='data:blog.pageType == &quot;static_page&quot;'> <b:include data='post' name='comments'/> </b:if> <b:if cond='data:blog.pageType == &quot;item&quot;'> <b:include data='post' name='comments'/> </b:if> <b:if cond='data:post.includeAd'> <b:if cond='data:post.isFirstPost'> <data:defaultAdEnd/> <b:else/> <data:adEnd/> </b:if> <div class='inline-ad'> <data:adCode/> </div> <data:adStart/> </b:if> <b:if cond='data:post.trackLatency'> <data:post.latencyJs/> </b:if> </b:loop>

<data:adEnd/> </div>

<!-- navigation --> <b:include name='nextprev'/>

<!-- feed links --> <b:include name='feedLinks'/>

<b:if cond='data:top.showStars'> <script src='http://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: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='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:if cond='data:post.allowComments'> <b:if cond='data:post.feedLinks'> <b:include data='post.feedLinks' name='feedLinksBody'/> </b:if> </b:if> </b:loop> </div> </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 bloggercomment-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 bloggercomment-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='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' itemprop='name'> <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'> <b:include data='post' name='comment_count_picker'/> </b:if> </b:if> </b:if> </div> </div> </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 class='cmt_iframe_holder' expr:data-href='data:post.canonicalUrl' expr:data-viewtype='data:post.viewType'/>

<b:if cond='data:post.embedCommentForm == &quot;false&quot;'> <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a> </b:if> </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='comments' var='post'> <div class='comments' id='comments'> <a name='comments'/> <b:if cond='data:post.allowComments'> <h4> <b:if cond='data:post.numComments == 1'> 1 <data:commentLabel/>: <b:else/> <data:post.numComments/> <data:commentLabelPlural/>: </b:if> </h4>

<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> &#160; <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> &#160; <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a> </span> </b:if>

<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='marginbottom:-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'> <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>

<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>

<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>

<!-- (Main-wrapper End) -->

<div style='clear: both;'/>

</div>

<!-- (Content-wrapper End) -->

<div style='clear: both;'/>

<!-- (Footer-wrapper) -->

<div id='footer-wrapper'> <div class='credit'> Copyright 2010 <data:blog.title/>.All rights reserved. Powered by <a href='http://www.blogger.com/'>Blogger</a><br/>Credits: <a href='http://wwww.portland-hotels-oregon.com'>Portland Hotels</a>, <a href='http://wwww.detroithotelsadvisor.com'>Detroit City Guide</a>, <a href='http://wwww.denver-hotels-co.com'>Online City Guide - Denver</a>. </div> </div>

<!-- (Footer-wrapper End) -->

<div style='clear: both;'/>

</div></div></div></div></div></div></div> </body> </html>

You might also like