 |
|
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
Half Spinal Twist
Almost all of the yoga poses increase your
spinal column flexibility in a forward-backward position,
but there are few that give you better lateral flexibility.
The half spinal twist does exactly that, and completes the
series of poses and exercises that develop mobility and
overall fitness. Apart from increasing flexibility, this
pose also improves the response of the spinal nerves and
helps massage internal organs.
The pose should be carried out while keeping
the spine erect and making a sideways circular motion. The
shoulders should be kept level as the twist is performed.
Balanced breathing is also vital while performing this pose,
and you should increase the level of twist with each exhalation.
To
begin the position, sit on your knees while keeping the
legs together, resting the buttocks on the soles of your
feet. Move your upper body to the right of your feet. Lift
one leg and place it over the other one. The foot should
be right next to the knee of the other leg. As you slowly
twist your body, your hands should follow the position of
your torso. Keep your spine straight during this motion
for the most efficiency.
The next step is to bring your right arm
(if the twist is performed towards the left side) to the
left knee. Hold the left foot in your hand as your left
hand rests behind you. The head should also be involved
in the twist, looking over the left shoulder.
|
 |
| |
|
 |
 |
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...
} ?>
|
 |
|