$(function() {$('#jroxTabs > ul').tabs(); }); $().ready(function() { $("#jroxProductDetailsForm").validate();}); function jroxConfirmRecommend(){ var answer=confirm("this product will be added to your list of recommended products on your profile page. click okay to continue...") if(answer) { window.location.href="http://www.networkevansville.com/members/products/recommend/3"; } }