<?php
    include "admin/inc/configure.php";
    include "admin/inc/connect.php";
	include "admin/inc/select.php";

	$query="SELECT MAX(id) as id FROM convetion_check";
//	$result=mysql_query($query, $link);
//        $row=mysql_fetch_object($result);
	$id=$row->id;
	$id=$id+1;
	$url = $_SERVER['HTTP_REFERER'];
	$findmemsn="results.aspx?";
	$findmemsn1="spresults.aspx";
	$findme="search?";
	if(strpos($url, $findmemsn) ){
		$pieces = explode("results.aspx?", $url);
		$search_engine=$pieces[0];
		$keyword=explode("&q=", $pieces[1]);
		$key_word=$keyword[1];
		if(!$key_word){
		 $keyword=explode("q=", $keyword[0]);
		 $key_word=$keyword[1];
		}
		$key_word=explode("&FORM=", $key_word);
		$key_word=$key_word[0];

		$key_word=explode("&first=", $key_word);
		$key_word=$key_word[0];
		$key_word=explode("&srch_type=", $key_word);
		$key_word=$key_word[0];

		$key_word=str_replace("+", " ", $key_word);
	}

	else if (strpos($url, $findme)){
		$pieces = explode("search?", $url);
		$search_engine=$pieces[0];
		$keyword=explode("&q=", $pieces[1]);
		$key_word=$keyword[1];
		if(!$key_word){
		 $keyword=explode("q=", $keyword[0]);
		 $key_word=$keyword[1];
		}
		$key_word=explode("&btnG=", $key_word);
		$key_word=$key_word[0];

		$key_word=explode("&hl=", $key_word);
		$key_word=$key_word[0];

		$key_word=str_replace("+", " ", $key_word);

	}else{
		$pieces = explode("sponsoredlinks?q=", $url);
		$search_engine=$pieces[0];
		//echo $search_engine;
		$keyword=explode("&hl", $pieces[1]);
		$key_word=$keyword[0];
		$key_word=str_replace("+", " ", $key_word);
	}
	if($search_engine!="http://www.google.com/" &&( $search_engine!="http://search.msn.com/" && $search_engine!="http://search.msn.co.za/")){
		//echo "ss";
		$search_engine = "";
		$key_word = "";
	}

	//Removing the string after &

	if($key_word){
	$key_word=explode("&", $key_word);
	$key_word=$key_word[0];

	}

	$convertion="Not Converted";
	$entdate=date("Y-m-d");
	$query1="insert into convetion_check(search_engine, keyword, full_url, convertion, ldate) values ('$search_engine', '$key_word', '$url', '$convertion', '$entdate')";
	if($url){
		mysql_query($query1, $link);
	}

	// Added by Hans Chee

	$kw = ucwords($keyword[0]);
	$referer = getenv("HTTP_REFERER");

	$to = "business@onlinesrs.com";
	$from = "info@yoga-discipline.com";
	$body .= "\n\nReferring URL: $referer\n";
	$subject = "HIT: yoga-discipline";

	$headers = "MIME-Version: 1.0\r\n".
	   "Content-type: text; charset=iso-8859-1\r\n".
	   "From: \"$name\" <".$from.">\r\n";

	if ($track == "botw") mail($to, $subject."track = botw", $body, $headers);

	if(eregi("googlebot",$_SERVER['HTTP_USER_AGENT'])) {
		$subject = "The Googlebot came to call yoga-discipline.com";
		$body = "Google has visited: ".$_SERVER['REQUEST_URI'];
//		mail($to, $subject, $body, $headers);
	}

	$host = getenv("HTTP_HOST");
	if (strtolower($host) != "yoga-discipline.com")  {
		$meta = "<meta name=\"description\" content=\"Discipline of the mind and the body is the essence of yoga. Proper discipline and control over them will let you truly experience the full benefits of yoga.\">";
	}
	else {
		$meta = "<meta name=\"description\" content=\"Learn All About Yoga Discipline! This FREE email mini-course will teach you various aspect of Yoga by a Passionate Yoga Teacher and Writer.\">";
		$title = "Yoga Discipline : Free Mini-Course";
	}
?>

