The Mystery of The Titanic (A Historical Investigation for Kids) (2024)

The Mystery of The Titanic (A Historical Investigation for Kids) (1)

The Mystery of The Titanic (A Historical Investigation for Kids) (3)

ISBN: 9781647398774

List Price

$9.99

Up to % OFF

FREE Ground Shipping in US

Expect Delivery in 4-10 weekdays

Brand New Books

Lock in your price today, price tomorrow are NOT GUARANTEED!

Quantity

Price

Discount

Minimum Order $100 / 25 copies per title, no exceptions

Not ready to place your order?

ADD TO QUOTE

Prices change daily. Order now!

$9.99

SKU:
9781647398774
Minimum Purchase:
25 units
Bulk Pricing:
Buy in bulk and save

Bulk discount rates

×

Below are the available bulk discount rates for each individual item when you purchase a certain amount

  • Buy 25 - 99 and get 35% off
  • Buy 100 - 249 and get 40% off
  • Buy 250 - 499 and get 42% off
  • Buy 500 - 999 and get 45% off
  • Buy 1000 or above and get 49% off

Overview

Uncover the secrets of the Titanic in this fascinating exploration for kids 8 to 12

If you're interested in the incredible story of the R.M.S. Titanic, this book helps you dive even deeper. Start with the details that explain why the ship was so famous even before it sank, then discover the secrets that are still resting at the bottom of the ocean today.

Become an investigator as you dig into mysteries like why it took so long for help to arrive while the Titanic was sinking and what made it so difficult for scientists to find the wreckage. As you sail through the story, watch out for the detective figure who pops up every time there is a clue on the page that will help you solve the mystery of the Titanic.

  • Experience life at sea—Read the true stories of the ship's passengers, and learn where they slept, what they ate, and even what they did for fun while onboard.
  • Uncover the truth—Photos, illustrations, and diagrams help you explore the scientific techniques that researchers used to locate the wreck of the Titanic and reconstruct what happened to it.
  • Form your own hypothesis—Determine if different factors like the weather, the ship's construction, and poor communication among the crew could have contributed to the fatal voyage.

Immerse yourself in the history and science behind the famous story of the Titanic.

This book title, The Mystery of The Titanic (A Historical Investigation for Kids), ISBN: 9781647398774, by Kelly Milner Halls, published by Callisto Publishing (March 9, 2021) is available in paperback. Our minimum order quantity is 25 copies. All standard bulk book orders ship FREE in the continental USA and delivered in 4-10 business days.

Unlike Amazon and other retailers who may also offer The Mystery of The Titanic (A Historical Investigation for Kids) books on their website, we specialize in large quantities and provide personal service, from trusted, experienced, friendly people in Portland, Oregon. We offer a Price Match Guarantee, and QuickQuote form, to make purchasing quick and easy.

Prefer to work with a human being when you order The Mystery of The Titanic (A Historical Investigation for Kids) books in bulk? Our Book Specialists are standing by Monday-Friday 8-5 PST, ready to help!

Product Details

Author:
Kelly Milner Halls

Format:
Paperback

Pages:
116

Publisher:
Callisto Publishing (March 9, 2021)

Language:
English

Audience:
Children/juvenile

Age Range:
9 to 12

ISBN-13:
9781647398774

ISBN-10:
1647398770

Dimensions:
5.5" x 8.5" x 0.28"

File:
SourceBooks-sourcebooks_07_17_2024-20240717.xml

Folder:
SourceBooks

List Price:
$9.99

Pub Discount:
65

Case Pack:
52

As low as:
$5.09

Publisher Identifier:
P-SOURCEBK

Discount Code:
A

Ordering Details

  • Product Availability: Typically, all books are in stock and ready to ship. If a title becomes unavailable unexpectedly, you will be contacted with 24 business hours.
  • Standard Shipping: FREE Shipping via ground transportation within the continental United States.
  • Estimated Delivery: Most orders deliver within 4-10 business days from order date (excluding weekends and holidays). Orders shipping to Alaska or Hawaii should allow a minimum of 3 weeks for delivery.
  • Rush Shipping: Deliver in 5 business days from order date (excluding weekends and holidays).
  • Important Note: Books ship from various warehouses and may receive multiple cartons to fill the complete order. Do not assume your order is shipping from Portland, OR.
  • Payment Terms: Visa, MC, Amex, PayPal, Purchase Orders and P-Cards can be used to purchase online. Check and wire-transfer payments are available offline through Customer Service

