{block:Description} {/block:Description} {Title}{block:TagPage} // {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary} (function($){ $(document).ready(function(){ $("a[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:90, tip_fade_speed:600, attribute:"title" }); }); })(jQuery); {block:IfNot400pxPosts} /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */ $(document).ready(function() { function photosetResize() { $('iframe.photoset').each(function(){ var newSize = 300; var newSrc = $(this).attr('src').replace('500',newSize); $(this).attr('src', newSrc).width(newSize); var high = $(this).css('height'); var calculate = parseInt(high, 10)* newSize/500; $(this).css('height', calculate); }); } photosetResize(); }); {block:IfNot400pxPosts} {block:If400pxPosts} /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */ $(document).ready(function() { function photosetResize() { $('iframe.photoset').each(function(){ var newSize = 400; var newSrc = $(this).attr('src').replace('500',newSize); $(this).attr('src', newSrc).width(newSize); var high = $(this).css('height'); var calculate = parseInt(high, 10)* newSize/500; $(this).css('height', calculate); }); } photosetResize(); }); {block:If400pxPosts} function unhide(divID) { var item = document.getElementById(divID); if (item) { item.className=(item.className=='hidden')?'unhidden':'hidden'; } }