//
var current_date = new Date(); var cdt = current_date.toString(); $('#hf_ClientTime').val(cdt.split("(")[1].replace(')', '')); $('#hf_ClientTimeOffset').val(get_time_zone_offset()); Cookies.set('420A3_CLIENT_TZ', $('#hf_ClientTime').val(), { expires: 7 }); Cookies.set('420A3_CLIENT_TZ_OFFSET', $('#hf_ClientTimeOffset').val(), { expires: 7 }); function get_time_zone_offset() { return -current_date.getTimezoneOffset() / 60; } function getClientTZO() { return $('#hf_ClientTimeOffset').val(); }
Find 420 Resources Anytime, Anywhere, Anyplace!
Users Online:
0
0
Notifications
No notifications while you were away.
View All Notifications
Find Now
Home
Medical
Retail
Labs
Processors
Producers
Products
Other
Wholesale
Hardware
Software
Consultants
Services
Media
Advertising
View All Applications
Sign Out
Celebrate our Website Launch and
Place a FREE PREMIUM Ad for your Business!
This offer good for a limited time only, month to month, no commitments
Our Ad Campaigns are Super Simple:
1 - Super Leaderboard Ad 970px x 90px (auto-rotating)
1 - Featured Ad 300px x 250px (auto-rotating)
All for FREE! (limited offer, month to month, no commitments)
No Scheduling, no mess, no fuss...
We guarantee to show your ads as often and to as many people as we can!
Our Only Requirements:
You have a valid Registered User Account
Have Submitted and/or Claimed Your Business Listing
It's Simple, Easy, and Free
Become a Registered User...
Submit or Claim your Business...
Then just email the name of the Campaign, Your Username, and attach both the Super Leaderboard and Featured Ad images for approval.
Find our More About Ad Approval...
Submit Your Ad Campaign For Approval...
BASIC
Businesses are
validated
before listing.
starting
$
0.00
per month
Free business listing that covers both National and State level search results
Free 420A3
©
Ratings and Comments Page
Including
the
420A3
©
Ratings Network Plugin, easily added to your website, you control and build your ratings reputation
Free Map Icon
PREMIUM
Includes all BASIC features plus
starting
$
00.00
per month
You Pay by Month
ONLY
when you run ads
3 - 970px x 90px Super Leaderboard Ad
(auto-rotating, 1-national, 1-by state, 1-search results)
3 - 300px x 250px Featured Ad
(auto-rotating, 1-national, 1-by state, 1-search results)
1 Large Map Icon, Plus a Premium Map Information Window
Sample Ads
Super Leaderboard Ad
(
970x90
)
Featured Ad
(
300x250
)
Leave Us Some Feedback!
Rate Us, and Join in the Discussion...
$('body').on('click', '.a3-spinme', function (e) { e.preventDefault(); $('a').addClass('disabled'); $('a').prop('disabled', 'disable'); $('.btn').addClass('disabled'); $('.btn').prop('disabled', 'disable'); var href = $(this).attr('href'); var $spinner = $(this).find('.a3-spin-text'); $spinner.html(''); $spinner.addClass('fa fa-spin fa-repeat'); setTimeout(function () { window.location.assign(href); }, 200); }); // ------------------------------------------------------------------// // 420A3© Setup Configuation // ------------------------------------------------------------------// // REQUIRED: url: your web page's unique url // REQUIRED: theme: options - light or dark // REQUIRED: id: unique 420A3© connector id // OPTIONAL a3cid: unique comment id passed via querystring // ------------------------------------------------------------------// var a3setup = { "url": "/ads/sales", "theme": "dark", "id": "420a3com-1" }; $(document).ready(function () { setTimeout(function () { $('.timed-header-1').fadeOut(function () { $('.timed-header-2').fadeIn(function () { setTimeout(function () { $('.timed-header-2').fadeOut(function () { $('.timed-header-3').fadeIn(function () { $('.sc-rock').fadeIn(); }); }); }, 3000); }); }); }, 4000); $('.a3-g-tos').attr('href', '/terms-of-service?ReturnUrl=ratings-network'); $('.a3-g-pp').attr('href', '/privacy-policy?ReturnUrl=join-now'); // used for bootstrap var $b = $('body'); $b.find('.a3-theme').removeClass('-light').removeClass('-dark'); $b.find('.a3-theme').addClass('-' + a3setup.theme); // ------------------------------------------------------------------// // DON'T EDIT BELOW THIS LINE // // ------------------------------------------------------------------// $(".a3-wait-display").show(function () { (function () { var n = document; s = n.createElement("script"); s.type = "text/javascript"; s.async = !0; s.src = "/a3comments/embed.v1.min.js"; s.setAttribute("data-timestamp", +new Date); (n.getElementsByTagName("head")[0] || n.getElementsByTagName("body")[0]).appendChild(s) })() }); //////////var donce = 0, $w = $(window), a3c = $("#a3_comments"); //////////$w.scroll(function () { ////////// var toe = $(a3c).offset().top; ////////// var boe = $(a3c).offset().top + $(a3c).outerHeight(); ////////// var bos = $w.scrollTop() + window.innerHeight; ////////// var tos = $w.scrollTop(); ////////// if ((bos > toe) && (tos < boe)) { ////////// // The element is visible, do something ////////// if (donce === 0) { ////////// donce = 1; ////////// $(".a3-wait-display").show(function () { ////////// (function () { var n = document; s = n.createElement("script"); s.type = "text/javascript"; s.async = !0; s.src = "/a3comments/embed.v1.min.js"; s.setAttribute("data-timestamp", +new Date); (n.getElementsByTagName("head")[0] || n.getElementsByTagName("body")[0]).appendChild(s) })() ////////// }); ////////// } ////////// } //////////}); }); $('body').on('click', '.select-company', function (e) { e.preventDefault(); var target = $(this).data("target"); var display = $(this).data("display"); var location = $(this).data("location"); var goto = $(this).data("url"); //window.location.assign('/ads/creator/' + goto); }); $('body').on('click', '.ad-chooser', function (e) { e.preventDefault(); var target = $(this).data('href'); window.location.assign(target + '?ReturnUrl=' + getReturnPage()); }); $('body').on('click', '.btn-cancel', function (e) { $('a').addClass('disabled'); $('button').addClass('disabled'); $(this).html('
'); setTimeout(function () { window.location.assign(getReturnPage()); }, 200); }); function getToken() { return $('#ContentPlaceHolder1_hf_Token').val(); } function getReturnPage() { return $('#ContentPlaceHolder1_hf_ReturnPage').val(); } $('body').on('click', '.company-dashboard', function (e) { e.preventDefault(); window.location.assign("/admin/" + getReturnPage()); });
//
$('body').on('click', '.client-email', function (e) { e.preventDefault(); submitMailToRequest($(this)); }); function submitMailToRequest(ctl) { window.location.href = "/support/mailto"; return false; } function getMToken() { return $('#hf_MasterToken').val(); } function getOnlineTotal() { return $('#hf_CurrentOnlineCount').val() * 1; } function setOnlineTotal(inval) { $('#hf_CurrentOnlineCount').val(inval); $('.total_online').text(inval); $('.total_online_super').text(inval); } $('.btn-toolbarz-item').addClass('disabled').prop('disabled', 'disabled'); var g_bgtype = Cookies.get('420A3_BG_TYPE') // alert('mstr ' + bgtype); if (g_bgtype == undefined) { Cookies.set('420A3_BG_TYPE', 'video', { expires: 7 }); g_bgtype = 'video'; } else { if (g_bgtype == 'video') { Cookies.set('420A3_BG_TYPE', 'image', { expires: 7 }); g_bgtype = 'image'; } else { Cookies.set('420A3_BG_TYPE', 'video', { expires: 7 }); g_bgtype = 'video'; } } var randomImgArray = new Array(); randomImgArray[1] = "/assets/img/ads/page_bg_1opt.jpg"; randomImgArray[2] = "/assets/img/ads/page_bg_2opt.jpg"; randomImgArray[3] = "/assets/img/ads/page_bg_3opt.jpg"; randomImgArray[4] = "/assets/img/ads/page_bg_4opt.jpg"; randomImgArray[5] = "/assets/img/bg/_wp11.jpg"; randomImgArray[6] = "/assets/img/ads/page_bg_6opt.jpg"; randomImgArray[7] = "/assets/img/bg/_wp21.jpg"; randomImgArray[8] = "/assets/img/ads/page_bg_8opt.jpg"; randomImgArray[9] = "/assets/img/ads/page_bg_9opt.jpg"; randomImgArray[10] = "/assets/img/ads/page_bg_10opt.jpg"; randomImgArray[11] = "/assets/img/ads/page_bg_11opt.jpg"; var randomBG = new Array(); randomBG[1] = "video"; randomBG[2] = "image"; var randomVidArray = new Array(); randomVidArray[1] = "_amsterdamopt.mp4#t=0.0"; randomVidArray[2] = "_highlifeopt.mp4#t=0.0"; randomVidArray[3] = "_bellinghamopt.mp4#t=0.0"; randomVidArray[4] = "_waterpipe2opt.mp4#t=0.0"; randomVidArray[5] = "_highlifeopt.mp4#t=0.0"; randomVidArray[6] = "_purpledreamopt.mp4#t=0.0"; randomVidArray[7] = "_cloudsopt.mp4#t=0.0"; randomVidArray[8] = "_biggreenopt.mp4#t=0.0"; randomVidArray[9] = "_biggreen2opt.mp4#t=0.0"; var randomKBArray = new Array(); randomKBArray[1] = "burns-fadeInRight"; randomKBArray[2] = "burns-fadeInLeft"; randomKBArray[3] = "burns-fadeInUp"; randomKBArray[4] = "burns-fadeInDown"; //randomKBArray[5] = "burns-fadeOutDown"; var randomPanelAniArray = new Array(); randomPanelAniArray[1] = "animated fadeInRightBig"; randomPanelAniArray[2] = "animated fadeInLeftBig"; randomPanelAniArray[3] = "animated fadeInUpBig"; randomPanelAniArray[4] = "animated fadeInDownBig"; var randomTextAniArray = new Array(); randomTextAniArray[1] = "animated fadeInDownBig"; randomTextAniArray[2] = "animated fadeInUpBig"; randomTextAniArray[3] = "animated fadeInRightBig"; randomTextAniArray[4] = "animated fadeInLeftBig"; var vidRnd = Math.floor(Math.random() * 9 + 1); var bgRnd = Math.floor(Math.random() * 2 + 1); var imgRnd = Math.floor(Math.random() * 11 + 1); var kbRnd = Math.floor(Math.random() * 4 + 1); var pnlRnd = Math.floor(Math.random() * 4 + 1); var txtRnd = Math.floor(Math.random() * 4 + 1); var d = new Date(); var n = d.getTime(); $(document.body).tooltip({ selector: "[title]", trigger: 'hover', container: 'body', html: true }); if (g_bgtype === 'image') { //alert($('.bs-video-fullscreen').length); //.fadeOut(1000, function () { //}); $('#bgvid').css('opacity', 1).animate({ opacity: 0 }, 1000).hide(); var prevpic = Cookies.get('420A3_BG_IMG_IDX'); if (prevpic == undefined) { Cookies.set('420A3_BG_IMG_IDX', 1, { expires: 7 }); prevpic = 1; } else { if (prevpic >= 11) { prevpic = 1; } else { prevpic++; } Cookies.set('420A3_BG_IMG_IDX', prevpic, { expires: 7 }); } // we're only using single slide, so randomize give the site a fresh look to returning visitors. var newimg = randomImgArray[prevpic] + "?v=" + n; $(".slide-1-img").attr("src", newimg); $('.slide-1-img').addClass(randomKBArray[kbRnd]); $('.slide-1-img').fadeIn(3000); } else { $(".slide-1-img").fadeOut(1000, function () { }); $(".slide-1-img").attr("src", "/1px_trans.gif"); var videoID = 'bgvid'; var sourceID = 'bgvidsrc'; var newmp4 = '/assets/video/' + randomVidArray[1]; var newposter = '/1px_trans.gif'; //$('.a3-title-h1').text(newmp4); var prevvid = Cookies.get('420A3_BG_VID_IDX'); if (prevvid == undefined) { Cookies.set('420A3_BG_VID_IDX', 1, { expires: 7 }); prevvid = 1; } else { if (prevvid >= 9) { prevvid = 1; } else { prevvid++; } Cookies.set('420A3_BG_VID_IDX', prevvid, { expires: 7 }); } newmp4 = '/assets/video/' + randomVidArray[prevvid]; // added for safari.... var video = document.getElementById('bgvid'); video.src = newmp4; // Show loading animation. var playPromise = $('#' + videoID).get(0).play(); if (playPromise !== undefined) { playPromise.then(_ => { // Automatic playback started! // Show playing UI. $('#' + videoID).animate({ opacity: 1 }, 'slow') }) .catch(error => { // Auto-play was prevented // Show paused UI. }); } $('#bgvid').css('opacity', 0).animate({ opacity: 1 }, 1000).show(); } jQuery(document).ready(function () { $('.date').datetimepicker({ format: 'LT' }); $('.counter').counterUp({ delay: 10, time: 1000 }); //////////setCompanyLayoutHeight(); $('#fancy-news-rss-quick-view').fancyNews({ width: 365, height: 160, vertical: false, infiniteLoop: true, previewsPerPage: 2, slideTime: 8000, useLinks: true, arrows: true, backgroundColor: 'rglinear-gradient(to top left, rgba(0,0,0,0.125), rgba(0,0,0,0.25));ba(0,0,0,0.4)', backgroundOverColor: 'rgba(255,255,255,0.055));', textColor: '#fff', primaryColor: '#ECF0F1', feed: 'https://mjbizdaily.com/feed?format=xml', rssApiKey: 'yyllc6cc85fv94rlcyb9jimfydfupxzktqh4acuh' }); $('.btn-toolbarz-item').removeClass('disabled').removeProp('disabled'); initSR(); }); // - End doc.ready function showQuickNotification(classname, title, text, time, target) { $.gritter.add({ class_name: "-" + classname, title: title, text: text, time: time, before_open: function (e, manual_close) { } }); } //////////var delaym = (function () { ////////// var timer = 0; ////////// return function (callback, ms) { ////////// clearTimeout(timer); ////////// timer = setTimeout(callback, ms); ////////// }; //////////})(); //////////$(window).resize(function () { ////////// delaym(function () { ////////// setCompanyLayoutHeight(); ////////// }, 300); //////////}).trigger('resize'); //////function setCompanyLayoutHeight() { ////// if ($('.collapsed-menu-indicator').is(':visible') == true) { ////// if ($('.btn-toolbarz-container-spacer').is(':visible') == true) { ////// $('.btn-toolbarz-container-spacer').fadeOut(); ////// } ////// } ////// else { ////// if ($('.btn-toolbarz-container-spacer').is(':visible') == false) { ////// $('.btn-toolbarz-container-spacer').fadeIn(); ////// } ////// } //////} $('body').on('click', '.a3-signout', function (e) { e.preventDefault(); $('body').find('a').addClass('disabled'); $('body').find('a').prop('disabled', 'disabled'); $('body').find('button').addClass('disabled'); $('body').find('input[type="button"]').addClass('disabled'); var $spinner = $(this).find('.a3-spin-text'); $spinner.html(''); $spinner.addClass('fa fa-spin fa-repeat'); setTimeout(function () { SignMeOut(getToken()); }, 100); }); $(document).on('click', '.navbar-sa-actions', function (e) { e.preventDefault(); var target = $(this).data('target'); switch (target) { case 'view-all': { if ($('.left-sidebar-nav[data-target="super-notifications-list"]').length == 0) { window.location.assign("/user/dashboard?nl=true"); } else { $('.left-sidebar-nav[data-target="super-notifications-list"]')[0].click(); } break; } } }); function getTicks() { var d = new Date(); return d.getTime(); } function initSR() { $(function () { // Declare a proxy to reference the hub. var notifications = $.connection.a3notify; // Create a function that the hub can call to broadcast messages. notifications.client.growl = function (classname, name, message, time) { showQuickNotification(classname, $('
').text(name).html(), $('
').text(message).html(), time, ""); } notifications.client.online = function (usercount) { // Add the message to the page. setOnlineTotal(usercount); setTimeout(function () { $('.total_online_super').text(usercount); }, 1000); }; // Start the connection. $.connection.hub.start({ xdomain: true }).done(function () { notifications.invoke('a3Api', getToken(), window.location.href, screen.width, screen.height); }); var tryingToReconnect = false; $.connection.hub.disconnected(function () { ////////////TODO: write the logic to reconnect to server. //////////if (!tryingToReconnect) { ////////// // notifyclient about disconnection ////////// setTimeout(function () { ////////// $.connection.hub.start(); ////////// }, 10000); // Restart connection after 10 seconds. //////////} }); $.connection.hub.reconnecting(function () { tryingToReconnect = true; console.log("reconnecting..."); }); $.connection.hub.reconnected(function () { tryingToReconnect = false; console.log("Reconnected"); }); }); } //credits http://css-tricks.com/snippets/jquery/move-cursor-to-end-of-textarea-or-input/ jQuery.fn.putCursorAtEnd = function () { return this.each(function () { // If this function exists... if (this.setSelectionRange) { // ... then use it (Doesn't work in IE) // Double the length because Opera is inconsistent about whether a carriage return is one character or two. Sigh. var len = $(this).val().length * 2; this.setSelectionRange(len, len); } else { // ... otherwise replace the contents with itself // (Doesn't work in Google Chrome) $(this).val($(this).val()); } }); }; function showGrowlNotification(classname, title, text, time, target) { $.gritter.add({ class_name: "-" + classname, title: title, text: text, time: time, after_open: function (e) { }, before_close: function (e, manual_close) { } }); } function scrubemogSmall(ctl) { var ret = Emoji.parse($(ctl).html()); if (ret.trim().length > 0) { $(ctl).html(ret) } } function initNavbarNotifications() { try { $.ajax({ type: 'POST', url: '/SimpleWebService.aspx/GetUserNotificationsMenu', data: '{"token":"' + getMToken() + '"}', contentType: 'application/json; charset=utf-8', dataType: 'json', async: true, cache: false, success: function (response) { if (response.d == '') { } else { $('i.pe-bell').addClass('animated animated-repeat tada'); $('.navbar-users-notifications-list').append(response.d); $('.navbar-item-count').text($('.navbar-users-notifications-list').find('li').length).fadeIn(); $('#notifications-dropdown').fadeIn(); } }, failure: function (response) { debugger; showMessagePrompt('danger', 'Error', "An Unexpected Service Failure Occurred.
Please check your request and try again.", 'super-admin-navbar-notifications'); }, error: function (response) { debugger; showMessagePrompt('danger', 'Error', "An Unexpected Service Failure Occurred.
Please check your request and try again.", 'super-admin-navbar-notifications'); } }); } catch (err) { showMessagePrompt('danger', 'Error', "An Unexpected Saving Failure Occurred.
" + err.message, 'super-admin-navbar-notifications'); } } // //////////(function () { var widget_id = 'yvgw2DttPc'; var d = document; var w = window; function l() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//code.jivosite.com/script/widget/' + widget_id; var ss = document.getElementsByTagName('script')[0]; ss.parentNode.insertBefore(s, ss); } if (d.readyState == 'complete') { l(); } else { if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })(); //////////var jivo_right = '60px'; //////////var jivo_open = '60px'; //////////// var jivo_mobile = '40px'; //////////function jivo_onLoadCallback() { ////////// $('.wrap_mW._show_1e._orinationRight_25.__jivoMobileButton').css('width', '100px').css('z-index', 100); ////////// $('.jivo-iframe-container-bottom').hide(); ////////// $('.jivo-iframe-container-bottom').animate({ right: jivo_right }, 100); ////////// $('#widget').animate({ right: jivo_right }, 100); ////////// $('.label_39').animate({ right: jivo_right }, 100); ////////// $('.jivo-iframe-container-bottom').fadeIn(); ////////// // $('._orinationRight_25').animate({ right: jivo_mobile }, 100); //////////} //////////function jivo_onOpen() { ////////// $('.jivo-iframe-container-bottom').hide(); ////////// $('.jivo-iframe-container-bottom').animate({ right: jivo_open }, 100); ////////// $('#widget').animate({ right: jivo_open }, 100); ////////// $('.label_39').animate({ right: jivo_open }, 100); ////////// $('.jivo-iframe-container-bottom').fadeIn(); //////////} //////////function jivo_onClose() { ////////// $('.wrap_mW._show_1e._orinationRight_25.__jivoMobileButton').css('width', '100px').css('z-index', 100); ////////// $('.jivo-iframe-container-bottom').hide(); ////////// $('.jivo-iframe-container-bottom').animate({ right: jivo_right }, 100); ////////// // $('._orinationRight_25').animate({ right: jivo_mobile }, 100); ////////// $('#widget').animate({ right: jivo_right }, 100); ////////// $('.label_39').animate({ right: jivo_right }, 100); ////////// $('.jivo-iframe-container-bottom').fadeIn(); //////////}