 |
|
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
Locust Pose
This pose is excellent for improving the
strength of the lower back muscles, but it also works well
for toning the muscles of the legs and arms. The Locust
is also great for preparing to perform the more difficult
bending poses. Do not dismiss this pose as being too simple
looking, as it holds various degrees of difficulty that
can make it a very challenging and rewarding pose.
While this pose has many beneficial aspects,
such as improving posture and back position during standing
and walking, it is also advisable to attempt it when your
body is in good condition. If you have suffered back or
neck injuries, you should show extra caution while attempting
this pose.
Begin the locust pose by lying on your
front side while keeping the hands close to the body. The
palms of the hands should be facing up, resting on the floor.
Rotate your thighs inward by moving the big toes to face
each other. While exhaling move your arms and legs away
from the floor. The head and upper body should also move
upwards while you are keeping your balance on your stomach.
Stretch your arms but remember to keep
them parallel to the floor. Press your arms towards the
ceiling and raise your head slightly by keeping the base
of the head lifted. Holding the pose may become difficult
after a while. However, try to hold the Locust pose for
about a minute. Come out of the pose while exhaling, and
then rest for a while and breathe deeply before attempting
to go in the pose again.

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