$(document).ready(function() {
/*
 * Setup DOM Ready/Page load functions
*/

  if ($('.buttonArrow').length > 0) {
    $(".buttonArrow").wrap('<span></span>');
	  $(".buttonArrow").after('<img src="/assets/images/buttons/button-gradient-arrow.gif" class="buttonArrowEnd" alt="" />');
  }
  if ($('.buttonArrowInact').length > 0) {
    $(".buttonArrowInact").wrap('<span></span>');
	  $(".buttonArrowInact").after('<img src="/assets/images/buttons/button-inactive-arrow.gif" class="buttonArrowEnd" alt="" />');
  } 
  if ($('.buttonArrowNeg').length > 0) {
    $(".buttonArrowNeg").wrap('<span></span>');
	  $(".buttonArrowNeg").after('<img src="/assets/images/buttons/button-negative-arrow.gif" class="buttonArrowEnd" alt="" />');
  } 

  if ($('.button').length > 0) {
	  $(".button").wrap('<span></span>');
	  $(".button").after('<img src="/assets/images/buttons/button-gradient-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.smallbutton').length > 0) {
    $(".smallbutton").wrap('<span></span>');
	  $(".smallbutton").after('<img src="/assets/images/buttons/button-gradient-right.gif" class="buttonEnd" alt="" />');
  }
  if ($('.button50').length > 0) {
    $(".button50").wrap('<span></span>');
	  $(".button50").after('<img src="/assets/images/buttons/button-gradient-right.gif" class="buttonEnd" alt="" />');
  }
  if ($('.button80').length > 0) {
    $(".button80").wrap('<span></span>');
	  $(".button80").after('<img src="/assets/images/buttons/button-gradient-right.gif" class="buttonEnd" alt="" />');
  }
  if ($('.button100').length > 0) {
    $(".button100").wrap('<span></span>');
	  $(".button100").after('<img src="/assets/images/buttons/button-gradient-right.gif" class="buttonEnd" alt="" />');
  }
  if ($('.button120').length > 0) {
    $(".button120").wrap('<span></span>');
	  $(".button120").after('<img src="/assets/images/buttons/button-gradient-right.gif" class="buttonEnd" alt="" />');
  }
  if ($('.button140').length > 0) {
    $(".button140").wrap('<span></span>');
	  $(".button140").after('<img src="/assets/images/buttons/button-gradient-right.gif" class="buttonEnd" alt="" />');
  }
  if ($('.smallbuttonInact').length > 0) {
    $(".smallbuttonInact").wrap('<span></span>');
	  $(".smallbuttonInact").after('<img src="/assets/images/buttons/button-inactive-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonInact').length > 0) {
    $(".buttonInact'").wrap('<span></span>');
	  $(".buttonInact'").after('<img src="/assets/images/buttons/button-inactive-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonInact50').length > 0) {
    $(".buttonInact50").wrap('<span></span>');
	  $(".buttonInact50").after('<img src="/assets/images/buttons/button-inactive-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonInact80').length > 0) {
    $(".buttonInact80").wrap('<span></span>');
	  $(".buttonInact80").after('<img src="/assets/images/buttons/button-inactive-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonInact100').length > 0) {
    $(".buttonInact100").wrap('<span></span>');
	  $(".buttonInact100").after('<img src="/assets/images/buttons/button-inactive-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonInact120').length > 0) {
    $(".buttonInact120").wrap('<span></span>');
	  $(".buttonInact120").after('<img src="/assets/images/buttons/button-inactive-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonInact140').length > 0) {
    $(".buttonInact140").wrap('<span></span>');
	  $(".buttonInact140").after('<img src="/assets/images/buttons/button-inactive-right.gif" class="buttonEnd" alt="" />');
  }
  if ($('.smallbuttonNeg').length > 0) {
    $(".smallbuttonNeg").wrap('<span></span>');
	  $(".smallbuttonNeg").after('<img src="/assets/images/buttons/button-negative-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonNeg').length > 0) {
    $(".buttonNeg").wrap('<span></span>');
	  $(".buttonNeg").after('<img src="/assets/images/buttons/button-negative-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonNeg50').length > 0) {
    $(".buttonNeg50").wrap('<span></span>');
	  $(".buttonNeg50").after('<img src="/assets/images/buttons/button-negative-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonNeg80').length > 0) {
    $(".buttonNeg80").wrap('<span></span>');
	  $(".buttonNeg80").after('<img src="/assets/images/buttons/button-negative-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonNeg100').length > 0) {
    $(".buttonNeg100").wrap('<span></span>');
	  $(".buttonNeg100").after('<img src="/assets/images/buttons/button-negative-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonNeg120').length > 0) {
    $(".buttonNeg120").wrap('<span></span>');
	  $(".buttonNeg120").after('<img src="/assets/images/buttons/button-negative-right.gif" class="buttonEnd" alt="" />');
  }  
  if ($('.buttonNeg140').length > 0) {
    $(".buttonNeg140").wrap('<span></span>');
	  $(".buttonNeg140").after('<img src="/assets/images/buttons/button-negative-right.gif" class="buttonEnd" alt="" />');
  }
});

