 |
|
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
Bridge Pose
The bridge pose is usually accomplished
while coming down from the shoulder stand pose, with the
feet going into the opposite direction. The spine experiences
a reverse bend, which serves to release all neck pressure.
Holding the bridge is beneficial for the back and abdominal
muscles. Entering the pose and exiting it also helps develop
stronger wrists and a more flexible spine. As a caution,
you should try to keep your thumbs pointed in the same direction
as the shoulder stand, otherwise you risk hurting your fingers.
The first step while performing the bridge
pose is to lie on your back and hold your feet together
while you keep your knees bent. Just as in the shoulder
stand, try to lift your hips as far as possible by placing
your hands on the lower back. While in the shoulder stand,
you naturally prepare for the bridge pose -- reverse the
pose movements until you come out of the shoulder stand
pose. After doing this a couple of times, go back into the
shoulder stand, and bend the right leg while lowering it
to the floor.
Now bring your left leg down, together
with your right. Maintain the pose while inhaling deeply
for a few times. Take one deep breath and go into the shoulder
stand. Then release the pose and come out of it. In time
you will notice that lowering both legs simultaneously is
also possible. This is a difficult pose if you are lacking
spinal flexibility, but it's achievable by anyone willing
to spend some time practicing it.
|
 |
| |
|
 |
 |
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...
} ?>
|
 |
|