×

Submit a product page URL from any BULK bookseller\'s website, including Amazon, and we\'ll try our best to match or beat the price. Order Minimums: $100/25 copies per title

We do not offer Price Matching for:
Sites that sell individual copies and do not offer bulk purchasing (25 copies or more of a title)
Sites that sell out of print or used copies
Individual sellers (i.e. Facebook Marketplace)

A Book Specialist will respond via email later today or early tomorrow (weekdays only).

The Mystery of The Titanic (A Historical Investigation for Kids) (5)

The Mystery of The Titanic (A Historical Investigation for Kids)
9781647398774
Format: '+format+'

'; var content = '

PRICE MATCH REQUEST FORM

Submit a product page URL from any BULK bookseller\'s website, including Amazon, and we\'ll try our best to match or beat the price. Order Minimums: $100/25 copies per title

A Book Specialist will respond via email later today or early tomorrow (weekdays only).

The Mystery of The Titanic (A Historical Investigation for Kids) (6)

The Mystery of The Titanic (A Historical Investigation for Kids)
9781647398774
Format: '+format+'

';$.featherlight(content);Reamaze.reload();return false;}); // Pricing Grid var prices = [{"type":"percent","min":25,"max":99,"discount":{"formatted":"35%","value":35}},{"type":"percent","min":100,"max":249,"discount":{"formatted":"40%","value":40}},{"type":"percent","min":250,"max":499,"discount":{"formatted":"42%","value":42}},{"type":"percent","min":500,"max":999,"discount":{"formatted":"45%","value":45}},{"type":"percent","min":1000,"max":0,"discount":{"formatted":"49%","value":49}}]; prices.sort(function(a, b) { return a.min - b.min; }); console.log(prices); var price_lowest = 0; var discount_max = ""; var $grid = $('.PricingGridInner'); for(var i in prices) { var price = prices[i]; //if(i == 0 && price.min < quantity_minimum) quantity_minimum = price.min; if(i == 0 && price.min != quantity_minimum) quantity_minimum = price.min; // Allow to be greater or less than console.log('quantity_minimum: '+quantity_minimum); // Price console.log('price.type: '+price.type); if(price.type == "fixed") price.price = price.discount.value; else price.price = toFixed(global_price - (price.type == "percent" ? global_price * (price.discount.value / 100) : price.discount.value),2); if(!price_lowest || price.price < price_lowest) { price_lowest = price.price; discount_max = (price.type != "fixed" ? price.discount.value : ""); } console.log(price.min+': '+ price.price); // Store bulk_prices[price.min] = price; bulk_discounts[price.min] = (price.type != "fixed" ? price.discount.value : ""); // Display var row = '

'+price.min+''+(price.max ? '-'+price.max+'' : '+')+'

$'+numberWithCommas(toFixed(price.price,2))+'

'+(price.type != "fixed" ? price.discount.value+"%" : "")+'

'; $grid.append(row); }$grid.append('