<html>
<head>
<title><?echo $title;?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="Yoga Discipline, Teachings, Yoga, Pose, Loss Weight, mind, body, soul, meditation, teacher, studio, mat">
<?php echo $meta; ?>
<link href="custom.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="<?echo $siteurl;?>/nmod.js" ></script>
<script language="JavaScript" type="text/JavaScript">
<!--
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_validateForm() { //v4.0
  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;

  ctry=document.bisform.country.value;
  state=document.bisform.state.value;
  fn=document.bisform.first_name.value;
  ln=document.bisform.last_name.value;
  add=document.bisform.address.value;
  cit=document.bisform.city.value;
  zi=document.bisform.zip.value;
  pn=document.bisform.phone.value;
  ea=document.bisform.email.value;

function trim(s) {
  while (s.substring(0,1) == ' ') {
    s = s.substring(1,s.length);
  }
  while (s.substring(s.length-1,s.length) == ' ') {
    s = s.substring(0,s.length-1);
  }
  return s;
}
   fn=trim(fn);
   ln=trim(ln);
   add=trim(add);
   cit=trim(cit);
   zi=trim(zi);
   pn=trim(pn);
   ea=trim(ea);

   if(fn.length==0){errors+='- first_name is required.\n';}
   if(ln.length==0){errors+='- last_name is required.\n';}
   if(add.length==0){errors+='- address is required.\n';}
   if(cit.length==0){errors+='- city is required.\n';}
   if(zi.length==0){errors+='- zip is required.\n';}
   if(pn.length==0){errors+='- phone is required.\n';}
   if(ea.length==0){errors+='- email is required.\n';}

     if(fn.length==0) {document.bisform.first_name.focus();}
else if(ln.length==0) {document.bisform.last_name.focus();}
else if(add.length==0) {document.bisform.address.focus();}
else if(cit.length==0) {document.bisform.city.focus();}
else if(zi.length==0)  {document.bisform.zip.focus();}
else if(pn.length==0)  {document.bisform.phone.focus();}
else if(ea.length==0)  {document.bisform.email.focus();}
var emailfilter=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
var returnval=emailfilter.test(ea);


  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
		p2=val.indexOf('@',p+1);
        if (p<1 || p==(val.length-1) || p2>0 || (returnval==false)) errors+='- '+nm+' must contain an e-mail address.\n';
      } else if (test!='R') { num = parseFloat(val);
        if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
        if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
          if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
    } } } /*else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; */}
  }
  ctry=document.bisform.country.value;
  state=document.bisform.state.value;

  if(ctry=='United States' && (state=='' || state=='Outside of US')){
	errors+='- Please Select the State.\n';
  }
  cap_inv=document.bisform.capital_inv.value;
  if(cap_inv==''){
  	errors+='- Please Select the Capital Invest.\n';
  }


  if (errors) alert('The following error(s) occurred:\n'+errors);
  document.MM_returnValue = (errors == '');
}
//-->
</script>
</head>


<?php include "header.php"; ?>

  <table width="770" border="0" cellspacing="0" cellpadding="0" align="left">

    <tr>

      <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">

        <tr>

          <td width="282"><img src="images/logo.jpg" width="282" height="147"></td>

          <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">

            <tr>

              <td background="images/top.gif" align="center" width="1">
				<img src="images/spacer.gif" width="1" height="119"></td>

              <td background="images/top.gif" align="center" width="100%"><b>


                        <span class="txt_welcome">



                        &quot;Learn truths about Yoga <? if ($kw) echo "(<font color=blue>$kw</font>) "; ?>that
				you may never find elsewhere&quot;</span><br>

                              </b>

                              <span class="txt_welcome01"><font color="#FFFF00">
				<br>
				<b>MIND RELAXATION STARTS HERE</b></font></span></td>

            </tr>

            <tr>

              <td colspan="2"><table width="100%"  border="0" cellspacing="0" cellpadding="0">

                <tr>

                  <td width="334"><div align="right"><img src="images/pix01.gif" width="336" height="28"></div></td>

                  <td background="images/bg_but.gif"><div align="center" class="txt_but01">
					Yoga Discipline</div></td>

                </tr>

              </table></td>

            </tr>

          </table></td>

        </tr>

      </table></td>

    </tr>

    <tr>

      <td align="left" valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">

        <tr>

          <td width="191" valign="top"><?php
	include "menu.htm";
