<?php require_once ('php/connect.php'); ?>
<?php include ('php/front.php'); ?>
<?php include ('php/cart.php'); ?>
<?php include ('php/nav.php'); ?>
<?php
date_default_timezone_set("America/Chicago");
$todaydate = date("Y-m-d");
// Get Courses
$query_GET_COURSES = "SELECT * FROM Courses WHERE type='SMB Course' ORDER BY start_date DESC";
$GET_COURSES = mysqli_query($SMB, $query_GET_COURSES);
$totalRows_GET_COURSES = mysqli_num_rows($GET_COURSES);
if($totalRows_GET_COURSES > 0){
while($row_GET_COURSES = mysqli_fetch_assoc($GET_COURSES)){
$GET_COURSES_ID = $row_GET_COURSES['id'];
$GET_COURSES_Start_Date = date('F d', strtotime($row_GET_COURSES['start_date']));
$GET_COURSES_End_Date = date('F d', strtotime($row_GET_COURSES['end_date']));
$GET_COURSES_End_Year = date('Y', strtotime($row_GET_COURSES['end_date']));
$GET_COURSES_City = $row_GET_COURSES['city'];
$GET_COURSES_State = $row_GET_COURSES['state'];
if($GET_COURSES_Start_Date == $GET_COURSES_End_Date) {
$GET_COURSES_Date = $GET_COURSES_Start_Date.", ".$GET_COURSES_End_Year;
}
else {
$GET_COURSES_Date = $GET_COURSES_Start_Date." - ".$GET_COURSES_End_Date.", ".$GET_COURSES_End_Year;
}
$CourseOption .= '<option value="'.$GET_COURSES_City.', '.$GET_COURSES_State.' - '.$GET_COURSES_Date.'">'.$GET_COURSES_City.', '.$GET_COURSES_State.' - '.$GET_COURSES_Date.'</option>';
}}
// Info
$Details_Output = "";
if (isset($_GET['id'])) {
$colname_Courses = $_GET['id'];
}
$query_Courses = "SELECT * FROM Courses WHERE id = '$colname_Courses'";
$Courses = mysqli_query($SMB, $query_Courses);
$totalRows_Courses = mysqli_num_rows($Courses);
if($totalRows_Courses > 0){
while($row_Courses = mysqli_fetch_assoc($Courses)){
$Type = $row_Courses['type'];
$ID = $row_Courses['id'];
$Start_Date = date('F d', strtotime($row_Courses['start_date']));
$End_Date = date('F d', strtotime($row_Courses['end_date']));
$End_Year = date('Y', strtotime($row_Courses['end_date']));
$location = $row_Courses['location'];
$Address = $row_Courses['street_address'];
$City = $row_Courses['city'];
$State = $row_Courses['state'];
$Zip = $row_Courses['zip_code'];
$Stock = $row_Courses['stock'];
$Level = $row_Courses['level'];
$Time = $row_Courses['time'];
$honorarium = $row_Courses['honorarium'];
$day_1 = $row_Courses['day_1'];
$day_2 = $row_Courses['day_2'];
}}
// Day 01 Details
$query_Day1 = "SELECT * FROM Courses WHERE id = '$day_1'";
$Day1 = mysqli_query($SMB, $query_Day1);
$totalRows_Day1 = mysqli_num_rows($Day1);
if($totalRows_Day1 > 0){
while($row_Day1 = mysqli_fetch_assoc($Day1)){
$Day1_Type = $row_Day1['type'];
$Day1_ID = $row_Day1['id'];
$Day1_location = $row_Day1['location'];
$Day1_Address = $row_Day1['street_address'];
$Day1_City = $row_Day1['city'];
$Day1_State = $row_Day1['state'];
$Day1_Zip = $row_Day1['zip_code'];
$Day1_Stock = $row_Day1['stock'];
$Day1_Level = $row_Day1['level'];
$Day1_Time = $row_Day1['time'];
$Day1_Date = date('F d, Y', strtotime($row_Day1['start_date']));
}}
// Day 02 Details
$query_Day2 = "SELECT * FROM Courses WHERE id = '$day_2'";
$Day2 = mysqli_query($SMB, $query_Day2);
$totalRows_Day2 = mysqli_num_rows($Day2);
if($totalRows_Day2 > 0){
while($row_Day2 = mysqli_fetch_assoc($Day2)){
$Day2_Type = $row_Day2['type'];
$Day2_ID = $row_Day2['id'];
$Day2_location = $row_Day2['location'];
$Day2_Address = $row_Day2['street_address'];
$Day2_City = $row_Day2['city'];
$Day2_State = $row_Day2['state'];
$Day2_Zip = $row_Day2['zip_code'];
$Day2_Stock = $row_Day2['stock'];
$Day2_Level = $row_Day2['level'];
$Day2_Time = $row_Day2['time'];
$Day2_Date = date('F d, Y', strtotime($row_Day2['start_date']));
}}
$query_Day1_Info = "SELECT * FROM SMB_Courses WHERE id = '$Day1_Level'";
$Day1_Info = mysqli_query($SMB, $query_Day1_Info);
$row_Day1_Info = mysqli_fetch_assoc($Day1_Info);
$totalRows_Day1_Info = mysqli_num_rows($Day1_Info);
$Day1_Course_Hdr = $row_Day1_Info['name'];
$query_Day2_Info = "SELECT * FROM SMB_Courses WHERE id = '$Day2_Level'";
$Day2_Info = mysqli_query($SMB, $query_Day2_Info);
$row_Day2_Info = mysqli_fetch_assoc($Day2_Info);
$totalRows_Day2_Info = mysqli_num_rows($Day2_Info);
$Day2_Course_Hdr = $row_Day2_Info['name'];
$query_Course_Info = "SELECT * FROM SMB_Courses WHERE id = '$Level'";
$Course_Info = mysqli_query($SMB, $query_Course_Info);
$row_Course_Info = mysqli_fetch_assoc($Course_Info);
$totalRows_Course_Info = mysqli_num_rows($Course_Info);
$Course_Info_Hdr = $row_Course_Info['name'];
$Course_Info_Dentist = $row_Course_Info['dentist'];
$Course_Info_Staff = $row_Course_Info['staff'];
$Course_Info_Description = $row_Course_Info['description'];
$ShowCE = '<div class="FormDiv"><input type="text" name="license" placeholder="License Number" data-validation="required"></div>';
$CancelPolicy = 'All cancellation requests must be in writing. Full refund of the course fee will be granted for cancellation requests made seven (7) days or more prior to the scheduled course date. Fifty percent of the course fee will be refunded for cancellation requests received less than seven (7) days prior to the scheduled course date. Successful Medical Billing, LLC reserves the right to cancel any course, limit enrollment, modify the announced content, or change the location, time, date, and faculty of any course, as Successful Medical Billing, LLC may deem necessary or advisable. Should Successful Medical Billing, LLC cancel a course, Successful Medical Billing, LLCs liability is limited to a full refund of the course fee.';
$Day1_ShowLocation = '<h4>Day 1 - SMB '.$Day1_Course_Hdr.'</h4>
<p>'.$Day1_location.'</p>
<p>'.$Day1_Address.'</p>
<p>'.$Day1_City.', '.$Day1_State.' '.$Day1_Zip.'</p>
<p>Date: '.$Day1_Date.'</p>
<p>Time: '.$Day1_Time.'<p>';
$Day2_ShowLocation = '<h4>Day 2 - SMB '.$Day2_Course_Hdr.'</h4>
<p>'.$Day2_location.'</p>
<p>'.$Day2_Address.'</p>
<p>'.$Day2_City.', '.$Day2_State.' '.$Day2_Zip.'</p>
<p>Date: '.$Day2_Date.'</p>
<p>Time: '.$Day2_Time.'<p>';
$query_Day1Register = "SELECT * FROM AddPeople WHERE eid = '$day_1' AND status = 'Register'";
$Day1Register = mysqli_query($SMB, $query_Day1Register);
$row_Day1Register = mysqli_fetch_assoc($Day1Register);
$totalRows_Day1Register = mysqli_num_rows($Day1Register);
$query_Day2Register = "SELECT * FROM AddPeople WHERE eid = '$day_2' AND status = 'Register'";
$Day2Register = mysqli_query($SMB, $query_Day2Register);
$row_Day2Register = mysqli_fetch_assoc($Day2Register);
$totalRows_Day2Register = mysqli_num_rows($Day2Register);
$query_Day1Refresher = "SELECT * FROM AddPeople WHERE eid = '$day_1' AND status = 'Refresher'";
$Day1Refresher = mysqli_query($SMB, $query_Day1Refresher);
$row_Day1Refresher = mysqli_fetch_assoc($Day1Refresher);
$totalRows_Day1Refresher = mysqli_num_rows($Day1Refresher);
$query_Day2Refresher = "SELECT * FROM AddPeople WHERE eid = '$day_2' AND status = 'Refresher'";
$Day2Refresher = mysqli_query($SMB, $query_Day2Refresher);
$row_Day2Refresher = mysqli_fetch_assoc($Day2Refresher);
$totalRows_Day2Refresher = mysqli_num_rows($Day2Refresher);
$query_Day1WaitList = "SELECT * FROM AddPeople WHERE eid = '$day_1' AND status = 'Waitlist'";
$Day1WaitList = mysqli_query($SMB, $query_Day1WaitList);
$row_Day1WaitList= mysqli_fetch_assoc($Day1WaitList);
$totalRows_Day1WaitList = mysqli_num_rows($Day1WaitList);
$query_Day2WaitList = "SELECT * FROM AddPeople WHERE eid = '$day_2' AND status = 'Waitlist'";
$Day2WaitList = mysqli_query($SMB, $query_Day2WaitList);
$row_Day2WaitList = mysqli_fetch_assoc($Day2WaitList);
$totalRows_Day2WaitList = mysqli_num_rows($Day2WaitList);
$Day1_Sold = $totalRows_Day1WaitList + $totalRows_Day1Register + $totalRows_Day1Refresher;
$Day2_Sold = $totalRows_Day2WaitList + $totalRows_Day2Register + $totalRows_Day2Refresher;
if($Start_Date == $End_Date) {
$Date = $Start_Date.", ".$End_Year;
}
else {
$Date = $Start_Date." - ".$End_Date.", ".$End_Year;
}
$ProductName = '<strong>'.$Course_Info_Hdr.': '.$City.', '.$State.' - '.$Date.'</strong>';
$Details_Output .='<strong>'.$City.', '.$State.' – '.$Date.'</strong>
'.$Day1_ShowLocation.'
'.$Day2_ShowLocation.'
<hr>
<p><font color="'.$Info_Color.'"><strong>Course Description:</strong></font></p>
<p>'.nl2br($Course_Info_Description).'</p>
<hr>
<p><font color="'.$Info_Color.'"><strong>Cancellation Policy:</strong></font></p>
<p>'.$CancelPolicy.'</p>
<hr>
<h6><font color="'.$Info_Color.'">Dentist Price: $'.$Course_Info_Dentist.'</font></h6>
<h6><font color="'.$Info_Color.'">Staff Price: $'.$Course_Info_Staff.'</font></h6>
<p></p>';
$query_Course_Books = "SELECT * FROM SMB_AddBooks WHERE tid = '$Info_ID'";
$Course_Books = mysqli_query($SMB, $query_Course_Books);
$totalRows_Course_Books = mysqli_num_rows($Course_Books);
if($totalRows_Course_Books > 0){
while($row_Course_Books = mysqli_fetch_assoc($Course_Books)){
$Course_Book_ID = $row_Course_Books['id'];
$Course_BID = $row_Course_Books['bid'];
$Course_SalePrice = $row_Course_Books['sale_price'];
$Course_RegisterType = $row_Course_Books['type'];
$query_Get_Book_Info = "SELECT * FROM Books WHERE id = '$Course_BID'";
$Get_Book_Info = mysqli_query($SMB, $query_Get_Book_Info);
$totalRows_Get_Book_Info = mysqli_num_rows($Get_Book_Info);
if($totalRows_Get_Book_Info > 0){
while($row_Get_Book_Info = mysqli_fetch_assoc($Get_Book_Info)){
$Get_Book_ID = $row_Get_Book_Info['id'];
$Get_Book_Name = $row_Get_Book_Info['title'];
$Get_Book_Retail = $row_Get_Book_Info['price'];
$Get_Book_Image = $row_Get_Book_Info['image'];
if($totalRows_Course_Books > 0 && $Course_RegisterType == 'Dentist') {
$Add_Dentist_Book = '<strong><font color="red">Would you like to add a book for this attendee?</font></br>';
$Add_Dentist_Book_Output .='<div class="FormDiv"><input type="radio" name="bid" id="radio" value="'.$Course_Book_ID.'" data-validation="required"><img src="images/'.$Get_Book_Image.'" alt="'.$Get_Book_Name.'" title=".'.$Get_Book_Name.'." width="100" align="left"/><strong> '.$Get_Book_Name.'</strong></br><strong><strike>Regular Price: $'.$Get_Book_Retail.'</strike></br>With Registration <font color="red">$'.$Course_SalePrice.'</font></strong></div>';
$No_Dentist_Book = '<div class="FormDiv"><input type="radio" name="bid" id="radio" value="0" data-validation="required"><label for="radio"><strong>No Book</strong></label></div>';
}
if($totalRows_Course_Books > 0 && $Course_RegisterType == 'Staff') {
$Add_Staff_Book = '<strong><font color="red">Would you like to add a book for this attendee?</font></br>';
$Add_Staff_Book_Output .='<div class="FormDiv"><input type="radio" name="bid" id="radio" value="'.$Course_Book_ID.'" data-validation="required"><img src="images/'.$Get_Book_Image.'" alt="'.$Get_Book_Name.'" title=".'.$Get_Book_Name.'." width="100" align="left"/><strong> '.$Get_Book_Name.'</strong></br><strong><strike>Regular Price: $'.$Get_Book_Retail.'</strike> </br>With Registration <font color="red">$'.$Course_SalePrice.'</font></strong></div>';
$No_Staff_Book = '<div class="FormDiv"><input type="radio" name="bid" id="radio" value="0" data-validation="required"><label for="radio"><strong>No Book</strong></label></div>';
}
}}
}}
$ShipNow = '<input name="shipping" type="checkbox" id="shipping" value="1">
<font color="red">Ship Book(s) Now!</font>';
if($Day1_Stock == 0 || $Day2_Stock == 0){
header("Location: https://www.successfulmedicalbilling.com/2-day-pre-register.php?id=".$ID."");
exit();
}
// Related SMB Courses
$query_Get_Related_ID = "SELECT * FROM Course_RelatedItems WHERE CID = '$colname_Courses' ORDER BY sort ASC";
$Get_Related_ID = mysqli_query($SMB, $query_Get_Related_ID);
$totalRows_Get_Related_ID = mysqli_num_rows($Get_Related_ID);
if($totalRows_Get_Related_ID > 0){
$Related_Courses_Output .= '<section>
<div class="well-04">
<div class="container">
<h5 class=" wow fadeInRight">Related Courses</h5>
<div class="row">';
while($row_Get_Related_ID = mysqli_fetch_assoc($Get_Related_ID)){
$Get_Related_ID_Course = $row_Get_Related_ID['Related_ID'];
$query_Related_Courses = "SELECT * FROM Courses WHERE id='$Get_Related_ID_Course'";
$Related_Courses = mysqli_query($SMB, $query_Related_Courses);
$totalRows_Related_Courses = mysqli_num_rows($Related_Courses);
if($totalRows_Related_Courses > 0){
while($row_Related_Courses = mysqli_fetch_assoc($Related_Courses)){
$Related_Courses_ID = $row_Related_Courses['id'];
$Related_Courses_Start_Day = date('d', strtotime($row_Related_Courses['start_date']));
$Related_Courses_End_Day = date('d', strtotime($row_Related_Courses['end_date']));
$Related_Courses_Start_Month = date('M', strtotime($row_Related_Courses['start_date']));
$Related_Courses_End_Month = date('M', strtotime($row_Related_Courses['end_date']));
$Related_Courses_Description = $row_Related_Courses['description'];
$Related_Courses_location = $row_Related_Courses['location'];
$Related_Courses_Address = $row_Related_Courses['street_address'];
$Related_Courses_City = $row_Related_Courses['city'];
$Related_Courses_State = $row_Related_Courses['state'];
$Related_Courses_Zip = $row_Related_Courses['zip_code'];
$Related_Courses_Price = $row_Related_Courses['price'];
$Related_Courses_DiscountQty = $row_Related_Courses['discount_qty'];
$Related_Courses_DiscountPrice = $row_Related_Courses['discount_price'];
$Related_Courses_Level = $row_Related_Courses['level'];
$Related_Courses_Days = $row_Related_Courses['days'];
if($Related_Courses_Start_Day == $Related_Courses_End_Day){
$Related_Courses_Day = $Related_Courses_Start_Day;
}
else {
$Related_Courses_Day = $Related_Courses_Start_Day.'-'.$Related_Courses_End_Day;
}
if($Related_Courses_Start_Month == $Related_Courses_End_Month){
$Related_Courses_Month = $Related_Courses_Start_Month;
}
else {
$Related_Courses_Month = $Related_Courses_Start_Month.'-'.$Related_Courses_End_Month;
}
$query_Related_Courses_Types = "SELECT * FROM SMB_Courses WHERE id='$Related_Courses_Level'";
$Related_Courses_Types = mysqli_query($SMB, $query_Related_Courses_Types);
$totalRows_Related_Courses_Types = mysqli_num_rows($Related_Courses_Types);
if($totalRows_Related_Courses_Types > 0){
while($row_Related_Courses_Types = mysqli_fetch_assoc($Related_Courses_Types)){
$Related_Courses_Type_ID = $row_Related_Courses_Types['id'];
$Related_Courses_Type_Name = $row_Related_Courses_Types['name'];
$Related_Courses_Type_Description = str_ireplace('<p>','',$row_Related_Courses_Types['description']);
$Related_Courses_Type_DentistPrice = $row_Related_Courses_Types['dentist'];
$Related_Courses_Type_StaffPrice = $row_Related_Courses_Types['staff'];
$Related_Courses_Type_Link = $row_Related_Courses_Types['link_color'];
if($$Related_Courses_Days > 1) {
$Related_Courses_Details_Link = 'href="2-day-course.php?id='.$Related_Courses_ID.'"';
}
else {
$Related_Courses_Details_Link = 'href="course-details.php?id='.$Related_Courses_ID.'"';
}
$Related_Courses_Output .='<div class="grid_4 wow fadeInUp">
<div class="box-04">
<div class="box-04_cnt">
<div class="row">
<div class="grid_2 center">
<time datetime="'.$Related_Courses_Day.'"><a '.$Related_Courses_Details_Link.'>'.$Related_Courses_Day.'</br><span>'.$Related_Courses_Month.'</span></a></time>
</div>
<div class="grid_2">
<h6 data-equal-group="3"><span><a '.$Related_Courses_Details_Link.'>'.$Related_Courses_Type_Name.'</br></span>'.$Related_Courses_City.', '.$Related_Courses_State.'</a></h6>
</div>
</div>
<p data-equal-group="4">'.substr($Related_Courses_Type_Description, 0, 200).'...</p>
<hr class="hr02">
<a class="btn_03" '.$Related_Courses_Details_Link.'>more</a>
</div>
</div>
</div>';
}
}
}
}
}
$Related_Courses_Output .= '</div>
</div>
</div>
</section>';
}
else{
$Related_Courses_Output .='';
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title><?php echo $Register_Title; ?></title>
<meta charset="utf-8">
<meta name="format-detection" content="telephone=no"/>
<meta name="description" content="<?php echo $Register_Description; ?>">
<meta name="keywords" content="<?php echo $Register_Keywords; ?>">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/grid.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/search.css">
<link rel="stylesheet" href="css/camera.css">
<link rel="stylesheet" href="css/contact-form.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<script src="js/jquery-1.8.1.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/jquery-migrate-1.2.1.js"></script>
<!--[if lt IE 9]>
<html class="lt-ie9">
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/..">
<img src="images/ie8-panel/warning_bar_0000_us.jpg" border="0" height="42" width="820"
alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."/>
</a>
</div>
<script src="js/html5shiv.js"></script>
<![endif]-->
<script src='js/device.min.js'></script>
<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
</head>
<body onLoad="MM_preloadImages('images/register-over.png')">
<div class="page">
<!--========================================================
HEADER
=========================================================-->
<header>
<div id="stuck_container" class="stuck_container">
<div class="container">
<div class="row">
<div class="grid_14">
<div class="brand">
<a href="index.php"><img src="images/SMB_logo2.png" alt="" width="150" height="150"/></a>
</div>
</div>
<div class="grid_13">
<ul class="list01">
<li><a class="no-border" href="cart.php">MY CART</a></li>
<li><a href="register.php">REGISTER</a></li>
<li><a href="refresher.php">REFRESHER COURSES</a></li>
<li><a class="no-margin" href="https://successfulmedicalbilling.com/login/" target="_blank">ATTENDEE PORTAL</a></li>
</ul>
</div>
</div>
<?php echo $nav; ?>
</div>
</div>
</header>
<!--========================================================
CONTENT
=========================================================-->
<main>
<section>
<div class="well-04 __mod2">
<div class="container">
<h2>Multiple day course bundle is Sold Out!</h2>
<h3 class=" wow fadeInRight"><font color="<?php echo $Info_Color; ?>"><?php echo $Course_Info_Hdr; ?></font></h3>
<p></p>
<div class="row">
<div class="grid_12">
<h5 class=" wow fadeInLeft">Course Details</h5>
<?php echo $Details_Output; ?>
</div>
</div>
</div>
</div>
</section>
<?php echo $Related_Courses_Output; ?>
</main>
<!--========================================================
FOOTER
=========================================================-->
<footer>
<div class="bg-wrap">
<div class="footer-well">
<div class="container">
<div class="row">
<div class="grid_4">
<div class="copyright">
<h6>Copyright</h6>
<p>© Chris P. Farrugia</p>
<p><a href="#">Privacy policy</a></p>
<p>Website By:</span>
<a href="http://www.savvysitedesigns.com" target="_blank">Savvy Site Designs</a></p>
</div>
</div>
<div class="grid_4">
<div class="copyright">
<h6>QUICK LINKS</h6>
<p><span><a href="about-successful-medical-billing.php">About</a></span></p>
<p><span><a href="SMB-courses.php">Courses</a></span></p>
<p><span><a href="speaking-schedule.php">Schedule</a></span></p>
<p><span><a href="book.php">Books</a></span></p>
<p><span><a href="register.php">Register</a></span></p>
<p><span><a href="host-a-course.php">Host A Course</a></span></p>
<p><span><a href="claims-support.php">Additional Services</a></span></p>
<p><span><a href="https://successfulmedicalbilling.com/login/" target="_blank">Attendee Portal</a></span></p>
<p><span><a href="refresher.php">Refresher Courses</a></span></p>
<p><span><a href="cart.php">My Cart</a></span></p>
</div>
</div>
<div class="grid_4">
<div class="copyright">
<h6>CONTACT US</h6>
<p><span>Email: <a href="mailto:info@successfulmedicalbilling.com">info@successfulmedicalbilling.com</a></span></p>
<p><span>Phone: 850.261.5613</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-1.8.1.min.js"></script>
<script>
jQuery(document).ready(function(){
jQuery('#showdentist').on('click', function(event) {
jQuery('#dentist').toggle('show');
});
});
jQuery(document).ready(function(){
jQuery('#showstaff').on('click', function(event) {
jQuery('#staff').toggle('show');
});
});
jQuery(document).ready(function(){
jQuery('#standbystaff').on('click', function(event) {
jQuery('#staffstandby').toggle('show');
});
});
jQuery(document).ready(function(){
jQuery('#standbydentist').on('click', function(event) {
jQuery('#dentiststandby').toggle('show');
});
});
jQuery(document).ready(function(){
jQuery('#waitlistdentist').on('click', function(event) {
jQuery('#dentistwaitlist').toggle('show');
});
});
jQuery(document).ready(function(){
jQuery('#waitliststaff').on('click', function(event) {
jQuery('#staffwaitlist').toggle('show');
});
});
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.2.1/jquery.form-validator.min.js"></script>
<script>
$.validate({
form : '#StaffForm',
validateOnBlur : false, // disable validation when input looses focus
errorMessagePosition : 'top',// Instead of 'element' which is default
scrollToTopOnError : false // Set this property to true if you have a long form
});
$.validate({
form : '#DentistForm',
validateOnBlur : false, // disable validation when input looses focus
errorMessagePosition : 'top',// Instead of 'element' which is default
scrollToTopOnError : false // Set this property to true if you have a long form
});
</script>
<script src="js/script.js"></script>
</body>
</html> |