| Related sites for http://www.projump.com |
| The_Rider\'s_Shoppe Horse clothing, apparel, gifts, grooming supplies, stable equipment, tack and saddles. | | Riding_Right Tack, equipment, supplements, riding apparel, and gifts. | | Robinhoods Offers a horse hoods, blankets, and wraps for sale. Located in California, United States. | | Rocky_Springs_Ranch_and_Tack Offers tack, trailer supplies, blankets, feed equipment, jewelry, gifts and prints. | | The_Saddle_Source Full service saddle and tack shop offering an extensive selection of new and used english and western tack and apparel. | | Saddle_Technology_Incorporated Offers break away stirrups for rider's safety. | | Saddle_Up_Equestrian_Supplies Supplier of tack and saddles, rugs, training tools and equipment for farriers, endurance, western and hunting. | | Saddles_Plus UK site offers boots, tack, saddles and rugs. | | Saddle-Up_International_Limited Features apparel, horse care products, rugs, tack and grooming supplies. | | Salem_Saddlery Sells tack, supplements, apparel, name plates, footwear, and barn supplies. | | Saratoga_Blue Sells apparel, tack, training equipment, grooming and stable supplies for the English horse and rider. | | Sayles_Saddlery_Co_ Sells tack, saddlery, western gear, health and grooming supplies, rodeo gear, and leather craft tools. | | Schneiders Western and English tack, apparel, footwear, grooming products, books and gifts. | | Sebastian\'s Offers show jumps, training equipment, tack trunks, equipment cases, jump cups and pvc dressage arenas. | | Sergeant\'s_Western_World Western apparel, show clothing, custom saddles, tack and horse equipment. Monthly specials. | | Show_Stopper_Tack,_Inc_ Retails saddles, saddleseat apparel, stable equipment, horse and pony wear, training equipment, buggies and carts. | | Siler_City_Critters_Tack New and used saddles, pads and blankets, grooming supplies and tack. | | Simply_Horse British site sells natural worming products and themed t-shirts. | | Slide_In_Store Offers products for performance including tack, books, videos, and gifts. | | Smith_Brothers Western apparel, saddles, tack, roping supplies, barn equipment and a selection of books, videos and gifts. | | Snake_Hill_Stables Offers range of tack and horse care products primarily for the trail horse. | | Snuggy_Hoods Offering hoods and rugs, saddle covers and clothing designed to fit miniature through draft horses. | | Specialist_Equine Sells hay steamers, Hippus bits and dental kits. Located in the UK. | | Sportabac Sells protection and support products for horse and rider. | | Sportsmark Large selection of event and show equipment. UK site. | | Springcreek_Enterprises Custom engraving services for the equestrian, specializing in stall signs, tack identification tags and plates, and horses show and club awards. | | Steer_Crazy Specializes in roping products and accessories. Also sells tack, protective horse boots, saddles, pads, cinches, bits and spurs. | | Stenmans Sells equipment and supplies for racehorse trainers and jockeys. Also gift items and apparel. | | Strong_Showjumps UK site. Sells show jumps, fillers and poles, also hunter and cross country jumps. | | Tack_In_The_Box Tack and gift store for the equestrian and horse lover. | | Tack_Outlet_Super_Store Retailer of saddles, tack, spurs, arena equipment, grooming tools and horse health care products. | | Tack_Room_Products Tack, accessories, feed supplements, horse care supplies, riding apparel and stable equipment. | | The_Tack_Trunk English and Western products for horses, riders and stables. | | TDS_Saddlers_Equestrian_Equipment Supplier of riding saddles, horse rugs, breeches, hats and outdoor clorthing | | The_Texas_Bunkhouse Offers Western boots, custom saddles, tack, belts, buckles, jewelry and art. | | Texas_Horse_Supply Western and English tack, saddles, medical supplies, barn and stable merchandise. | | Tips_Western_com Offers Western apparel, tack, saddles, farrier supplies, home decor, hats, spurs, fencing tools, pads and gifts. | | Tom_Dunn_Enterprises Sells a variety of equestrian products including water jumps and tack lockers. | | UK_Horse_Products UK supplier of tack, rugs, saddle pads and magnetic therapy equipment. | | UKSaddlery_com UK site offers supplements, tack, boots, apparel, saddles and stable equipment. |
|
|
Moonraker Farm, Inc.
var msg='msg';
var actual_deliverycost=0;
var tot_ship_tax=0;
var notaxprice=0;
var var_notax=0;
var reduced_deliverycost=0;
var headercolor='#2599BA';
var headertext='ffffff';
var ordercolor1='#FFFFFF';
var ordercolor2='#F5F5F5';
var totalcolor='#ffffff';
var totalcolor1='#ffffff';
var vLocat_Positon=0;
var vMetho_Positon=0;
var vSPrice=0;
var tot_per_tax = 0;
var TaxName1 = '';
var TaxName2 = '';
var TaxName3 = '';
var itemn=0;
var total_weight=0;
var total_price=0;
var total_price_discount=0;
var DiscountType=2;
var item_arr = new Array();
var weight_arr = new Array();
var price_arr = new Array();
var quantity_arr = new Array();
var group_arr = new Array();
var notax_arr = new Array();
var discountgroup = new Array("G1","G2","G3","G4");
var discountgroupmin = new Array(1,1,1,1);
var discountgroupval = new Array(1,1,1,1);
var discountgroupant = new Array(0,0,0,0);
var discountgrouptxt = new Array("Discount A","Discount B","Discount C","Discount D");
var temp_item_arr = new Array();
var temp_weight_arr = new Array();
var temp_price_arr = new Array();
var temp_group_arr = new Array();
var temp_quantity_arr = new Array();
var temp_notax_arr = new Array();
var bill_arr1 = new Array();
var bill_arr2 = new Array();
var bill_arr3 = new Array();
var bill_arr4 = new Array();
var bill_arr5 = new Array();
var bill_item_ix = new Array();
var bill_ix = 0;
var sw_delete = false;
var first_order = true;
function delete_all(showbasket)
{
itemn=0; total_price=0; total_weight=0; bill_ix = 0;
first_order = true;
toc.location.href='toolbar.html';
for(var i=0; i free_delivery)
// actual_deliverycost=reduced_deliverycost;
discountcheck(item,group,quantity);
if (first_order==true && sw_delete == false)
{first_order=false;
toc.location.href='toolbar.html';
}
else toc.document.frm.basket.value=' '+round_amount(total_price);
}
}
function send_order()
{
parent.content2.location.href='checkout.html';
}
function round_amount(amount)
{
var str = "" + Math.round(amount*100);
var len = str.length;
return (str=="0")?"0.00":(str.substring(0,len-2)+"."+str.substring(len-2,len));
}
function round_amount1(amount)
{
var string_amount = "";
var decimal_sign;
amount = parseFloat(amount);
if (!(isNaN(amount)))
{// round to nearest cent
amount = Math.round(amount * 100);
amount = amount / 100;
string_amount = new String(amount);
decimal_sign = string_amount.indexOf(".");
if (decimal_sign == -1)
{
string_amount =string_amount+".00";
}
else
{ if (decimal_sign == (string_amount.length - 2)) {
string_amount=string_amount+"0"; }
}
}
else {
string_amount = "0.00"; }
return string_amount;}
|
|