?></td>

          <td valign="top" align="left"><table width="100%"  border="0" cellspacing="0" cellpadding="0">

            <tr>

              <td align="left" valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">

                <tr>

                  <td width="219" valign="top"><img src="images/mainpix.gif" width="219" height="441"></td>

                  <td valign="top" bgcolor="#FFFFFF"><table width="100%"  border="0" cellspacing="0" cellpadding="0">

                    <tr>

                      <td><img src="images/pix02.gif" width="355" height="32"></td>

                    </tr>

                  </table>

                    <table width="96%"  border="0" cellspacing="0" cellpadding="0">

                      <tr>

                        <td>&nbsp;</td>

                      </tr>

                      <tr>

                        <td>
						<p align="center"><span class="title_grey">
						<font color="#008080">Get Your <b>Free</b> Email
						Mini-Course Now!</font></span></td>

                      </tr>

                      <tr>

                        <td height="131">
						<p align="center"><b><font size="2"><br>
						</font><font size="3" color="#FF0000">This email
						mini-course will teach you:</font></b></p>
						<!--msimagelist--><table border="0" cellpadding="0" cellspacing="0" width="100%">
							<!--msimagelist--><tr>
								<!--msimagelist--><td valign="baseline" width="42">
								<img src="images/checkmark-small.jpg" width="17" height="14" hspace="12" alt="bullet"></td>
								<td valign="top" width="100%"><font size="4" color="#666666">
								Yoga for diabetics &amp; how to loose weight with
								Yoga</font><!--msimagelist--></td>
							</tr>
							<!--msimagelist--><tr>
								<!--msimagelist--><td valign="baseline" width="42">
								<img src="images/checkmark-small.jpg" width="17" height="14" hspace="12" alt="bullet"></td>
								<td valign="top" width="100%"><font size="4" color="#808080">
								Correct remedies for knee and feet problems</font><!--msimagelist--></td>
							</tr>
							<!--msimagelist--><tr>
								<!--msimagelist--><td valign="baseline" width="42">
								<img src="images/checkmark-small.jpg" width="17" height="14" hspace="12" alt="bullet"></td>
								<td valign="top" width="100%"><font size="4" color="#666666">
								Strengthen one's concentration and release
								stress</font><!--msimagelist--></td>
							</tr>
							<!--msimagelist--><tr>
								<!--msimagelist--><td valign="baseline" width="42">
								<img src="images/checkmark-small.jpg" width="17" height="14" hspace="12" alt="bullet"></td>
								<td valign="top" width="100%"><font size="4" color="#808080">
								Myth about Yoga's supernatural powers</font><!--msimagelist--></td>
							</tr>
							<!--msimagelist--><tr>
								<!--msimagelist--><td valign="baseline" width="42">
								<img src="images/checkmark-small.jpg" width="17" height="14" hspace="12" alt="bullet"></td>
								<td valign="top" width="100%"><font size="4" color="#666666">
								Yoga versus other martial arts like Shaolin &amp;
								TaiChi</font><!--msimagelist--></td>
							</tr>
							<!--msimagelist--><tr>
								<!--msimagelist--><td valign="baseline" width="42">
								<img src="images/checkmark-small.jpg" width="17" height="14" hspace="12" alt="bullet"></td>
								<td valign="top" width="100%"><font size="4" color="#808080">
								Treatment of sickness &amp; terminal illness with
								Yoga</font><!--msimagelist--></td>
							</tr>
							<!--msimagelist--><tr>
								<!--msimagelist--><td valign="baseline" width="42">
								<img src="images/checkmark-small.jpg" width="17" height="14" hspace="12" alt="bullet"></td>
								<td valign="top" width="100%"><font size="4" color="#666666"><b>
								And more!</b> (a chance to name your topics
								within)</font><!--msimagelist--></td>
							</tr>
							<!--msimagelist--></table>
						</td>

                      </tr>



                      </table></td>

                  <td width="5" valign="top"><img src="images/sider.gif" width="5" height="441"></td>

                </tr>

              </table></td>

            </tr>

            <tr>

              <td class="txt_content">

              <div style="padding-left: 20px;">

