Located on Westlake Avenue Club Rocksalt premiers a flashy venue on one of Seattle's best known upscale waterfront locations.
While offering an unmatched view of lake Union Djs will be spinning the best in Hip Hop, R&B, and Top 40. And with guest appearances by local KUBE djs in the mix the party is sure to be crackin until 2am.
function validate_form(){ var first_name = document.getElementById("first_name");if (first_name.value == ""){ alert("Please enter your first name!");first_name.focus();return (false);}var email = document.getElementById("email");if (email.value == "") {alert("Please enter your email!");email.focus();return (false);}else if (!is_email_valid(email.va...