﻿      //        $(document).ready(function(){
      //  //number of paragraphs up from bottom
      //  var BlockQuotePosFromBottom=3
      
      //  //get the number of paragraphs
      //  var RADTextPCount=$("#phc_pruductpagemain p").size()
      //  //alert($("#RADText p").size())
    	
      //  //position is going to be the last paragraph from the end, so n-1
      //  var BlockQuotePos=RADTextPCount-BlockQuotePosFromBottom
      //  //alert(RADTextPos)

      //  $("div#phc_pruductpagemain p").eq(BlockQuotePos).prepend($("#foo"));	
      //});
      
      
         //      $(document).ready(function(){ 
      //    //number of paragraphs up from bottom 
      //  //change this so we just have a position of 1 
      //  //rename variable so it makes sense 
      //  var BlockQuotePosFromTop=0 
       
      //  //position is going to be the last paragraph from the end, so n-1 
      //  var BlockQuotePos=BlockQuotePosFromTop 
      //  //alert(RADTextPos) 

      //  $("div#productcontents p").eq(BlockQuotePos).prepend($("#foo"));     
      //}); 