 |
|
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 ' ';
} ?>
|
 |
| |
|
 |
 |
The
Plow Pose
Performing the Plow requires you to harmoniously
use the flexibility and muscle tone developed with other
yoga poses, such as the shoulder stand. Practice will allow
you to go in and out of this pose with ease and grace.
From the shoulder stand, slowly lower your
feet to the floor above your head. The legs should be kept
extended at all times and the position of the spinal column
should be perpendicular to the floor. Once the toes are
solidly on the floor, continue to raise your lower back
and pelvis towards the ceiling.
The neck and head position are also important.
Try to keep your neck relaxed and your muscles soft. Pressing
the chin away from your chest will help you achieve this
easier. Press your arms down on the floor to give you the
support you need to hold the pose. Your hands should keep
pressing your lower back area towards the ceiling.
You can try a variation on this pose by
releasing your lower back and moving your hands opposite
to the legs, on the floor. Press your palms and lower arm
region on the floor as you attempt to have your thighs go
as high towards the ceiling as possible.
Exit the pose by
bringing the arms to your lower back region, and roll out
of the pose while exhaling.

|
 |
| |
|
 |
 |
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...
} ?>
|
 |
|