 |
|
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
Crow Pose
In the Crow Pose, the weight of your body
is supported on your elbows, while your hands and head are
oriented forward. This pose is not difficult to achieve,
if you make sure you bend forward enough to prevent your
mind from wandering. By regularly practicing this pose your
wrists, arms and shoulders strengthen, while your concentration
level is improved and your breathing capacity expands.
In order to proceed with this pose, squat
yourself down and bring your arms between your knees. Your
palms should be placed down on the floor, in front of your
body. Make sure your shoulders are a distance apart, and
your fingers are pointing slightly inwards. Once you get
into this position, try to bend your elbows out to the sides,
converting the backs of your arms into shelves for your
knees to comfortably rest on. Your look should be oriented
forwards and you should breathe normally.
Once in this position, try to identify
a reference point on the wall or on the floor in front of
you to focus on. During this phase of the pose, breathing
plays a crucial role, so it's important to inhale and then
retain your breath. While retaining your breath, try to
lean towards the reference point that you previously selected.
While doing this, make sure you transfer the weight of your
body to your hands as you lift your toes up. Exhale, then
try to remain in the same position for about three or four
deep breaths.

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