Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!-- Start of Site Search 360 script (put right before the closing </body> tag) -->
  2. <script type="text/javascript">
  3. window.ss360Config = {
  4.     style: {
  5.         themeColor: "#BF113B",
  6.         suggestions: {
  7.             text: {
  8.                 color: "#333333"
  9.             },
  10.             background: {
  11.                 color: "#ffffff"
  12.             },
  13.             padding: "5px",
  14.             distanceFromTop: "0px",
  15.             border: {
  16.                 color: "#dddddd",
  17.                 radius: "0px"
  18.             }
  19.         },
  20.         searchBox: {
  21.             text: {
  22.                 color: "#333333",
  23.                 size: "14px"
  24.             },
  25.             background: {
  26.                 color: "#ffffff"
  27.             },
  28.             border: {
  29.                 color: "#dddddd",
  30.                 radius: "0px"
  31.             },
  32.             padding: "8px",
  33.             icon: {
  34.                 image: "magnifier",
  35.                 color: "#666666"
  36.             }
  37.         }
  38.     },
  39.     tracking: {
  40.         providers: []
  41.     },
  42.     dataPoints: {
  43.         exclude: [],
  44.         single: []
  45.     },
  46.     siteId: "www.indochinatravel.com",
  47.     searchBox: {
  48.         selector: "input[name='search']"
  49.     },
  50.     results: {
  51.         moreResultsButton: null
  52.     },
  53.     showErrors: false
  54. };
  55.  
  56. var e=document.createElement("script");
  57. e.type="module";
  58. e.src="https://cdn.sitesearch360.com/sitesearch360-v12.mjs";
  59. document.getElementsByTagName("body")[0].appendChild(e);
  60.  
  61. e=document.createElement("script");
  62. e.type="text/javascript";
  63. e.async=!0;
  64. e.setAttribute("nomodule", "nomodule");
  65. e.src="https://cdn.sitesearch360.com/sitesearch360-v12.min.js";
  66. document.getElementsByTagName("body")[0].appendChild(e);
  67. </script>
  68. <!-- End of Site Search 360 script -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement