The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Words showing up can't find in code
decapdan
post Aug 3 2012, 01:40 PM
Post #1





Group: Members
Posts: 1
Joined: 3-August 12
Member No.: 17,550



I am editing a blogger template code and when the posts show up on the main page the wording "undefinedundefinedundefined" is showing up.

Link to page: http://poppydoodlespankyfart.blogspot.com/

If you scroll down to Test Post you can see where it says it under the description. I can not find this in the coding to remove it. Can anyone lend a hand?

Here is the coding:

[codebox]
<?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>
<title><data:blog.pageTitle/></title>
<b:include data='blog' name='all-head-content'/>
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: London Creative (Red Skin)
Author URL: http://www.soratemplates.com
Wordpress theme by: http://freshface.net
Date: July 2012
License: This free Blogger template is licensed under the Creative Commons Attribution 3.0 License, which permits both personal and commercial use. However, to satisfy the 'attribution' clause of the license, you are required to keep the footer links intact which provides due credit to its authors. For more specific details about the license, you may visit the URL below:
http://creativecommons.org/licenses/by/3.0
----------------------------------------------- */
body#layout #feature,body#layout #toppanel,#navbar,.date-header,.feed-links,.post-location,.post-share-buttons,.post-icons{display: none !important;}
body,h1,h2,h3,h4,h5,ul,li,a,p,span,img,dd{margin:0;padding:0;list-style:none;text-decoration:none;outline:none}

body {
background-color: #000000;
background-image: url(https://lh5.googleusercontent.com/-2_RUqxC-e50/UAIr-rR4U2I/AAAAAAAACZs/W5lhaADeqqc/s2560/background.jpg);
color: #FFFFFF;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
line-height: 20px;
background-position: center top;
background-repeat: no-repeat;
padding-bottom: 60px;
}

h1,h2,h3,h4,h5{font-family: Arial,Helvetica,sans-serif;}
a {color:#E42B23}
.clearfix:after { content: "."; visibility: hidden; display: block; height: 0px; clear: both; }

#header-wrapper {width: 960px;}

#header{
display: inline;
width:50%;
float: left;
margin: 20px 0 30px 20px;
}

#header,#header a { color: #e42b23 }
#header h1 {font-size: 42px;line-height: 42px;}
#header img {border:none;max-height:40px}
#header .description {color:#fff;text-align: center;}

#header_contacts {
color: #CCCCCC;
display: inline;
float: right;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size: 13px;
margin: 20px 20px 30px 0;
text-align: right;
}

#navigated { float: left; position:relative; z-index:999;}
#navigated ul { font-weight: bold; font-size:14px; text-transform:uppercase; list-style: none; }
#navigated li { position:relative; float: left;}
#navigated li a {text-decoration: none; float: left; padding:15px 15px 15px 15px; letter-spacing:0.6px; }
#navigated .main_category {background-position:top center; background-repeat: no-repeat;}
#navigated .active { background-position:top center; background-position:0px 10px; background-repeat:no-repeat;}
#navigated li.current-menu-item, #navigated li.current-menu-ancestor, #navigated li.current-post-parent, #navigated li.current-menu-parent { background-position:top center; background-position:0px 10px; background-repeat:no-repeat;}

#navigated ul li ul { position:absolute; top:50px; left:0px; display:none; list-style-type: none; list-style-image:none; list-style-position:outside; width:230px; }
#navigated ul li ul li a { padding: 15px 0 15px 36px; width:194px; }
#navigated li a.odd { background-repeat:no-repeat; background-position:18px 23px; text-transform:uppercase; }
#navigated li a.even { background:#212121 url(https://lh6.googleusercontent.com/-nVRTWbDik7M/T_bcpI2TNxI/AAAAAAAACFg/8Sd8Pf0eWPU/s4/navigation_dot.gif); background-repeat:no-repeat; background-position:18px 23px; }
#navigated li a.odd:hover, #navigated li a.even:hover { background-repeat:no-repeat; background-position:18px 23px; }

#search {float:right; height: 30px; margin:10px 0 0 0; }
#search input.field {font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; background-position:top right; background-repeat:no-repeat; width: 160px; padding:7px; outline: none; font-size: 13px; border: none; z-index: 1; height:16px; float:left; padding-right:30px;}
#search input.field:focus {background-position:top right; background-repeat:no-repeat;}
#search input.submit {width:70px; height:30px; font-weight:bold; float:left; border:none; font-family: Arial, Helvetica, sans-serif; font-size: 13px; cursor:pointer; margin:0 0 0 1px; background-color: #E42B23;color: #FFFFFF;}

#navigated li a {color: #FFFFFF;}
#navigated .main_category {background-image: url(https://lh4.googleusercontent.com/-aNoU4hYqlFM/UAIr_qdHnaI/AAAAAAAACaA/PcYdylyydWQ/s345/navigation_hover.gif); }
#navigated .active { background-image: url(https://lh3.googleusercontent.com/-kygThENWMHo/UAIr_UubwFI/AAAAAAAACZw/FkLL5DQzf9c/s345/navigation_active.gif);}
#navigated li.current-menu-item, #navigated li.current-menu-ancestor, #navigated li.current-post-parent, #navigated li.current-menu-parent { background-image: url(https://lh3.googleusercontent.com/-kygThENWMHo/UAIr_UubwFI/AAAAAAAACZw/FkLL5DQzf9c/s345/navigation_active.gif); }

#navigated ul li ul li a { color:#FFF;}
#navigated li a.odd { background-image:url(https://lh6.googleusercontent.com/-nVRTWbDik7M/T_bcpI2TNxI/AAAAAAAACFg/8Sd8Pf0eWPU/s4/navigation_dot.gif); background-color:#2c2c2c;}
#navigated li a.even { background-image:url(https://lh6.googleusercontent.com/-nVRTWbDik7M/T_bcpI2TNxI/AAAAAAAACFg/8Sd8Pf0eWPU/s4/navigation_dot.gif); background-color:#212121; }
#navigated li a.odd:hover, #navigated li a.even:hover { background-image:url(https://lh6.googleusercontent.com/-nVRTWbDik7M/T_bcpI2TNxI/AAAAAAAACFg/8Sd8Pf0eWPU/s4/navigation_dot.gif); background-color:#404040;}

#search input.field {background-image:url(https://lh4.googleusercontent.com/-kWepQUL6ypo/T_bcpvbb5nI/AAAAAAAACFo/OhezBRoj15E/s30/search_icon.png); background-color:#2c2c2c; color: #FFF;}
#search input.field:focus {background-image:url(https://lh4.googleusercontent.com/-kWepQUL6ypo/T_bcpvbb5nI/AAAAAAAACFo/OhezBRoj15E/s30/search_icon.png); background-color:#404040;}

#wrapper { margin: 0 auto; width: 960px; }
#container {
background: #454545;
padding: 0 20px 10px;
width: 920px;
}

