function writeDVDAd(sPre){

	sPath = (sPre=="home") ? "" : "../";

	sOut = '<div align="center" style="margin-left:-10px !important;margin-left:10px;margin-bottom:10px;">';

	sOut += '<a href="' + sPath + 'Thai_Massage_DVD_and_book/thai_massage_DVD_and_book.htm" class="txtSml" style="text-decoration:none;">';

	sOut += '<img src="' + sPath + 'img/ThaiMassageDVD125ad.gif" width="125" height="125" alt="Thai Massage DVD" border="1" /><br />';

	sOut += 'Click Here for details';

	sOut += '</a>';

	sOut += '</div>';

	document.write(sOut);

}



function writeCourseAd(sPre){

	sPath = (sPre=="home") ? "" : "../";

	sOut = '<div align="center" style="margin-left:-10px !important;margin-left:10px;margin-bottom:10px;">';

	sOut += '<a href="' + sPath + 'Courses/courses.htm" class="txtSml" style="text-decoration:none;">';

	sOut += '<img src="' + sPath + 'img/ThaiMassageCourse125ad.jpg" width="125" height="125" alt="Thai Massage Course" border="1" /><br />';

	sOut += 'Click Here for details';

	sOut += '</a>';

	sOut += '</div>';

	document.write(sOut);

}

