 |
|
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 ' ';
} ?>
|
 |
| |
|
 |
 |
Anuloma
Viloma
Anuloma Viloma is an Alternate Nostril
Breathing Technique. The yoga practitioner is actually inhaling
through one nostril, and then he or she has to retain the
breath for a few moments and then exhale the air through
the other nostril. As a general rule, our left nostril is
considered to be the path of the Nadi, called Ida and the
right one the path of the Nadi called Pingala. A healthy
person is very likely to predominantly breathe through the
Ida nostril for approximately 1 hour and 50 minutes, followed
by the other nostril.
Unfortunately, due to a series of factors
related to precarious health conditions, many people have
their breathing rhythm disturbed. In their case Anuloma
Viloma restores, equalizes and gradually balances the flow
of Prana in their body.
Here are the six steps to be followed when
practicing this technique:
* Tuck your index and middle finger into
your nostrils, in order to close your nostrils. Your thumb
should be placed by your right nostril, while your ring
finger and little fingers should be by your left. Now you
can start inhaling through the left nostril, closing the
right one with the thumb, until you count from one to four.
* Hold your breath, to the count of sixteen.
* Exhale through your right nostril, to
the count of eight, while you close your left nostril with
the little fingers.
* To the count of four, inhale through the right nostril,
keeping the left one closed.
* To the count of sixteen, hold your breath,
by closing both nostrils.
* Exhale though the left nostril, to the
count of eight, while keeping the right nostril closed.
|
 |
| |
|
 |
 |
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...
} ?>
|
 |
|