top of page
24 Hour Emergency Hotline
Call or Text: 775-434-7255
Home
Our Story
Our Team
Diamond Information
G.E.M.Z.
J.E.W.L.S.
Awareness
Become A Part
Events
Annual Golf Tournament
Blog
Contact
SAFE EXIT
Sheriff's Night Out | Xquisite Awareness Event
Tue, Aug 06
Mills Park
Aug 06, 2024, 5:00 PM
Mills Park, 1111 E William St, Carson City, NV 89701, USA
Aug 06, 2024, 5:00 PM
Mills Park, 1111 E William St, Carson City, NV 89701, USA
Details
Home
Our Story
Our Team
Diamond Information
G.E.M.Z.
J.E.W.L.S.
Awareness
Become A Part
Events
Annual Golf Tournament
Blog
Contact
bottom of page
import wixLocation from 'wix-location'; $w.onReady(function () { // Write your code here if ($w("#QuickExitButton01")) { $w("#QuickExitButton01").onClick(() => { wixLocation.to("https://www.google.com"); console.log('this is a button 1') }); } else { return; } if ($w("#QuickExitButton02")) { $w("#QuickExitButton02").onClick(() => { wixLocation.to("https://www.google.com"); console.log('this is a button 2') }); } else { return; } }); import wixLocation from 'wix-location'; $w.onReady(function () { // Write your code here if ($w("#QuickExitButton03")) { $w("#QuickExitButton03").onClick(() => { wixLocation.to("https://www.google.com"); console.log('this is a button 3') }); } else { return; } });