 |
|
include_once("/home/yogisut/www/cg-plugins/cg-feedread.php");
// define all our feeds here...
$feeds[0]['url'] = "http://www.yogisutras.com/journeys/feed/rss/";
$feeds[0]['file'] = "journeys";
$feeds[0]['count'] = 5;
$style = 1;
foreach ($feeds as $feed) {
if ($style!=1) echo ' '; // if not showing feeds as WPPosts, wrap each as a post...
$feedOut = getSomeFeed($feed['url'], $feed['count'], true, $feed['file'], '', -1, -1, false, false, $style, false, false, true);
echo $feedOut;
if ($style!=1) echo ' '; // if not showing feeds as WPPosts, wrap each as a post...
// uncomment this if you want a rule between feeds...
//echo ' ';
} ?>
|
 |
| |
|
 |
 |
Benefits
of Yoga (continued)
As for the biochemical benefits of yoga,
we can enumerate substantial decreases in glucose, sodium,
cholesterol, total white blood cell counts, and remarkable
increases in vitamin C, total serum protein and hemoglobin.
Furthermore, various studies revealed that
yoga exercises are extremely effective when it comes to
increasing the level of joint flexibility, together with
the level of lubrication of joints, ligaments and tendons.
Another interesting aspect has to do with the fact that
yoga is one of the very few techniques which contributes
to massaging all the internal organs and glands, including
the ones that are hardly ever stimulated during the lifetime
of a person, such as the prostate. The stimulation and massaging
of the internal organs proves to be beneficial when it comes
to preventing and keeping away diseases.
Moreover, these ancient and efficient techniques
lead toward a complete detoxification of your body. When
stretching the muscles and performing a thorough massage,
due to the complexity of the yoga exercises you ensure the
optimum quantity of blood supply you need. As a consequence,
toxins are eliminated from your body and certain undesired
processes, such as aging, are considerably delayed.
As a final remark, all the benefits presented
above come in addition to the most important aspect provided
by yoga practices, meaning the harmony and the synchronization
between body and mind, and the strengthening of your meditation
and emotional systems.
|
 |
| |
|
 |
 |
unset ($feeds);
$feeds[1]['url'] = "http://beta.search.msn.com:80/news/results.aspx?q=yoga&format=rss&FORM=R0RE";
$feeds[1]['file'] = "MSN";
$feeds[1]['count'] = 2;
$feeds[2]['url'] = "http://newspad.prweb.com/rss.php?textQuery=yoga";
$feeds[2]['file'] = "PRWeb";
$feeds[2]['count'] = 2;
$style = 1;
foreach ($feeds as $feed) {
if ($style!=1) echo ' '; // if not showing feeds as WPPosts, wrap each as a post...
$feedOut = getSomeFeed($feed['url'], $feed['count'], true, $feed['file'], '', -1, -1, false, false, $style, false, false, true);
echo $feedOut;
if ($style!=1) echo ' '; // if not showing feeds as WPPosts, wrap each as a post...
} ?>
|
 |
|