 |
|
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 ' ';
} ?>
|
 |
| |
|
 |
 |
Benefits
of Yoga
Practitioners of yoga talk about a unification
of the body, mind and spirit acquired through practicing
the yoga exercises and techniques.
One of the fundamental beliefs that yogi
share is that the mind and the body are a unified structure,
which can find its harmony and can heal itself, when in
a proper environment. Due to these principles, as well as
to the results obtained, many doctors consider yoga to offer
substantial therapeutic results, and recommend it for curing
a number of illnesses, mainly related to the nervous system.
Yoga is not a recent life philosophy. It
has been practiced for thousands of years, with people commenting
on and benefiting from the results throughout the ages.
Yogis and other interested people have also conducted investigations,
in order to clearly establish the areas in which people
can obtain health benefits, through an extended practice.
The information obtained after conducting the investigations
was grouped in categories, establishing that yoga practitioners
are likely to observe improvements in these three areas:
physiological, psychological, and biochemical.
From the physiological point of view, a
prolonged yoga practice can cure pulse rate decreases, respiratory
and blood pressure dysfunction. It can contribute to stabilizing
the nervous system equilibrium, normalizing gastrointestinal
functions and endocrine function, increasing the joint range
of motions, endurance level, energy level, immunity to diseases
and cardiovascular efficiency, and improving eye-hand coordination,
reaction time, dexterity skills, depth perception and sleep.
The second category, comprising psychological
benefits, points to the fact that yoga can also contribute
to increasing somatic and kinesthetic awareness, self-acceptance
and self-actualization, social skills and well-being, as
well as improving concentration, memory, attention, mood,
learning efficiency and symbol coding.
continued
>>
|
 |
| |
|
 |
 |
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...
} ?>
|
 |
|