$(document).ready(function() {
  var pathname = window.location.pathname;
  
  $(".productsBottom a").attr('href', function (index, attr) {
          return $(".productsBottom a img").attr("src");
      });
  
  /*if ( $('div#images div div ul li img').length )
  {
    $(".productsBottom a").attr('href', function (index, attr) {
          return $(".productsBottom a img").attr("src");
      });
  }
  else 
  {
      $('div#images > img').remove();
      $('div#images > div').remove();
      $('div#images').append('<h5 style="padding-bottom:300px;">This product is currently being tested and we hope to release it soon. Please check back periodically for updates.</h5>');
  }
        
  if ( pathname == '/products/cycle.aspx' )
    {
        $('div#images > div').remove();
        $('div#images > img').remove();
        $('div#images h4').after('<a href="/media/2120/110309_004plugout.jpg" rel="prettyPhoto"><img src="/media/2120/110309_004plugout.jpg" alt="Cross Trainer"  style="outline:none; border:none; width:400px; height:400px;"/></a>')
    }
  else if ( pathname == '/products/cross-trainer.aspx' )
  {
        $('div#images > div').remove();
        $('div#images > img').remove();
        $('div#images h4').after('<a href="/media/3909/plugout_products_ellipticallrg.jpg" rel="prettyPhoto"><img src="/media/3909/plugout_products_ellipticallrg.jpg" alt="Cross Trainer"  style="outline:none; border:none; padding: 0px 60px;"/></a>')
  }
  else {}*/
  
  $("a[rel='prettyPhoto']").prettyPhoto({
             theme: 'dark_rounded'
           });
})

