');
$(".onorder").hide();
$(".prodinstock").hide();
var ginstock=$("div.detailcustom3").html();
if (ginstock=="Y"){$("div.detailcustom3").html("IN STOCK"); $(".detailcustom2").hide();}else{$("div.detailcustom3").hide();}
var gqr=$("div.detailcustom4").html();
if (gqr=="Y"){$("div.detailcustom4").html("QUICK SHIP"); $("div.prodinstock").html(''); $(".detailcustom2").hide();}else{$("div.detailcustom4").hide();}
var moq=$(".detailcustom2").html();
$(".detailcustom2").prepend("Min order quantity: ")
$("#w0quant").val(moq)
$( ".detailbuybutton" ).click(function() {
var needed=1;
var totalPoints = 0
event.preventDefault();
if ($("#w0quant").length)
{
var thisone=$("#w0quant").val();
totalPoints = parseInt(thisone);
}
if ($(".multioptiontable").length){
$('.multioptiontable').each(function(){
$(this).find('input').each(function(){
if ($(this).val().length){
varthis=$(this).val()
totalPoints += parseInt(varthis); }
});
});
}
if (totalPoints