<!--/*<script language="JavaScript" type="text/javascript">*/-->


<!-- Date page updated -->
function UpdateDate (){
  var modDate = new Date(document.lastModified)
  var modMonth = modDate.getMonth()+1
  var modYear = modDate.getYear()
  var modDay = modDate.getDate()
  if(modDay<10) modDay = "0" + modDay
  if(modMonth<10) modMonth= "0" + modMonth
  if(modYear<1000) modYear+=1900
  document.write("Updated: " + modMonth + "/" + modYear+"");
  }  



  
<!-- Display Ad -->
function DisplayAd(){

return;

var str='';
str+='<div class="announce bold center">';
str+='<em><big><p class="accent">Special<br \/>20% - 30%* Off !<\/p><\/big><\/em>';
str+='<img src="img\/couple_special.jpg" \/>';
str+='<h2>LightSheer Treatments<\/h2>';
str+='<p>Limited time only<br \/>*Call for details and appt.<\/p>';
str+='<em><p class="accent">in Edmonton (780) <br \/>Ph 488 - 8874<br \/><br \/><\/p><\/em>';
str+='<\/div>';
//document.write(str);
}


<!-- Display Print Buttons (price schedule) -->
function writeButtons(){
var str='';
str+='<form action="" class=\'noprint center\'>';
str+='<input type="button" value="&uArr; print above price list &uArr;" onclick="printThis(\'above\')" \/>';
str+='&nbsp;&nbsp;';
str+='<input type="button" value="&dArr; print below price list &dArr;" onclick="printThis(\'below\')" \/>';
str+='<\/form>';
document.write(str);
}

<!-- Print button action - print and set to non print -->
function printThis(print_id){
// control print content by selectively setting css noprint class
var x;
var all_ids = new Array("above","below");
for(x in all_ids){
print_class_name = 'noprint';
if(print_id == all_ids[x]) print_class_name = 'center';
document.getElementById(all_ids[x]).className = print_class_name;
}
// cancel the css page break
document.getElementById('pagebreak').className = 'noprint';
window.print();
}
<!-- Display today's date -->
function todaysDate(){
var monthNames = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var now = new Date();
document.write(monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear());
}


<!--/*</script>*/-->
 
 /********  http://www.accessify.com/tools-and-wizards/developer-tools/html-javascript-convertor/default.php  *****/
 