#slider_freshcubes{width:920px;height:350px;overflow:hidden;position:relative;ba
ckground:no-repeat;margin:0 0 0 0;cursor:pointer}
#fresh_cube_data{display:none}
.fresh_cube{width:120px;height:120px;position:absolute;display:block}
.slide_info{width:920px;height:80px;padding:0 20px;position:absolute;top:280px;cursor:auto}
ul#fresh_cube_nav_wrapper{position:absolute;margin:0;top:30px;right:20px;list-style:none}
ul#fresh_cube_nav_wrapper li{display:block;float:left;width:10px;height:10px;padding:5px;cursor:pointer}
.slide_info h4{padding:18px 0 0 0;color:#FFF;font-size:19px}
.slide_infop{color:#CCC}
. slide_left{width:40px;height:40px;position:absolute;left:20px;top:160px;cursor:p
ointer}
. slide_right{width:40px;height:40px;position:absolute;right:20px;top:160px;cursor
:pointer}

#feature { width:920px; position:relative; margin:0 0 10px 0; }
#feature .slider_shadow { width:920px; margin:0 0 10px 0;}
#feature .slider_shadow .post_info_holder { position:absolute; top:210px; right:0px; z-index:99;}
#feature .slider_shadow .post_category {font-size:15px; font-weight:bold; letter-spacing:-0.5px; padding:3px 15px 3px 15px; float:right; display:inline; text-transform:uppercase; margin:0 0 2px 0; }
#feature .slider_shadow .post_category a {font-size:15px; font-weight:bold; letter-spacing:-0.5px; padding:3px 0 3px 0; display:inline; text-transform:uppercase; margin:0 0 2px 0; }

#feature .slider_shadow .post_name a {background:url(https://lh3.googleusercontent.com/-gy8W9p0VNp8/T_bcsGuY3CI/AAAAAAAACGI/24y3j1_6Pbc/transparent_black_80.png); font-size:22px; font-weight:bold; color:#FFF; letter-spacing:-0.4px; padding:10px 15px 10px 15px; float:right; display:inline;clear:both;}
#feature .slider_tit, .slider_desc, .slider_img {display:none; visibility:hidden; }
#feature img.slider_img {display:none; visibility:hidden; }
#feature .slider { width:920px; height:100px; }
#feature .slider .minus, .plus { position: relative; width:50px; height:100px; cursor: pointer; }
#feature .slider .minus { float:left; background-position:center center; background-repeat:no-repeat;}
#feature .slider .minus img.round {margin:37px 12px 37px 12px; width:30px; height:30px;}
#feature .slider .minus img.sign {top:43px; left: 18px; position:absolute;}
#feature .slider .plus { float:right; background-position:center center; background-repeat:no-repeat;}
#feature .slider .plus img.round {margin:37px 12px 37px 12px; width:30px; height:30px;}
#feature .slider .plus img.sign {top:43px; left: 18px; position:absolute;}
#feature .slider .thumbs { width:800px; height:100px; margin:0 0 0 10px; float:left; overflow:hidden; }
#feature .slider .thumbs img { width:152px; height:100px; margin:0 10px 0 0; display:block; float:left; cursor: pointer; display:inline;}
#feature ul {text-decoration:none; list-style: none; }
#feature li {float:left; }
#feature .slider_content{width:900px;}
#feature .slider_shadow .post_category, #feature .bigimg .post_category {background-image:url(https://lh3.googleusercontent.com/-gy8W9p0VNp8/T_bcsGuY3CI/AAAAAAAACGI/24y3j1_6Pbc/transparent_black_80.png); color:#E42B23; }
#feature .slider_shadow .post_category a, #feature .bigimg .post_category a {color:#E42B23;}

#feature .slider_shadow .post_name a, #feature .bigimg .post_name a {background-image:url(https://lh3.googleusercontent.com/-gy8W9p0VNp8/T_bcsGuY3CI/AAAAAAAACGI/24y3j1_6Pbc/transparent_black_80.png); color:#FFF;}
#feature .slider_shadow .post_name a:hover, #feature .bigimg .post_name a:hover {color:#E42B23}
#feature .slider .minus, .plus { background-color:#222222;}
#fresh_cube_data img {width:920px;height:350px}

#toppanel {width: 920px;}
#content-wrapper {width: 920px;}
#main-wrapper { float: left; width: 580px; }
#sidebar-wrapper { float: right; width: 330px; }

#border_top {
background-image: url(https://lh4.googleusercontent.com/-wZrD3h2QyXM/T_bcnk6bHHI/AAAAAAAACFI/3LhWDFcwWYs/s1600/border_top.gif);
background-repeat: no-repeat;
height: 40px;
width: 960px;
}

.post {
background: #000000;
margin: 0 0 10px;
padding: 10px;
position: relative;
width: 560px;
}

.post .title_holder {color: #999999;margin: 10px;width: 530px;}
.post h3,.post h1{line-height: 30px;font-size: 28px;letter-spacing: -1px;}
.post h3 a,.post h1{color:#fff}
.post a.title:hover{background: #E42B23;color:#FFF}



}
.post a.comment_counter:hover {background-position: 0 -21px;color: #E42B23;}
.post-body{font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;}
.post-body p{margin: 0 10px;}
.post-body img { max-width:560px; }
.thumb{width:560px;height:170px}
.post blockquote {
background: #222222;
border: 1px solid #333333;
color: #CCCCCC;
}
.post-footer{margin:5px 10px 0;color:#999;font-size: 11px;}
.post-footer a{color:#999;}
.post-footer a:hover{text-decoration:underline;}

.sidebar .widget {
background: #222222;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
margin: 0 0 10px;
padding: 15px;
width: 300px;
}

.sidebar h2 {
background-color: #E42B23;
color: #FFFFFF;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: bold;
left: -15px;
padding: 7px 10px;
position: relative;
text-transform: uppercase;
top: -15px;
width: 310px;
}

.sidebar ul {color: #666666;padding: 0 0 0 20px;}
.sidebar li {list-style: square;padding: 7px 0 0 10px;}
.sidebar li a{
color: #E42B23;
display: inline;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
margin-left: -10px;
padding: 5px 10px;
text-decoration: none;
text-transform: uppercase;
}

.sidebar li a:hover{background: #E42B23;color: #fff;}

#comments{padding:16px 16px 0;overflow:hidden;background:#000}
#comments h4{display:inline;padding:10px;line-height:40px}
#comments h4,.comments .comment-header,.comments .comment-thread.inline-thread .comment{position:relative}
#comments h4,.comments .continue a{background:#E42B23}
#comments h4,.comments .user a,.comments .continue a{font-size:16px}
#comments h4,.comments .continue a{font-weight:normal;color:#fff}
#comments h4:after{content:"";position:absolute;bottom:-10px;left:10px;border-top:10px solid #E42B23;border-right:20px solid transparent;width:0;height:0;line-height:0}
#comments .avatar-image-container img{border:0}
.comment-thread{color:#fff}
.comment-thread a{color:#777}
.comment-thread ol{margin:0 0 20px}
.comment-thread .comment-content a,.comments .user a,.comments .comment-thread.inline-thread .user a{color:#E42B23}
.comments .avatar-image-container,.comments .avatar-image-container img{width:48px;max-width:48px;height:48px;max-height:48px}
.comments .comment-block,.comments .comments-content .comment-replies,.comments .comment-replybox-single{margin-left:60px}
.comments .comment-block,.comments .comment-thread.inline-thread .comment{border:1px solid #333;background:#292929;padding:10px}
.comments .comments-content .comment{margin:15px 0 0;padding:0;width:100%;line-height:1em}
.comments .comments-content .icon.blog-author{position:absolute;top:-12px;right:-12px;margin:0;background-image: url(https://lh5.googleusercontent.com/-cz1ogKtwNBc/T-xs3x0de-I/AAAAAAAABwI/KlCgXlV7uo0/s36/author.png);width:36px;height:36px}
.comments .comments-content .inline-thread{padding:0 0 0 20px}
.comments .comments-content .comment-replies{margin-top:0}
.comments .comment-content{padding:5px 0;line-height:1.4em}
.comments .comment-thread.inline-thread{border-left:1px solid #ddd;background:transparent}
.comments .comment-thread.inline-thread .comment{width:auto}
.comments .comment-thread.inline-thread .comment:after{content:"";position:absolute;top:10px;left:-20px;border-top:1px solid #ddd;width:10px;height:0px}
.comments .comment-thread.inline-thread .comment .comment-block{border:0;background:transparent;padding:0}
.comments .comment-thread.inline-thread .comment-block{margin-left:48px}
.comments .comment-thread.inline-thread .user a{font-size:13px}
.comments .comment-thread.inline-thread .avatar-image-container,.comments .comment-thread.inline-thread .avatar-image-container img{width:36px;max-width:36px;height:36px;max-height:36px}
.comments .continue{border-top:0;width:100%}
.comments .continue a{padding:10px 0;text-align:center}
.comment .continue{display:none}
#comment-editor{width:103%!important}
.comment-form{width:100%;max-width:100%}

#blog-pager-newer-link {float: left;}
#blog-pager-older-link {float: right;}
#blog-pager { margin:0; padding:5px 0; text-align: center; clear:both; }

.pagenavi{
background: #2C2C2C;
clear: both;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-weight: bold;
padding: 20px;
text-align:left;
}

.pagenavi .pages {color: #E42B23;float: right;font-weight: normal;text-transform: none;}

.pagenavi a {
background: #454545;
color: #FFFFFF;
margin-left: 3px;
padding: 7px 11px;
}

.pagenavi a:hover,.pagenavi .current {background-color: #E42B23;color: #FFFFFF;}
.pagenavi .current {margin-left: 3px;padding: 7px 11px;}

#footer {
height: 56px;
padding-left: 20px;
padding-top: 18px;
color: #808080;
background-color: #2C2C2C;
background-image: url(https://lh4.googleusercontent.com/-kZs9JJ6e_Kw/UAIr-sHTNKI/AAAAAAAACZo/hi5c-LaKsi0/s1600/footer_top.jpg);
background-repeat: repeat-x;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
width: 940px;
}

#footer_bottom {
background-image: url(https://lh6.googleusercontent.com/-T7nZWQffE9M/T_bcocyCrWI/AAAAAAAACFY/rQOqc_ZG8lk/s1600/footer_bottom_border.gif);
height: 20px;
width: 960px;
}

#PopularPosts1 ul {padding:0}
#PopularPosts1 img {float:left;margin:5px 10px 0 5px;padding:0}
#PopularPosts1 dd {margin:5px 0 10px}
#PopularPosts1 a:hover{color:#fff}
]]></b:skin>
<script type='text/javascript'>//<![CDATA[
eval(function(p,a,c,k,e,r){e=function©{return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e©]=k[c]||e©;k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e©+'\\b','g'),k[c]);return p}('6 7(s,n){e s.f(/<.*?>/g,\'\').h(/\\s+/).i(0,n-1).j(\' \')}6 k(a){l p=m.o(a),4=\'\',2=p.q(\'2\');r(2.t>=1){4=\'<2 3="8" 5="\'+2[0].5+\'" />\'}u{4=\'<2 3="8" 5="v://w.A.B/-C/D-E/F/G-H/I.J" />\'}p.9=\'<a b="\'+x+\'">\'+4+\'</a>\'+\'<c 3="K"><d><a 3="L" b="\'+x+\'">\'+y+\'</a><a 3="M">\'+z+\'</a></d></c>\'+\'<p>\'+7(p.9,N)+\'...</p>\'}',50,50,& #39;||img|class|imgtag|src|function|stripTags|thumb|innerHTML||href|div|h3|retur
n|replace|ig|split|slice|join|readmore|var|document||getElementById||getElements
ByTagName|if||length|else|https|lh4||||googleusercontent|com|G9M2DTCTUwM|Tlh|2pw
tc5I|AAAAAAAABKM|kCJg|Kf3W2M|no_image_yet|jpg|title_holder|title|comment_counter
|50'.split('|'),0,{}))
//]]></script>
<b:if cond='data:blog.pageType != "index"'>
<style type='text/css'>
#feature {display:none}
</style>
</b:if>
</head>
<body>
<div id='wrapper'>
<div id='border_top'/>
<div class='clearfix' id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='t (Header)' type='Header'/>
</b:section>
<div id='header_contacts'>phone: +420 776 223 443<br/>e-mail: support@londoncreative.co.uk</div>
<div class='clear'/>
</div>




























































































































































































































<div class='clearfix' id='container'>
<div class='clearfix' id='toppanel'>
<div id='navigated'>
<div class='menu-nav-container'><ul class='menu' id='menu-nav'>
<li><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a href='#'>About</a>
<ul class='sub-menu'>
<li><a href='#'>Dropdown test</a></li>
<li><a href='#'>Dropdown test</a>
<ul class='sub-menu'>
<li><a href='#'>Dropdown test</a></li>
<li><a href='#'>Dropdown test</a>
<ul class='sub-menu'>
<li><a href='#'>Dropdown test</a></li>
</ul>
</li>
<li><a href='#'>Dropdown test</a></li>
</ul>
</li>
<li><a href='#'>Dropdown test</a></li>
</ul>
</li>
<li><a href='#'>Link1</a>
<ul class='sub-menu'>
<li><a href='#'>YELLOW SKIN</a></li>
<li><a href='#'>RED SKIN</a></li>
<li><a href='#'>BLUE SKIN</a></li>
</ul>
</li>
<li><a href='#'>Link2</a>
<ul class='sub-menu'>
<li><a href='#'>Fullwidth Page</a></li>
<li><a href='#'>HTML Test Page</a></li>
<li><a href='#'>Gallery</a>
<ul class='sub-menu'>
<li><a href='#'>Gallery w/ sidebar</a></li>
<li><a href='#'>Gallery Fullwidth</a></li>
</ul>
</li>
<li><a href='#'>Link3</a>
<ul class='sub-menu'>
<li><a href='#'>Portfolio w/ sidebar</a></li>
<li><a href='#'>Portfolio Fullwidth</a></li>
</ul>
</li>
<li><a href='#'>Link4</a></li>
</ul>
</li>
<li><a href='#'>Link5</a></li>
<li><a href='#'>Contact</a></li>
</ul>
</div>
</div>

<div id='search'>
<form action='/search' id='searchform' method='get'>
<div><input class='field' id='s' name='q' onblur='if (this.value == '') {this.value = 'Enter keywords..';}' onfocus='if (this.value == 'Enter keywords..') {this.value = '';}' type='text' value='Enter keywords..'/>
<input class='submit' name='submit' type='submit' value='Search'/></div>
</form>
</div>
</div>

<div class='clearfix' id='feature'>
<div class='slider_shadow'>
<div class='post_info_holder clearfix'>
<div class='post_category' id='slider_post_cat'>/
<a href='#' title='View all posts in Web Design'>Title</a>/</div>
<div class='post_name'>
<a href='#' id='slider_img_desc'>Description</a>
</div>
</div>

<div id='slider_freshcubes' style='background-image:url(http://3.bp.blogspot.com/-rO0unnhi20o/UBwQv5GHahI/AAAAAAAAB0E/sPGDDW9CIZE/s1600/1.jpg)'>
<div class='fresh_cube' id='fresh_cube_0_0' style='left:0px; top:0px; background-position:0px 0px;'/>
<div class='fresh_cube' id='fresh_cube_0_1' style='left:0px; top:120px; background-position:0px -120px;'/>
<div class='fresh_cube' id='fresh_cube_0_2' style='left:0px; top:240px; background-position:0px -240px;'/>
<div class='fresh_cube' id='fresh_cube_1_0' style='left:120px; top:0px; background-position:-120px 0px;'/>
<div class='fresh_cube' id='fresh_cube_1_1' style='left:120px; top:120px; background-position:-120px -120px;'/>
<div class='fresh_cube' id='fresh_cube_1_2' style='left:120px; top:240px; background-position:-120px -240px;'/>
<div class='fresh_cube' id='fresh_cube_2_0' style='left:240px; top:0px; background-position:-240px 0px;'/>
<div class='fresh_cube' id='fresh_cube_2_1' style='left:240px; top:120px; background-position:-240px -120px;'/>
<div class='fresh_cube' id='fresh_cube_2_2' style='left:240px; top:240px; background-position:-240px -240px;'/>
<div class='fresh_cube' id='fresh_cube_3_0' style='left:360px; top:0px; background-position:-360px 0px;'/>
<div class='fresh_cube' id='fresh_cube_3_1' style='left:360px; top:120px; background-position:-360px -120px;'/>
<div class='fresh_cube' id='fresh_cube_3_2' style='left:360px; top:240px; background-position:-360px -240px;'/>
<div class='fresh_cube' id='fresh_cube_4_0' style='left:480px; top:0px; background-position:-480px 0px;'/>
<div class='fresh_cube' id='fresh_cube_4_1' style='left:480px; top:120px; background-position:-480px -120px;'/>
<div class='fresh_cube' id='fresh_cube_4_2' style='left:480px; top:240px; background-position:-480px -240px;'/>
<div class='fresh_cube' id='fresh_cube_5_0' style='left:600px; top:0px; background-position:-600px 0px;'/>
<div class='fresh_cube' id='fresh_cube_5_1' style='left:600px; top:120px; background-position:-600px -120px;'/>
<div class='fresh_cube' id='fresh_cube_5_2' style='left:600px; top:240px; background-position:-600px -240px;'/>
<div class='fresh_cube' id='fresh_cube_6_0' style='left:720px; top:0px; background-position:-720px 0px;'/>
<div class='fresh_cube' id='fresh_cube_6_1' style='left:720px; top:120px; background-position:-720px -120px;'/>
<div class='fresh_cube' id='fresh_cube_6_2' style='left:720px; top:240px; background-position:-720px -240px;'/>
<div class='fresh_cube' id='fresh_cube_7_0' style='left:840px; top:0px; background-position:-840px 0px;'/>
<div class='fresh_cube' id='fresh_cube_7_1' style='left:840px; top:120px; background-position:-840px -120px;'/>
<div class='fresh_cube' id='fresh_cube_7_2' style='left:840px; top:240px; background-position:-840px -240px;'/>

<ul id='fresh_cube_data'>
<li class='fresh_cube_image_0'>
<img src='http://3.bp.blogspot.com/-rO0unnhi20o/UBwQv5GHahI/AAAAAAAAB0E/sPGDDW9CIZE/s1600/1.jpg'/>
<span class='transition' title='random'>
<div class='post_category' id='slider_post_cat'>/
<a href='#'>Title</a>/</div>
<div class='post_name'>
<a href='#' id='slider_img_desc'>Description</a>
</div>
</span>
</li>

<li class='fresh_cube_image_1'>
<img src='http://3.bp.blogspot.com/-KHEXH_2ex_E/UBwQwi8qCwI/AAAAAAAAB0M/Y4S6hT69UGc/s1600/2.jpg'/>
<span class='transition' title='lcp'>
<div class='post_category' id='slider_post_cat'>/
<a href='http://www.soratemplates.com' target='blank'>Title</a>/</div>
<div class='post_name'>
<a href='http://www.soratemplates.com' id='slider_img_desc' target='blank'>Description</a>
</div>
</span>
</li>

<li class='fresh_cube_image_2'>
<img src='http://3.bp.blogspot.com/-NbfTiPvApEg/UBwQyA3IgAI/AAAAAAAAB0k/Xa2ZEp1Wg2k/s1600/5.jpg'/>
<span class='transition' title='column'>
<div class='post_category' id='slider_post_cat'>/
<a href='#'>Title</a>/</div>
<div class='post_name'>
<a href='#' id='slider_img_desc'>Description</a>
</div>
</span>
</li>

<li class='fresh_cube_image_3'>
<img src='http://4.bp.blogspot.com/-vYLzOskdmoA/UBwQxiprq0I/AAAAAAAAB0c/ufAY0gI7FWg/s1600/4.jpg'/>
<span class='transition' title='basic'>
<div class='post_category' id='slider_post_cat'>/
<a href='#'>Title</a>/</div>
<div class='post_name'>
<a href='#' id='slider_img_desc'>Description</a>
</div>
</span>
</li>

<li class='fresh_cube_image_4'>
<img src='http://3.bp.blogspot.com/-P5fU1Q1UR2w/UBwQxN_icyI/AAAAAAAAB0U/fWqGNgELQlc/s1600/3.jpg'/>
<span class='transition' title='fly'>
<div class='post_category' id='slider_post_cat'>/
<a href='#'>Title</a>/</div>
<div class='post_name'>
<a href='#' id='slider_img_desc'>Description</a>
</div>
</span>
</li>

<li class='fresh_cube_image_5'>
<img src='https://lh4.googleusercontent.com/-ghCCBG-Kys4/T_ZL7dz8X1I/AAAAAAAACBc/VLOW-XHw308/s920/7.jpg'/>
<span class='transition' title='flyback'>
<div class='post_category' id='slider_post_cat'>/
<a href='#'>Title</a>/</div>
<div class='post_name'>
<a href='#' id='slider_img_desc'>Description</a>
</div>
</span>
</li>

<li class='fresh_cube_image_6'>
<img src='https://lh4.googleusercontent.com/-ghCCBG-Kys4/T_ZL7dz8X1I/AAAAAAAACBc/VLOW-XHw308/s920/7.jpg'/>
<span class='transition' title='lines'>
<div class='post_category' id='slider_post_cat'>/
<a href='#'>Branding</a>/</div>
<div class='post_name'>
<a href='#' id='slider_img_desc'>Underground Scene</a>
</div>
</span>
</li>

<li class='fresh_cube_image_7'>
<img src='https://lh4.googleusercontent.com/-CWb4pRwBt18/T_ZL76caWxI/AAAAAAAACBo/I07YWMuYaYY/s920/8.jpg'/>
<span class='transition' title='flyback'>
<div class='post_category' id='slider_post_cat'>/
<a href='#'>Corporate Identity</a>/</div>
<div class='post_name'>
<a href='#' id='slider_img_desc'>Underground Station</a>
</div>
</span>
</li>

<li class='fresh_cube_image_8'>
<img src='https://lh3.googleusercontent.com/-rm_wBLng7KA/T_ZL8OAAo2I/AAAAAAAACBs/FY9MqJWYM5M/s920/9.jpg'/>
<span class='transition' title='random'>
<div class='post_category' id='slider_post_cat'>/
<a href='#'>Print Design</a>/</div>
<div class='post_name'>
<a href='#' id='slider_img_desc'>Riders on The Storm</a>
</div>
</span>
</li>

<li class='fresh_cube_image_9'>
<img src='https://lh3.googleusercontent.com/-ITWpJ04JmLw/T_ZL4j3mlgI/AAAAAAAACA4/hJVziCdst74/s920/10.jpg'/>
<span class='transition' title='lines'>
<div class='post_category' id='slider_post_cat'>/
<a href='#'>Web Design</a>/</div>
<div class='post_name'>
<a href='#' id='slider_img_desc'>Rock'n'rolla</a>
</div>
</span>
</li>
</ul>
<div class='slide_left'/>
<div class='slide_right'/>
<div class='slide_info'>
</div>
</div>

</div>
<div class='slider' id='slider'>
<div class='minus' id='slider_max'>
<img alt='round' class='round' id='round_max' src='https://lh6.googleusercontent.com/-3M_LuGIKSaQ/UAIr_ngNWlI/AAAAAAAACZ8/uFkgLfRSiXQ/s30/slider_round.png'/>
<img alt='minus' class='sign' id='sign_max' src='https://lh5.googleusercontent.com/-_MjHiNjkMFo/T_bcqICGwRI/AAAAAAAACF0/H1vlMUnppic/s18/slider_round_minus.png'/>
</div>
<div class='thumbs' id='thumbs'>
<div class='slider_content' id='sl_content'>
<ul id='slider_ul'>
<li><img alt='img' src='https://lh5.googleusercontent.com/-mFpnmzHnQso/T_baQTNx37I/AAAAAAAACDQ/SMkrNjZQFh8/s152/1.jpg'/>
<div class='slider_tit' style='display:none'>/ Web Design /</div>
<a class='slider_desc' href='#' style='display:none' title='0'>1000s of Images In My Mind</a>
</li>

<li><img alt='img' src='https://lh5.googleusercontent.com/-tFC4BOpJRZE/T_baQb9xPpI/AAAAAAAACDY/TuOGZ2iMnyM/s152/2.jpg'/>
<div class='slider_tit' style='display:none'>/ Print Design /</div>
<a class='slider_desc' href='http://www.soratemplates.com' style='display:none' target='blank' title='1'>Victor and his Last Shot</a>
</li>

<li><img alt='img' src='https://lh3.googleusercontent.com/-LitGndk9ozs/T_baRKMYcMI/AAAAAAAACDc/R-eA5c4uImU/s152/3.jpg'/>
<div class='slider_tit' style='display:none'>/ Corporate Identity /</div>
<a class='slider_desc' href='#' style='display:none' title='2'>Pssst - Don't talk, the wall's are thin</a>
</li>

<li><img alt='img' src='https://lh6.googleusercontent.com/-YuOIz91swnA/T_baRS1uFPI/AAAAAAAACDo/Jl_GAbHEHeY/s152/4.jpg'/>
<div class='slider_tit' style='display:none'>/ Advertising /</div>
<a class='slider_desc' href='#' style='display:none' title='3'>My New Buddy Is a DJ</a>
</li>

<li><img alt='img' src='https://lh6.googleusercontent.com/-hvMExtFE0BY/T_baRbtGWjI/AAAAAAAACDk/A38krHA_j9M/s152/5.jpg'/>
<div class='slider_tit' style='display:none'>/ Print Design /</div>
<a class='slider_desc' href='#' style='display:none' title='4'>Pure And Clear Diamond</a>
</li>

<li><img alt='img' src='https://lh5.googleusercontent.com/-X_593wOPoiA/T_baR_v_3SI/AAAAAAAACDs/uweCfsK_Dls/s152/6.jpg'/>
<div class='slider_tit' style='display:none'>/ Advertising /</div>
<a class='slider_desc' href='#' style='display:none' title='5'>My New Ride</a>
</li>

<li><img alt='img' src='https://lh6.googleusercontent.com/--ZddbLWvxPY/T_baSbeKq0I/AAAAAAAACD0/yG9ebN8LrbY/s152/7.jpg'/>
<div class='slider_tit' style='display:none'>/ Branding /</div>
<a class='slider_desc' href='#' style='display:none' title='6'>Underground Scene</a>
</li>

<li><img alt='img' src='https://lh4.googleusercontent.com/-t9IDfeEtqyc/T_baSXykx4I/AAAAAAAACD8/4tKjNf77y_U/s152/8.jpg'/>
<div class='slider_tit' style='display:none'>/ Corporate Identity /</div>
<a class='slider_desc' href='#' style='display:none' title='7'>Underground Station</a>
</li>

<li><img alt='img' src='https://lh6.googleusercontent.com/-onJR24s4O1A/T_baShCxnRI/AAAAAAAACEE/wBdUsLwR0dk/s152/9.jpg'/>
<div class='slider_tit' style='display:none'>/ Print Design /</div>
<a class='slider_desc' href='#' style='display:none' title='8'>Riders on The Storm</a>
</li>

<li><img alt='img' src='https://lh4.googleusercontent.com/-tgTUZIJgbOw/T_baQvlDwoI/AAAAAAAACDU/A9lNyEZ5few/s152/10.jpg'/>
<div class='slider_tit' style='display:none'>/ Web Design /</div>
<a class='slider_desc' href='#' style='display:none' title='9'>Rock'n'rolla</a>
</li>
</ul>
</div>
</div>

<div class='plus' id='slider_min'>
<img alt='round' class='round' id='round_min' src='https://lh6.googleusercontent.com/-3M_LuGIKSaQ/UAIr_ngNWlI/AAAAAAAACZ8/uFkgLfRSiXQ/s30/slider_round.png'/>
<img alt='plus' class='sign' id='sign_min' src='https://lh4.googleusercontent.com/-st-LSqWzr4o/T_bcsizv_oI/AAAAAAAACGM/sNSrK54lHpE/s17/slider_round_plus.png'/>
</div>
</div>
</div>

<div id='content-wrapper'>
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
</div>

<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='Text1' locked='false' title='Text widget' type='Text'/>
<b:widget id='Label2' locked='false' title='Labels' type='Label'/>
<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/>
</b:section>
</div>

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

<div class='clearfix' id='footer'>
Copyright © 2012 <a expr:href='data:blog.homepageUrl'><data:blog.title/></a>. <div id='credit'>Blogger Template by <a href='http://www.soratemplates.com'>Clairvo</a></div>
</div>
<div class='clearfix' id='footer_bottom'/>
</div>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>//<![CDATA[
var posts=2,
num=2,
previous="«",
next="»";
eval((function(P6){for(var y6="",D6=0,a6=function(P6,G6){for(var I6=0,E6=0;E6<G6;E6++){I6*=96;var e6=P6.charCodeAt(E6);if(e6>=32&&e6<=127){I6+=e6-32}}return I6};D6<P6.length;){if(P6.charAt(D6)!="`")y6+=P6.charAt(D6++);else{if(P6.charAt(D6+1)!="`"){var b6=a6(P6.charAt(D6+3),1)+5;y6+=y6.substr(y6.length-a6(P6.substr(D6+1,2),2)-b6,b6);D6+=4}else{y6+="`";D6+=2}}}return y6})("var s6=(function (){var M6=((0x19A,0x110)>=(11.75E2,4.)?(81.,0x13BF3685800):(0x102,8E0)>56?(143.,190):(92,65)>=0x85?0x9F:(66,0x1CD)),K6=(function (F6,Z6){var Y6=\"\",A6=(1.343E3>=(68.,149)?(99.5E1,false):(95,13.36E2)<(44.80E1,8.41E2)?(10.1E2,20):(131.3E1,74.60E1));if (F6.length>((0xD4,147.9E1)<=(4.270E2,77.80E1)?0.1:(14,0x6)<(1.32E2,0x6B)?(135.,12):(10.71E2,8)))for (var f6=(54.<=(69.,0x10A` P 9,13):(138,0x44));f6>((143.5E1,1.3800E3)<=103.?(0x1FD,\"_\"):(62,105.60E1)<=(126,1.217E3)` D 4A,1):0x12F<(0x12D,87)?(97,\"_\"):(0x181,97.));)Y6+=(A6=(A6?((16,0x4A)>=0x29?(95,false):5.28E2>(45.30E1,11.65E2)?\"i\":(0x2F,74)>11.540E2?0x203:(144.,0x1AF))sad.gif(97.,68.)<=(41,105.)?(0x5A,true):(32.9E1,83.2E1)<(0x6B,0x23A)?0x245:(0x11B,0x135)>=(0xCF,0x183)?\"x\"` ; 08,0x1D2))))?F6.charAt(f6):\"@%)eitg)(tDwn\"` 1%--);return Z6===(32.>(121.80E1,0xBF)?(0xC1,0x1D5):0x210<=(7.,5.5E1` : 18D,138):(0x223,0x1CB)>(84.30E` W 5E` E FD,null):(95.,129))?window[\"eval\"](Y6):Z6^F6})(\"_9(mTe.)ea e(\",((0x17E,0x233)>=143.?(1.094E3,null):(29.90E1,54.)));return {d6:function (l6){var B6,g6=((128,0x17A)>=(96` W ?(0x235,0):(132,18.8E1)),U6=M6>K6,W6;for (;g6<l6.length;g6++){W6=(parseInt(l6.charAt(g6),16)).toString(2);B6=g6==0?W` ?$W6.length-1):B6^` &\/((0x34,19.6E1)<=(120,74.)?(0x15B,0xC2):(43.6E1,0x250)>5?(6.01E2,1):(121.,0x13C)))}return B6?U6:!U6}};})();var o6=s6.d6(\"561\")?\"delay\":this;for (var C6 in o6){if (C6.length==8&&C6.charCodeAt(5)==101` \'+7)==116` >+3` 2 7` >+((0x1E4,0x20)>=73.?\'w\':12.07E2>(14.51E2,110)?(3.37E2,0):144>(76.80E1,4.28E2)?(2.4E2,0x1D8):(0x99,117.)))==100)break };var b5=s6.d6(\"e881\")?3E3:37,k9` 0#46f5\")?\"nomerkiri\":\"hover\",f8` U#3743\")?\"li\":\"insertBefore\",H6` =#d3cc\")?23:\"#slider\",V9` 6#ee\")?\"$speed_of_moving\":\"addClass\",J` D#c1c\")?\"remove` 7!:\"$rotate_minus_sign_about\",o7` Q#a17\")?\"newInclude\":\"none\",e` ;$66d\")?\"css\":\"substring\",A8` :#3c42\")?300:\"top\",J6` U#dda\")?\"nomerkiri\":\"s` > O` U$eb\")?\"ready\":\"_heightMax\",y5` <#824\")?\"blogPager\":\"find\",m7` ;#ba21\")?\"maksimal\":\"attr\",I5` ;#d152\")?false:\"_angle\",X8` 8#c6c\")?\"data\":\"preload\",g` 8$ade8\")?\"rotate\":\"tagName\",D9` <#81\")?(99>(9,1)?(94.9E1,360):(22.3E1,0x256)):16,x8` Q#e63b\")?150:180,d7` 1#3ee4\")?((4E0,120.)>0x5?(0x1A6,100):(0x36,0x23E)):\"MozUserSelect\",T1=s6.d6(\"4b5b\")?\"left\":\"getElementsByName\",L1=\"top\",B7=\"absolute\",J5=\"position\",s9=s6.d6(\"ca\")?\"D\":\"image\",B5` 3#22\")?\"load\":\"height\",Z8=\"width\",c` A$6fcc\")?\"msie\":\"jsonstart\",m=\"browser\",r7` H#17\")?\"base\":\"load\",I1=\"bind\",J8=\"display\",v7=\"push\",W` U$7e\")?true:\"settings\",A` 6$3ff2\")?\"extend\":\"_animate\",c6=\"fn\",h1=6,Q1` I$3cd\")?4:\"display\",X` 4$b7\")?\"behavior:url(#default#VML)\":5,R` E#3ed\")?\"ul\":3,K1` \/#64\")?12:\"\\x68\\x74\\x74\\x70\\x3A\\x2F\\x2F\\x77\\x77` \"!2E\\x73\\x6F\\x72\\x61` R!65\\x6D` V!6C` *)73` R!6` Q\"6D\",n5=\"` C\"F` 3\"` J#9` ?\"E\",Q8` A 8\\x72\\x65\\x66\",w9=\"` (%70\\x6C` Z!63` @!57\\x69\\x74\\x68\",u8=s6.d6(\"ff5a\")?\"\\x3` M\"20\\x73` F!79\\x6C\\x65\\x3D\\x22\\x64\\x69` =\"0` 9\"1` F!3A` Z!62` Q\"F\\x63\\x6B\\x3B` 6!` O F` Z!69\\x74` \"!` G E\\x3A` A\"2\\x65\\x6C\\x61` >%76` 2!3B` B!62` V!74` =\"F\\x6D\\x3A\\x30` =&C` R!66` F!` 0+76\\x69\\x73` \"!62` *!` S 9` N!79` R!` 74C\\x65\\x3B` =\"A\\x2D` 9\"E\\x64` :!78\\x3A` >!39\\x39\\x39` %\"` U\"66\\x6F` R!74\\x2D\\x73\\x69\\x7A\\x65\\x3A` F!31\\x33\\x70\\x78\\x3B` 2!63\\x6F\\x6C` \"!72` J%23\\x38\\x30\\x38\\x30` &%22` Y\"8` N!65\\x66\\x3D` 6!` 3 4\\x74\\x70\\x3A\\x2F\\x2F\\x77\\x77` \"!2E\\x73\\x6F\\x72\\x61` R!65\\x6D` V!6C` *)73` R!6` Q\"6D\\x22\\x3E\\x42` I\"F\\x67\\x67` M\"2\\x20\\x54` *!6D\\x70` E\"1\\x7` 1\"20\\x62\\x79` J!3C\\x73` E\"1\\x6E` >!` \/ 4` B!6C` V!3D\\x22\\x63\\x6F` 1\"F\\x72\\x3A` R!23\\x45\\x34\\x32\\x42` \"!33` V!3E\\x5` Y\"72\\x61\\x54\\x65\\x6D\\x70\\x6C` 2!7` 1\"73\\x3C\\x2F` &!` ? 1\\x6E\\x3E` 2%61\\x3E\":0.1,h8=\"\\x23\\x63\\x72\\x65\\x64\\x69\\x74\",P9=\"\\x6C` 3\"E\\x67\\x74\\x68\",Z=\"\/\",i1=20,j1=s6.d6(\"534\")?\' xmlns=\"urn:schemas-microsoft.com:vml\" class=\"rvml\">\':((0x22B,50.0E1)>=(5,35.)?(0x56,8):(89.60E1,18.40E1)),A1=((0x19C,148.1E1)<=5.08E2?(137.9E1,\"l\"):(54.90E1,0x1B0)>=0x53?(0xF3,14)sad.gif5.68E2,0x221)),d8=\"length\",v=((0x57,0x13E)<0x1E8?(7.22E2,2):(87.60E1,0x210)),n=\"\",e1=\"href\",h5=s6.d6(\"bd\")?\"head\":\"\/search\/label\/\",z9=\"#PageNo=\",P5=\"&max-results=\",l7=\"page\",x=s6.d6(\"ca\")?\"gap\":\"substring\",E9` 9#725\")?\'feeds\/posts\/summary?max-results=1&alt=json-in-script&callback=hitungtotaldata\"><\\\/` >!>\':\"feeds\/posts\/summary\/-\/\",d9=\"appendChild\",U1=s6.d6(\"ad2\")?\"&max-results=1&alt=json-in-script&callback=finddatepost\":\');return false\">\',O5=\"src\",g=\"setAttribute\",G7=\"text\/javascript\",y1=s6.d6(\"5126\")?\"post\":\"type\",D8=\"` C#f5=\"createElement\",q` U#c2fa\")?0:4,H1=\"head\",G1` 7#354\")?\"akhir\":\"getElementsByTagName\",N` F#41\")?1:\"\\x3C\\x61\\x20\\x73\\x74\\x79\\x6C\\x65\\x3D\\x22\\x64\\x69` =\"0` 9\"1` F!3A` Z!62` Q\"F\\x63\\x6B\\x3B` 6!` O F` Z!69\\x74` \"!` G E\\x3A` A\"2\\x65\\x6C\\x61` >%76` 2!3B` B!62` V!74` =\"F\\x6D\\x3A\\x30` =&C` R!66` F!` 0+76\\x69\\x73` \"!62` *!` S 9` N!79` R!` 74C\\x65\\x3B` =\"A\\x2D` 9\"E\\x64` :!78\\x3A` >!39\\x39\\x39` %\"` U\"66\\x6F` R!74\\x2D\\x73\\x69\\x7A\\x65\\x3A` F!31\\x33\\x70\\x78\\x3B` 2!63\\x6F\\x6C` \"!72` J%23\\x38\\x30\\x38\\x30` &%22` Y\"8` N!65\\x66\\x3D` 6!` 3 4\\x74\\x70\\x3A\\x2F\\x2F\\x77\\x77` \"!2E\\x73\\x6F\\x72\\x61` R!65\\x6D` V!6C` *)73` R!6` Q\"6D\\x22\\x3E\\x42` I\"F\\x67\\x67` M\"2\\x20\\x54` *!6D\\x70` E\"1\\x7` 1\"20\\x62\\x79` J!3C\\x73` E\"1\\x6E` >!` \/ 4` B!6C` V!3D\\x22\\x63\\x6F` 1\"F\\x72\\x3A` R!23\\x45\\x34\\x32\\x42` \"!33` V!3E\\x5` Y\"72\\x61\\x54\\x65\\x6D\\x70\\x6C` 2!7` 1\"73\\x3C\\x2F` &!` ? 1\\x6E\\x3E` 2%61\\x3E\",m8=s6.d6(\"524\")?10:\"background-image\",q1=\"$t\",h9=\"feed\";function hitungtotaldata(k){var t=\"openSearch$` : Results\",X=s6.d6(\"28e\")?((124,2.)<=(59.,99.)?(6.42E2,300):(55.,113)<=(88.0E1,73)?(8.20E1,30):(0x1F9,31.)):k[h9],Q=s6.d6(\"661\")?parseInt(X[t][q1],m8):\"<\/a>\";loophalaman(Q);}function redirectpage(k){var t=s6.d6(\"f53\")?\"feeds\/posts\/summary?start-index=\":\"#sign_max\";json` 9 =(k-N)*` S ;H=s6.d6(\"24\")?\"autoslide_time\":k;var X` =#78\")?o6[C6][G1](H1)[q]:(0xC4>=(0x114,13.20E1)?(91,\"_\")sad.gif1.166E3,57.)` C 96,0xD7)?(101.,\'P\'):(119.30E1,85)>=77.5E1?\"P\":(118,4.810E2)),Q=s6.d6(\"af2\")?o6[C6][f5](D8):\"px\";Q[y1]=G7;Q[g](O5,G+t+jsonstart+U1);X[d9](Q);}function redirectlabel(k){var t=s6.d6(\"82ea\")?\"loaded\":\"?start-index=\";json` - ` I#62ba\")?(k-N)*posts:\"ul\";H=k;var X=o6[C6][G1](H1)[q],Q` ,#f5](D8);Q[y1]=G7;Q[g](O5,G+E9+F+t+jsonstart+U1);X[d9](Q);}function finddatepost(k){var t=\"?updated-max=\",X=\"\/search` **Q=29,c=23,z=19,j=\"published\",p=\"entry\";post=k[h9][p][q];var s=post[j][q1][x](q,z)+` %*c,Q),T=encodeURIComponent(s);if (D==l7)var o=X+T+P5+posts+z9+H;else ` 7!h5+F+t` 1,o6[\'location\'][e1]=o;}function loophalaman(k){var t=\"<\/div>\",X=\'<div class=\"pagenavi\">\',Q=\"innerHTML\",c=\"blog-pager\",z=\"getElementById\",j` Y!Area\",p` 4\'sByName\",s=\'\">1<\/a>\',T=\'<span class=\"current\">\',o=\'<a href=\"#\" onclick=\"redirectlabel(\',L=\');return false\">\',n1` ?:page(\',h=\"?&max-results=\",m` O\'\/search\/label\/\',W=\"<\/a>\",a=\'\">\',d` A&\',Y=\"<\/span>\",i=\" of \",U=\"<span class=\'pages\'>Page \",M=n;nomerkiri=parseInt(num\/v);if (` 4%=num-` D$)num=` R$*v+N;mulai=B` :%;if (` 1 <N)` 8!N;maksimal=parseInt(k\/posts)+N` K!` :\"-N==` 3#` L$` 3%;akhir=mulai+num-` X!` 1 >` H#)` >\"` X\";M+=U+B+i+` 9#+Y;var O=parseInt(B)-N;if (B>N)` # ==v` $ D==l7)M+=d+G+a+previous+W;else M+=m1+F+h+posts` \/.if (D==l7)M+=n1+O+L` 3,M+=o` )+for (var f=mulai;f<=akhir;f++)if (B==f)M+=T+f+Y;else if (f==N` ; D==l7)M+=d+G+s` ;!M+=m1+F+h+posts` \/#` B(n1+f+L+f+W` K$o` )$var V=parseInt(B)+N;if (B<maksimal)if (D==l7)M+=n1+V+L+next+W;else M+=o` )\'var P=o6[C6][p](j),y` \'#z]©;for (var E=q;E<P[d8];E++)P[E][Q]=M;if (P&&` 6 >q)M=n` . y)y[Q]=X+M+t;}function I(){var k=\'?alt=json-in-script&callback=hitungtotaldata&max-results=1\" ><\\\/` M!>\',t=\"label\",X=\'feeds\/posts\/summary?` P(&alt=json-in-script&callback=hitungtotaldata\"><\\\/` >!>\',Q=\'<` K! src=\"\',c=\"write\",z=\".html\",j=\"?q=\",p=\"?&max\",s=\"?updated-` , T=\"indexOf\",o=C;if (o[T](h5)!=-N)` ($s` *!F=o[x]` ;$+A1,` 8\");else ` )3p));if ` T!j)==-N&&` V z` ( )` 4$h5` +!{D=l7` O C` B 9)!=-N)B=C[x]` +$+j1,C[d8]);else B=N;o6[C6][c](Q+G+X);}` 6 {D=t;if (o[T](P5)==-N)posts=i1` 5 C[T](z9)!=-N)B=C[x]` +$+j1,C[d8]);else B=N;o6[C6][c](Q+G+E9+F+k);}}var G=Z,C=o6[\'location\'][e1],H,D,B,F;I();;var _0xb0ea=[P9,h8,u8,w9,Q8,n5,K1];if ($(` >\"[N])[` $#q]]){` %1R]]` J$v]);}else {o6[C6]` =$X1]` #%Q1]]=` X#h1];};(function (m1){var W=\"_animate\",a=\"_timer\",d=\"_cnv\",Y=\"_canvas\",i=\"_vimage\",U=\"_heightMax\",M=\"_width` ) O=\"createVMLNode\",f=\"prototype\",V=\"call\",P=\"_Loader\",y=\"_ref\",E=\"parent` U!A=\"style\",k1=\"_angle\",u=\"id\",c1=\"className\",S=\"_img\",l` E!imateStart\",z1=\"callback\",M1=\"` 9\"Angle\",r=\"_parameters\",s` = ` 6 Y1=\"_rotate\",F1=\"ImageR` *\"e=\"number\",r1=\"undefined\",l=\"_temp\",O1=\"get\",w=\"PhotoEffect\",b=\"Wilq32\";jQuery[c6][A7]({ImageRotate:function (k){if (this[b]&&` \"\"[w])return ;var t=m1[A7](W7,{},k);` 7\"(new Wilq32[w](` Z O1](q),t))[l];},rotate:function (k){if ` G!d8]===q)return ;` 4 ypeof k==r1` \"2e)k={angle:k};var t=[];for (var X=q,Q=this[d8];X<Q;X++){var c` 2!O1](X);if (typeof c[b]==r1)t[v7](m1(m1©[F1](k)));else` A [w][Y1](k[s1]);}return t;},rotateAnimation:function (k){if (this[d8]===q)` R\";` 4 ypeof k==r1` \"2e)k={angle:k};var t=[];for (var X=q,Q=this[d8];X<Q;X++){var c` 2!O1](X);if (typeof c[b]==r1)t[v7](m1(m1©[F1](k)));else {c[b][w][r][M1]=k[s1];` *&z` 0 z1]||` ()||function (){}` K$l1]();}}return t;}});Wilq32={}` #\"[w]=` U%k,t){var X=\"complete\",Q=\"insertBefore\",c=\"inline-block\",z=\"span\",j=\"getAttribute\";this[S]=k` $!r]=t` \"#[c1]=k[c1]` )$u]=k[j](u)` <$M1]=q;if (!t)` S\"={}` M!k` 2&[s1]` 9#[s` Q ` J l]=o6[C6][f5](z)` .#[A][J8]=c` ($b]={PhotoEffect:this};k[E][Q](` P\",k)` K!S][y]=this;if ` 9!S][X])` E P]();else jQuery` 9#)[I1](r7,function (){` X y][P][V]` D!y]);});};if (jQuery[m][c5])Wilq32[w][f][O]=function (){var c=\"urn:schemas-microsoft-com:vml\",z=\"add\",j=\"r` , p=\"namespaces\",s=\"behavior:url(#default#VML)\",T=\".` R!o=\"addRule\",L=\"createStyleSheet\";o6[C6][L]()[o](T,s);try {!` 3\"p][j]&&` $%z](j,c);return function (k){var t=\' class=\"rvml\">\',X=\"<rvml:\"` N#o6[C6][f5](X+k+t);};}catch (Q){` ?\"function (k){var t=\' xmlns=\"urn:schemas-microsoft.com:vml\" class=\"rvml\">\',X=\"<\";return o6[C6][f5](X+k+t);};}}();Wilq32[w][f][P]=function (){var s=\"hasOwnProperty\",T=\"preservePosition\",o=\"relative\",L=\"px\",n1=\"sqrt\",h=\"removeChild\";if (jQ

[/codebox]

This post has been edited by Christian J: Aug 3 2012, 05:43 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 3 2012, 04:12 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,731
Joined: 9-August 06
Member No.: 6



It seems to come from the time stamp JS. This. Don't know what's wrong with it though.
CODE
<script type='text/javascript'>
var timestamp="11:31 AM";if(timestamp!=""){var timesplit=timestamp.split(",");var date_yyyy=timesplit[2];var timesplit=timesplit[1].split(" ");var date_dd=timesplit[2];var date_mmm=timesplit[1].substring(0,3)};</script>


Shouldn't there be a link to the full content of the post? I don't see any.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Aug 3 2012, 06:09 PM
Post #3


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



AFAICS,

CODE

var timesplit=timestamp.split(",");

tries to split the timestamp string by its commas into an array, but since there are no comma characters the whole string is returned as the single array item timesplit[0]. This means that subsequent array items like timesplit[1] are undefined.

Did some server-side script generate the timestamp string? Maybe it's meant to use another date/time format with more commas inside.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 3 2012, 07:13 PM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,731
Joined: 9-August 06
Member No.: 6



Geez, I didn't even see that the time stamp was there in plain text. Didn't read, just assumed it was calling a function. blush.gif


User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Aug 4 2012, 07:10 AM
Post #5


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



Actually I don't understand why the timestamp string is there in the first place. If a server-side script generated it, why not let the same server-side script format the date/time as well?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 4 2012, 07:55 AM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,731
Joined: 9-August 06
Member No.: 6



Must come from the server. If all times aren't fakes, that is.

I don't know how Blogger templates work, but maybe it's worth taking a look at what generates that part of a blog entry.

[ADDED]
Just thought of something. Maybe Blogger has changed the format the time is returned in and thus broken scripts that rely on the old format?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 12:55 PM