Simon Lindsay: Interactive Developer
try{Typekit.load();}catch(e){}
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1857635-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
$(document).ready(function() {
$('a.view').hide();
$('a.view').next().hide();
// EDIT PROJECT/SLIDESHOW
$('.slideshow_nav').each(function(index) {
$(this).prepend(''+$(this).parent().parent().find('a.view').text()+'');
});
// CREATE MENU
$('body').prepend('');
$('#col_left').append('');
$('.entry').each(function(index) {
$(this).find('.project_title a').replaceWith($(this).find('.project_title a').text());
if(index>0 && index'+$(this).find('.project_title').text()+''); ...
All rights reserved.