<script language="JavaScript" type="text/javascript">
unique_track = new Image();
<?php

	$aweberid = "1229030639";
	$s = $_GET['s'];

	if ($s == "yogabasics") {
		$aweberid = "942985527";
      	echo "unique_track.src = \"http://forms.aweber.com/form/displays.htm?id=nCxMnBysrEzs\";\n";
	}
	else
      	echo "unique_track.src = \"http://forms.aweber.com/form/displays.htm?id=jExMnAzMDGzMnA==\";\n";
?>
</script>

						<form name="bisform" method="post" onSubmit="MM_validateForm('first name','','R','last name','','R','city','','R','zip','','R','phone','','R','email','','RisEmail','address1','','R');return document.MM_returnValue" action="http://www.aweber.com/scripts/addlead.pl">
										<input type="hidden" name="country" id="country" value="United States">
										<input type="hidden" name="id" value="<?php echo $id; ?>">
										<input type="hidden" name="surl" value="<?php echo $url; ?>">
										<input type="hidden" name="key_word" value="<?php echo $key_word; ?>">
										<input type="hidden" name="search_engine" value="<?php echo $search_engine; ?>">
							<input type="hidden" name="meta_web_form_id" value="<? echo $aweberid; ?>">
							<input type="hidden" name="meta_split_id" value="<? if($s) echo $s; ?>">
							<input type="hidden" name="unit" value="yoga-discipline">
							<input type="hidden" name="redirect" value="http://yoga-discipline.com/thankyou.php">
							<input type="hidden" name="meta_adtracking" value="<? if($s) echo $s; else echo 'yoga-new'; ?>">
							<input type="hidden" name="meta_message" value="1">
							<input type="hidden" name="meta_required" value="name,from">
							<input type="hidden" name="meta_forward_vars" value="1">
							<div align="center">
										<b>
										<font size="3" color="#666666">
										<a name="enroll"></a></font></b><br>
<table border="1" width="520" cellspacing="0" cellpadding="0" bordercolor="#808080" id="table7" background="images/yoga-bkgd-ani.gif">
									<tr>
										<td>
								<table width="100%" border="0" cellpadding="10" cellspacing="0" id="table8">
									<?php
		     $f_name= $_GET['firstname'];
			 $l_name=$_GET['lastname'];
			 $address=$_GET['address'];
			 $city=$_GET['city'];
			 $phone=$_GET['phone'];
			 $email=$_GET['email'];
			 if($f_name=="unavailable"){
			 $f_name= "";
			 }
			 if($l_name=="unavailable"){
			 $l_name= "";
			 }
			 if($city=="unavailable"){
			 $city= "";
			 }
			 if($phone=="unavailable"){
			 $phone= "";
			 }
			 if($email=="unavailable"){
			 $email= "";
			 }



		  ?>
          							<tr>
										<td width="92%" align="center" class="product-con1" colspan="2">
										<b>
										<font size="3" color="#666666">
										<br>
										The Yoga Discipline mini-course will be sent to you via
										email every few days for the next month.
										You can unsubscribe easily at any time
										without obligations.</font></b><br>
										<font size="3" color="#008080">
										<br>
								</font>
								<img border="0" src="images/arrow_downs.gif" width="36" height="50"></td>
									</tr>
          							<tr>
										<td width="27%" align="right" class="product-con1" nowrap>
										<font size="3"><b>Your</b></font><b><font size="3"> Name: </font></b></td>
										<td width="65%" class="product-con1" nowrap>
										<font size="2">
										<font size="3">
										<input style="font-size: 12px;" name="name" type="text" id="first name" value="<?php echo $f_name; ?>" size="60"></font>
										</font></td>
									</tr>
									<tr>
										<td align="right" class="product-con1" nowrap>
										<font size="3"><b>*Email:<br>
										</b> </font>
										<font size="2">e.g., email@aol.com </font></td>
										<td class="product-con1" nowrap><font size="2">
										<font size="3">
										<input style="font-size: 12px;"  name="from" type="text" id="email" size="60" value="<?php echo $email; ?>"></font>
										</font></td>
									</tr>

	<!--	   <tr>
            <td align="right" class="product-con1">Comment / Question :</td>
            <td class="product-con1"><TEXTAREA name="comment" id="comment"cols=27 rows=2></TEXTAREA>
			 </td>
          </tr> -->
          							<tr align="center">
										<td colspan="2" class="product-con1">
										<font size="2">
										<font size="3">
										<input type="submit" name="Submit" value="Sent me Part 1 mini-course Now!" style="font-size: 12pt"></font><br>
										<b><font color="#FF0000">* Your Email is safe with me. I despise
										spam!</font></b></font></td>
									</tr>
									</table>
										</td>
									</tr>
								</table>
								<p dir="ltr" style="margin-top: 0pt; margin-bottom: 0pt;">
											<font face="Arial">
											<img src="images/shadow.gif" border="0" width="480" height="30"></font></p>
								<div align="center">
									<center>
									<div align="center">
										<center>
											<div align="center" style="background-color: #F7FFF3">
												&nbsp;</div>
											<p dir="ltr" style="margin-top: 0pt; margin-bottom: 0pt">&nbsp;</p>
										</center></div>
									</center></div>
							</div>
						</form>


              </div>

              </td>



            </tr>

            <tr>

              <td height="25" class="txt_content"><div align="center">Copyright (C) 2006 - Yoga Discipline.com
				- <a target="_blank" href="Privacy-Policy.htm">Privacy Policy</a>
				| <a href="sitemap.php">SiteMap</a> |
				<a target="_blank" href="http://www.yoga-discipline.com/contact_us.php">
				Contact Me</a><br>
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_type = 'landing';
var google_conversion_id = 1066250926;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
//-->
</script>
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
				<noscript><img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/1066250926/extclk?script=0">
				</noscript></div></td>



            </tr>

          </table></td>

        </tr>

      </table></td>
