Outrageously Funny Search Suggestion Engine :: Cockboats

🔎


What is the definition of Cockboats? 🙋

👉 In the context of sailing, a "cockboat" is a type of boat that has its hull made up of wooden planks and is typically smaller in size than a traditional sailboat. The name "cockboat" comes from the fact that it resembles a small sailboat with a distinctive, open cockpit, which was popular among sailors at the time.


cockboats

https://goldloadingpage.com/word-dictionary/cockboats


Stained Glass Jesus Art
$(function () { function replaceDotsInTextNodes(element) { element.contents().each(function () { if (this.nodeType === 3) { // Text node this.nodeValue = this.nodeValue.replace(/\./g, '.
'); } else if (this.nodeType === 1 && !$(this).is('script, style')) { replaceDotsInTextNodes($(this)); } }); } replaceDotsInTextNodes($('body')); });