Skip to content

Commit

Permalink
added fuelly counter
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam committed Jul 20, 2012
1 parent 6d011cd commit e1923f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Expand Up @@ -58,7 +58,7 @@ <h1 title='C S Shyam Sundar' class='page-title'>C S Shyam Sundar</h1>
</header>

<div id='latest-posts' class='posts'></div>

<footer></footer>
<script>
(function ( window, document ) {
Expand All @@ -77,7 +77,7 @@ <h1 title='C S Shyam Sundar' class='page-title'>C S Shyam Sundar</h1>
});
content.innerHTML = html_content.join('');
feedHolder.appendChild(content);

html_content = null;
content = null;
feedData = null;
Expand All @@ -90,5 +90,6 @@ <h1 title='C S Shyam Sundar' class='page-title'>C S Shyam Sundar</h1>
}( window, document ));
</script>
<script src="http://query.yahooapis.com/v1/public/yql?q=select%20title%2C%20link%2C%20pubDate%20from%20feed%20where%20url%3D'http%3A%2F%2Fthoughtpad.cs3.in%2Ffeed%2F'&format=json&callback=dataHandler"></script>
<br /><br /><center><a href="http://www.fuelly.com/driver/cs3/sunny" target="_blank"><img src="http://mefi.us/images/fuelly/sig-metric2/139548.png" width="500" height="63" alt="Fuelly" title="Share and compare mileage at Fuelly" border="0"/></a></center><br />
</body>
</html>
</html>

0 comments on commit e1923f1

Please sign in to comment.