');if(discount_max) { $('.discount-max-value').text(discount_max); $('.discount-max').show();}else $('.discount-max').hide(); // Minimum Quantity console.log('case_qty: '+case_qty+', case_select: '+case_select);if(case_select && case_qty) quantity_minimum = case_qty;else case_select = 0;console.log('quantity_minimum: '+quantity_minimum);$('.minimum_qty').html(quantity_minimum); // Message below input$('.form-atc-qty') // Add to Cart Input .val(quantity_minimum) .keydown(function (e) { if ( $.inArray(e.keyCode, [46, 8, 9, 27, 110, 190]) !== -1 || (e.keyCode == 65 && ( e.ctrlKey === true || e.metaKey === true ) ) || (e.keyCode >= 35 && e.keyCode <= 40) ) return; if(e.keyCode == 13) { CheckQTY(); e.preventDefault(); } if((e.shiftKey || (e.keyCode < 48 || e.keyCode > 57)) && (e.keyCode < 96 || e.keyCode > 105)) { e.preventDefault(); } }) .keyup(function(e){ //console.log("key: "+e.keyCode); if(parseFloat($(this).val()) >= quantity_minimum) { CheckQTY(); } }).blur(function() { CheckQTY(1); }); // Check Quantity / Totals CheckQTY();// Reviews headerif("0" == "1") $('.ReviewsLabel').html('Review'); /** * Product Options *//** * !!!!!!!!!!!!!!!!!!!!!! NOTE: !!!!!!!!!!!!!!!!!!!!!! * NEED TO ALSO UPDATE THIS IN /bigcommerce/tbc/template/Snippets/ProductAddToCart.html AND THE $publisher_identifiers ARRAY IN config.php */// Publisher Identifiervar publishers = {// These are the actual listed 'Publisher' listed under 'Publisher' Custom Field (which also includes (date published)"Albert Whitman & Company": "P-AW", // Was P-IPG, now their own thing"Allworth Press": "P-SS", // Used to be P-SKYH"Arcade": "P-SS", // Used to be P-SKYH"Arcadia": "P-ARCA","Atlas": "P-ATLAS","B&H Publishing Group": "P-B&H","B&H Publishing Group": "P-B&H","Carrell Books": "P-SS", // Used to be P-SKYH"Carson Dellosa": "P-CARSON", //"Callisto Media": "P-CALL", // Part of Sourcebooks now so P-SOURCEBK (2024-06-01)...but some old ones may be a part of P-CALL still. Just letting this one use the custom field instead.//"Callisto Publishing": "P-CALL", // Part of Sourcebooks now so P-SOURCEBK (2024-06-01)...but some old ones may be a part of P-CALL still. Just letting this one use the custom field instead."Chronicle Books": "P-CHRONICLE","Clydesdale Press": "P-SS", // Used to be P-SKYH"Crossway": "P-CROSS",//"DK": "P-DK", // Is now P-RH"DK": "P-RH","Enslow Publishing, LLC": "P-ROSEN","Federal Street Press": "P-FSP","Free Spirit Publishing": "P-FREESPIRIT",//"Gallup": "P-GALP", // Switched back to SS (below)"Gallup": "P-SS","Gareth Stevens Publishing LLLP": "P-ROSEN","Gary Null": "P-SS", // Used to be P-SKYH"Good Books": "P-SS", // Used to be P-SKYH"Good Night books": "P-RH", // Used to be P-PER"Hardie Grant": "P-CHRONICLE","Helios Press": "P-SS", // Used to be P-SKYH"Hot Books": "P-SS", // Used to be P-SKYH"Ignatius Press": "P-MISC", // Comes in through IPG folder (P-IPG), but want it to be MISC"Lee & Low": "P-LEE","Lexham Press": "P-MISC", // Comes in through ATLAS-BTPS feeds, but want it to be MISC"Merriam Webster": "P-MW","Night Shade": "P-SS", // Used to be P-SKYH"Not for Tourist": "P-SS", // Used to be P-SKYH"Peter Pauper": "P-PEPAUP","Racehorse for Young Readers": "P-SS", // Used to be P-SKYH"Racehorse Publishing": "P-SS", // Used to be P-SKYH"Redleaf Press": "P-MISC", // Comes in through CONSORTIUM folder (P-PER), but want it to be MISC"Regnery Publishing": "P-MISC", // Yep, want to force it to be MISC (would be SS otherwise)"Research & Education Association": "P-MISC","Rosen": "P-ROSEN","Rourke Educational Media": "P-ROURKE","Seahorse Publishing": "P-SS", // Used to be P-SKYH"Sky Pony": "P-SS", // Used to be P-SKYH"Skyhorse": "P-SS", // Used to be P-SKYH"Sporting Classics": "P-SS", // Used to be P-SKYH"Sports Publishing": "P-SS", // Used to be P-SKYH"Talos Press": "P-SS", // Used to be P-SKYH"Teacher Created Materials": "P-TCM","The Creative Company": "P-MISC","Yucca": "P-SKYH"};// Commented out all the "P-MISC" as that'll be the defaultvar files = {"Chronicle": "P-CHRONICLE", // Want before the hbgusa match as the feed file comes from them and may include that term too, but his feed file is Chronicle specific"-hbgusa": "P-HACH", // All hbgusa whould be HACH, even if placed in Macmillan Trade folder//"HC (Harper Collins)-sourcebooks_05_19_2017-20170519.xml": "P-SOURCEBK", // Using below instead"sourcebooks": "P-SOURCEBK", // So it catches anything with sourcebooks"Wiley": "P-WIL", // Sometimes also matches 'Collins' if uploaded to that directory"Workman": "P-WORK", // Sometimes also matches 'Harper Collins' if uploaded to that directory, should be in Eloquence directory"BTPS": "P-BTPS", // Needs to come before 'ATLAS' (it's in that folder)...or used to, comes in as its own feed in BTPS folder now, but keeping here just in case//"-DEMOSDemos_Health": "P-MISC","-hc_onix_full": "P-HC","-hc_onix_delta": "P-HC","-hcus_onix_full": "P-HC","-NortonNorton": "P-WWN","-REA_": "P-DOVER","AlbertWhitman": "P-AW", // Was P-AW, then P-IPG, now back to P-AW//"ALL_BOOK_IMAGES-Greenleaf": "P-MISC","ALL_BOOK_IMAGES-Simon": "P-SS",//"Amacom": "P-MISC",//"ARBORDALE": "P-MISC",//"Arcadia": "P-MISC","ASCD": "P-ASCD","ATLAS": "P-ATLAS","B_and_H": "P-B&H","BAKER": "P-BAKER","BAREFOOT": "P-BAREF","Barrons": "P-BARR","BerrettKoehler": "P-BERRETT","CAPSTONE": "P-CAP",//"Carson Dellosa": "P-CARSON","CHILDSPLAY": "P-CHILDSPLAY","Compendium": "P-COMP","CONSORTIUM": "P-PER","Corwin": "P-CORWIN","CRABTREE": "P-CRAB", "Dellosa": "P-CARSON", // Carson Dellosa"Dover": "P-DOVER", // Was P-DOV"Eloquence-Time": "P-HACH", // Keeping 'Eloquence-' on this one as 'Time' might be used on others// These used to be "Eloquence-...", but sometimes in Macmillian Trade folder"FreeSpirit": "P-FREESPIRIT","FWMedia": "P-FW", "EERDMANS": "P-EERD", //"Eloquence-Greenleaf": "P-MISC","HNA": "P-ABRAMS", // Used to be Eloquence-HNA, but sometimes in Macmillian Trade folder"Houghton": "P-HM","IPG": "P-IPG","LERNER": "P-LERN", // Lerner"NewHarbinger": "P-NWHARB","PEACHTREE": "P-PEACH", // Peachtree"Perseus": "P-PER", // Needs to be before IPS"IPS": "P-IPS","PRH": "P-RH","Scholastic": "P-SCH","Sterling": "P-STER", // Used to be 'Eloquence-Sterling', but sometimes in 'Macmillian Trade' folder//"WhitakerHouse": "P-MISC",// End 'Eloquence' section//"FoxChapel": "P-MISC","Greenleaf": "P-GLEAF", // Usually in Eloquence folder, used to be MISC"HarperChristian-Nelson": "P-TNELSON","HarperChristian-THEBOOKCOMPANY": "P-TNELSON","HarperChristian-Tyndale": "P-TNELSON","HarperCollins": "P-HC","HarvestHouse": "P-HARVEST", "HayHouse": "P-HAYH","Houghton": "P-HM","Perseus": "P-PER", // Sometimes gets something like "HC (Harper Collins)-Perseus_Distribution_02012017_complete_onix21-20170203a.xml", need Perseus catch to be before the next "Collins" match // Could also replace the Eloquence-Perseus match above"Collins": "P-HC", // HC%20(Harper%20Collins)-wiley.1.20161115-20161118.xml//"HCI-": "P-MISC","McGrawHill": "P-MCGRAW",//"MIDPOINT": "P-MISC","MOODY": "P-MOOD","NationalBookNetwork": "P-NBN","ORCA-": "P-ORCA", // Used to be P-Misc//"Paraclete": "P-MISC",//"Parragon": "P-MISC","PGW-LEGATO": "P-PER","Propulsion-cherrylake": "P-CHERRY", // Used to be P-MISC"Propulsion-sleepingbear": "P-CHERRY", // Used to be P-MISC//"RandomHouse-PRH": "P-RH", // Now caught by 'PRH' above//"Sellers-sourcebooks": "P-MISC","Simon": "P-SS","TCM": "P-TCM","TWO RIVERS-PERSEUS": "P-PER","TYNDALE-Tyndale": "P-TYNDALE", // Was P-TNELSON//"WILLOWCREEK": "P-MISC","Macmillan": "P-STM" // NOTE: this can catch a lot of things mistakenly put in the Macmillian folder (Scholastic, etc.) so keep at bottom};var publisher_identifier;if(publisher) {publisher = publisher.toLowerCase();console.log('Publisher: '+publisher);for(var p in publishers) {if(publishers.hasOwnProperty(p)) {//console.log(p+": "+publishers[p]);if(publisher.indexOf(p.toLowerCase()) > -1) {console.log('match (publisher)');publisher_identifier = publishers[p];break;}}}}if(!publisher_identifier && file) {file = file.toLowerCase();console.log('File: '+file);for(var f in files) {if(files.hasOwnProperty(f)) {//console.log(f+": "+files[f]);if(file.indexOf(f.toLowerCase()) > -1) {console.log('match (file)');publisher_identifier = files[f];break;}}}}if(!publisher_identifier) publisher_identifier = "P-MISC"; // Defaultpublisher_identifier = "BOOKS:"+publisher_identifier;console.log('option - publisher identifier - '+publisher_identifier);// List Price (text field) / Retail Price (dropdown)console.log('option - list price - '+global_price);// Set$('.PurchaseCart .form-field, .productView-options .form-field').each(function() { // Do for '.productView-options' too. Not used when adding to cart, but other scripts (QN) aren't determining which field to use correctly so just make sure it's set correctly in all places it appearsvar field = $(this);var label = $.trim($('.form-label',field).text());console.log('label: `'+label+'`');// Publisher Identifierif(label == "Publisher Identifier:") { console.log('setting '+label+' to `'+publisher_identifier+'`');$('.form-select option',field).filter(function() {console.log($(this).text()); return $(this).text() == publisher_identifier;}).prop('selected',true);}// Retail Priceelse if(label == "Retail Price:") { console.log('setting '+label+' to `'+global_price+'`');$('.form-select option',field).filter(function() { //console.log(($(this).text() * 1)+' == '+global_price+' = '+(($(this).text() * 1) == global_price ? "Yes" : "No")); return ($(this).text() * 1) == global_price;}).prop('selected',true);}// List Priceelse if(label == "List Price:") { console.log('setting '+label+' to `'+global_price.toFixed(2)+'`');$('.form-input',field).val(global_price.toFixed(2));}});/*$('#sold-count').load(url, function(){ $('#sold').show();});*/$.get('https://scripts.bulkbookstore.com/bc-sold.php?isbn=9781647398774',function(result) { console.log('sold: '+sold); if(result) { $('#sold-count').text(result); $('#sold').show(); } });});function CheckQTY(blur) { var error_minimum = 0; var error_multiples = 0; // Get quantity = quantity_original = parseFloat($(".form-atc-qty").val()); console.log('quantity: '+quantity+', quantity_minimum: '+quantity_minimum); // Nothing entered if(quantity == "" ) { quantity = quantity_minimum;error_minimum = 1; } // Less than minimum else if (quantity < quantity_minimum || quantity == "NaN") { quantity = quantity_minimum;error_minimum = 1; } // Case Pack Select - must select in multiples else if(case_select) { var QtyMultiple = Math.floor(quantity / quantity_minimum) * quantity_minimum; if(QtyMultiple != quantity) { quantity = QtyMultiple; $('.ProductMultiples').show(); error_multiples = 1; } else $('.ProductMultiples').hide(); } // Add to Quote if(quantity_original < 15) $('.AddToQuoteLink').hide(); else $('.AddToQuoteLink').show(); // Quantity Minimum errorif(error_minimum) $('.ProductMinimum').addClass('form-field--error');else $('.ProductMinimum').removeClass('form-field--error'); // Pre-order - make button orange // Will check date validity (can't order more than 30 days out) in another scriptif($('.ProductRelease').length) {$('.PurchaseCart #form-action-addToCart').addClass('button--orange');} // Error? var error = 0;if(quantity != quantity_original) {error = 1;// Flash//$("#text_qty_2").css('background','#D26418').animate({backgroundColor:'white'},500);// Disable submitconsole.log('disabling submit (quantity issue)');$('.PurchaseCart #form-action-addToCart').attr('disabled','disabled');$('.ProductQty').addClass('form-field--error');}else if(!$('.PurchaseCart #form-action-addToCart').hasClass('disabled')) { // If disabled by something else (preorder date is too far in future) don't re-enable// Enable submitconsole.log('enabling submit');$('.PurchaseCart #form-action-addToCart').removeAttr('disabled');$('.ProductQty').removeClass('form-field--error');} // Set // No longer doing, just error, disable submit //$(".form-atc-qty").val(quantity); // Total Price for(var i in bulk_prices) { var price = bulk_prices[i]; if(quantity >= price.min && (quantity <= price.max || !price.max)) { $('.PPB-value').html('$'+numberWithCommas(toFixed(price.price,2))); if(bulk_discounts[i]) { $('.PPB-discount').html(bulk_discounts[i]+'%'); $('.price-box-discount').show(); } else $('.price-box-discount').hide(); $('.PTC-qty').html(quantity); $('.PTC-value').html('$'+numberWithCommas(toFixed(price.price * quantity,2))); $('.PTC-save-value').html('$'+numberWithCommas(toFixed((global_price - price.price) * quantity,2))); $('.PricingGridItemSelected').removeClass('PricingGridItemSelected'); $('.PricingGridItem-'+i).addClass('PricingGridItemSelected'); } } // Shipping savingsvar shipping_per = 1.27;$('.PricingShippingSavings').html('$'+numberWithCommas(toFixed(shipping_per * quantity,2)));}// http://stackoverflow.com/questions/10015027/javascript-tofixed-not-roundingfunction toFixed(num,precision) {return (+(Math.round(+(num + 'e' + precision)) + 'e' + -precision)).toFixed(precision);}// https://stackoverflow.com/a/2901298function numberWithCommas(x) {return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");}var google_tag_params = { ecomm_prodid: '2244789', ecomm_pagetype: 'Product', //ecomm_totalvalue: new Array(global_price) ecomm_totalvalue: [global_price]};var product_code = "9781647398774";// AdRoll Product ID - https://help.adroll.com/hc/en-us/articles/216673657-Getting-Started-with-Dynamic-Creative// Old code - removed on 2024-04-01, using just the new version (below) now//adroll_custom_data = {"product_id":"9781647398774"};// AdRoll Product ID - new version - 2024-03-27try { __adroll.record_user({"product_id": "9781647398774"});} catch (err) {}

The Mystery of The Titanic (A Historical Investigation for Kids) (2024)
Top Articles
Persona weapon - RimWorld Wiki
How To Get Plasteel In Rimworld - 5 Methods — Set Ready Game
Occupational therapist
10 Popular Hair Growth Products Made With Dermatologist-Approved Ingredients to Shop at Amazon
Georgia Vehicle Registration Fees Calculator
No Hard Feelings Showtimes Near Metropolitan Fiesta 5 Theatre
Is Sportsurge Safe and Legal in 2024? Any Alternatives?
What's New on Hulu in October 2023
Buckaroo Blog
Katie Boyle Dancer Biography
Garrick Joker'' Hastings Sentenced
Which Is A Popular Southern Hemisphere Destination Microsoft Rewards
How To Delete Bravodate Account
123Moviescloud
The Connecticut Daily Lottery Hub
Wildflower1967
Check From Po Box 1111 Charlotte Nc 28201
Craigslist Portland Oregon Motorcycles
Craigslist Missoula Atv
Missed Connections Inland Empire
zom 100 mangadex - WebNovel
Qhc Learning
Sussyclassroom
Project Reeducation Gamcore
Troy Gamefarm Prices
What Equals 16
Black Lion Backpack And Glider Voucher
897 W Valley Blvd
Dl.high Stakes Sweeps Download
Revelry Room Seattle
417-990-0201
Dtlr On 87Th Cottage Grove
Rust Belt Revival Auctions
Lil Durk's Brother DThang Killed in Harvey, Illinois, ME Confirms
2012 Street Glide Blue Book Value
Joe's Truck Accessories Summerville South Carolina
Pensacola 311 Citizen Support | City of Pensacola, Florida Official Website
Watchseries To New Domain
Acadis Portal Missouri
Why Gas Prices Are So High (Published 2022)
Los Garroberros Menu
Empires And Puzzles Dark Chest
Weather Underground Bonita Springs
Joey Gentile Lpsg
Jasgotgass2
Craigslist Boats Dallas
1Exquisitetaste
Access to Delta Websites for Retirees
Mountainstar Mychart Login
New Starfield Deep-Dive Reveals How Shattered Space DLC Will Finally Fix The Game's Biggest Combat Flaw
Black Adam Showtimes Near Kerasotes Showplace 14
Latest Posts
Article information

Author: Errol Quitzon

Last Updated:

Views: 6423

Rating: 4.9 / 5 (79 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Errol Quitzon

Birthday: 1993-04-02

Address: 70604 Haley Lane, Port Weldonside, TN 99233-0942

Phone: +9665282866296

Job: Product Retail Agent

Hobby: Computer programming, Horseback riding, Hooping, Dance, Ice skating, Backpacking, Rafting

Introduction: My name is Errol Quitzon, I am a fair, cute, fancy, clean, attractive, sparkling, kind person who loves writing and wants to share my knowledge and understanding with you.