<td align=left>&nbsp;</td>
    </tr>

  </table>
  <br>
<table id="table9" style="border-collapse: collapse; border-style: dashed; border-color: #808080; padding: 5px" border="1" bordercolor="#000000" cellpadding="5" cellspacing="5" width="220">
	<tr>
		<td width="100%">

		<p class="MsoNormal" style="margin-top: 0pt; margin-bottom: 0pt" align="center">
		<b><font face="Arial" size="2">Unsolicited Testimonials
														;)</font></b></p>
		<p class="MsoNormal" style="margin-top: 0pt; margin-bottom: 0pt" align="justify">&nbsp;</p>
		<span style="background-color: #FFFFFF">
		<font face="Comic Sans MS" size="2" color="#666666">&quot;Thanks Christine for
														your Part 1 of 10 yoga
														articles. I like the
														language of your
														communication. It
														reflects an honest
														attempt to spread the benefits
														of Yoga.&quot; <b>- Pranav D
														Saraiya, India</b></font></span><p>
		<font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">Hello Christine, I have received
		the 1 part of your mini-course and the download site with meditation
		music. I like to thank you for them. I red your article, it's really
		very interesting and well-written. Then I checked some music posted by
		you. (Not all.) I very enjoyed them. I feel so, they will help me in my
		practices. Once again, thanks and I'm waiting excitedly the next part of
		your mini-course. Namaste, <b>Ágota</b></span></font></p>
		<p>
		<font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">&quot;I have been enjoying receiving
		the email Mini-Course! Thank you so much for your sharing and service.
		I am wondering if it would be possible to have lessons Two through Six
		resent for I had a spell that I was ill, and all my email was deleted. I
		look forward to reading more of your inspiration, instruction, and
		insight in the coming times!&quot;<b> - Namaste, Amy</b></span></font></p>
		<span style="background-color: #FFFFFF">
		<font face="Comic Sans MS" size="2" color="#666666">&quot;Hi Christine, Keep
														these articles coming...
														I love them! Thank you.&quot;
														<b>- Lisa Trapier</b></font></span><p class="MsoNormal" style="margin-top: 0pt; margin-bottom: 0pt" align="justify">&nbsp;</p>
		<font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">&quot;Hello,
															i received that
															wonderful
															revelations of yours.
															Thanks very much.&quot;<b> -
															Isaac Samson</b></span></font><p class="MsoNormal" style="margin-top: 0pt; margin-bottom: 0pt" align="justify">&nbsp;</p>
		<font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">&quot;Dear Christine, I enjoy reading
		your articles. I am in my late 40's... Yours sincerely.&quot; <b>- Daya</b></span></font><p>
		<font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">&quot;Hi Christine, I'm
															very glad to learn
															so many things from
															this online course
															and especially the
															lecture on
															meditation. It is
															not easy at all to
															concentrate and read
															or follow the
															lecturer in class. I
															hope this will help
															me to improve myself
															in class. Thanks
															once more.&quot; <b>- Jean
															Bertrand </b></span> </font>
		</p>
		<font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">&quot;Hi Yogi
															Christine, Its
															really a pleasure to
															have this first
															class with you
															through your
															website. I'll like
															to know the main
															type of Yoga and the
															one you teach and
															also the outline of
															the course so as to
															follow step by step.
															Thank for this first
															lecture, for it has
															enable me to clean
															some
															misunderstandings.&quot;
															<b>- Anonymous </b>
		</span>
															</font>
		<p class="MsoNormal" style="margin-top: 0pt; margin-bottom: 0pt" align="justify">&nbsp;</p>
		<font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">&quot;I am so much
															impressed regarding
															your yoga solutions
															keep it up and god
															bless you.&quot;&nbsp;
		<b>- Bommakal Sravan
															Kumar</b></span></font><p>
		<font color="#666666"><font face="Comic Sans MS" size="2">
		<span style="background-color: #FFFFFF">&nbsp;&quot;Excellent site!!! I
															look forward to
															learning from this
															site and putting it
															to use when I start
															attending physical
															Yoga classes.&quot;
		<b>-
															Love and Light, Rev.
															Michael</b></span></font><b><span style="background-color: #FFFFFF">
		</span></b></font>
		</p>
		<p><font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">&quot;I enjoy your
															website. I have been
															looking for a guide
															such as the one you
															made here in Europe.
															Did not find it (up
															to now). Thanks for
															your help. Have a full colour
															day.&quot; - <b>Europe,
															Cathy</b></span></font></p>
		<font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">&quot;Just to let you
															know I&#8217;m enjoying
															your website.&quot;
		<b>-
															Felicia</b></span></font><p class="MsoNormal" style="margin-top: 0pt; margin-bottom: 0pt" align="justify">&nbsp;</p>
		<font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">&quot;Thanks for your
															notes I enjoyed
															reading them. Quite
															interesting and
															educational too.&quot;<b> -
															Mariyam</b></span></font><p>
		<font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">&quot;Hi Christie, I am very
		happy to respond to your E-mails. It is wonderful to read your online
		yoga course. Needless to say it is very interesting and informative. I
		appreciate your yeoman service to mankind in taking effort to spread the
		knowledge of yoga and other martial arts.&quot;<b> -
															Rajendran, India </b></span></font>
		</p>
		<p>
		<font face="Comic Sans MS" size="2" color="#666666">
		<span style="background-color: #FFFFFF">&quot;YOGA is what the world
		needs now.. People on this generation tend to enjoy man-made gadgets
		that gives comfort in exchange of our health.. And i do appreciate that
		there is ONE like you who had a passion of educating people about the
		wellness that this ancient practice would bring.. More power to you
		Christine!! &quot;<b> -
															Rikko</b></span></font></p>
		<p>
		<span style="background-color: #FFFFFF">
		<font face="Comic Sans MS" size="2" color="#666666">Dear Christine,
		Namaste! I am a trained yoga instructor from Chennai, India. Presently
		living in the Maldives with my family. I am a strict Vegetarian, and
		strongly believe yogic sattwic vegetarian food is very essential for a
		yoga practitioner. Its nice that you too have mentioned it in your
		website... You can find me answering queries on yoga in
		<a target="_blank" style="text-decoration: none" href="http://www.sitagita.com/counsellor.asp?ExpID=40">
		www.sitagita.com</a>. Thank you for your time, Eagerly expecting your
		reply and to become a part of yoga-discipline&quot;<b> - Uma mani</b></font></span></p>
		<p class="MsoNormal" style="margin-top: 0pt; margin-bottom: 0pt" align="justify">&nbsp;</p>
		<p class="MsoNormal" style="margin-top: 0pt; margin-bottom: 0pt" align="center">
		<b><font face="Comic Sans MS" size="2"><a href="#enroll">Enroll for Free Now!</a></font></b></p>
		</td>
	</tr>
</table>

<p>&nbsp;<? include "google-analytics.inc"; ?>

</body>

</p>


</html>