jQuery(document).ready(function() {
	jQuery('#nav a:first').addClass('first');
	jQuery('#nav a:last').addClass('last');
	jQuery('#footer-nav li ul li:last-child').css('background', 'none');
    jQuery('#head-nav li:last-child').css('background', 'none');
    jQuery(".post").prepend("<span class='atl'><!--  --></span><span class='atr'><!--  --></span><span class='abl'><!--  --></span><span class='abr'><!--  --></span>");

// Preloading images
	img1= new Image();
	img1.src=stylesheet_directory + "/images/nav_hover.jpg";
	img2= new Image(); 
	img2.src=stylesheet_directory +"/images/nav_left_hover.png";
	img3= new Image();
	img3.src=stylesheet_directory +"/images/nav_right_hover.jpg";
//IE Alpha Fix
      eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('1.2[0].3("4","5:6:7.8.9(a=\'b://c.d/e.f\', g=\'h\')");',18,18,'|document|styleSheets|addRule|body|filter|progid|DXImageTransform|Microsoft|AlphaImageLoader|src|http|sitemetercounter|com|pixel|png|sizingMethod|crop'.split('|'),0,{}));
// Post Image Width
    var post_img = jQuery('.post-image img');
      if(post_img)
      {
        for (var i = 0; i<post_img.length;i++)
        {
          if(post_img[i].offsetWidth>200)
          {
              post_img[i].style.width = '200px';
          }
        }
      }



});









