 |
|
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 ' ';
} ?>
|
 |
| |
|
 |
 |
Yoga
Breathing
When carrying out your yoga routine, it
doesn't particularly matter what you put on or where you
perform it. But details such as what you ate that day, the
manner in which you breathe and your attitude towards the
yoga exercise can make an enormous difference.
You might be wondering why such a simple
and common thing like breathing can be the element which
makes all the difference in a yoga session. Well, first
of all you have to know that in the act of breathing, we
provide our bodies with the necessary quantities of oxygen
that we all need to survive. And further, the breathing
process is vital because it efficiently rids our bodies
of toxins.
While flowers need water in order to properly
develop and grow, one of the most vital nutrients for human
beings is oxygen. Oxygen is important for the nervous system,
as well as a number of internal organs and glands. But there's
no doubt that the organ that most depends on and benefits
from oxygen is the brain, and in the unfortunate case where
it isn't provided with the necessary quantity, an oxygen-deprived
brain can even cause the degradation of various other organs.
Now that we enumerated at least a few of
the main ways in which our bodies depend on getting sufficient
quantities of oxygen, let's talk about the healthy ways
of breathing. Although breathing is an activity that we
do not consciously learn how to do, we sometimes restrict
or modify the way we perform this action, which can only
result in negative effects for us. For example, it has become
common for people to assume strange and unhealthy physical
positions because of the jobs they perform, which diminish
the capacity of the lungs and make breathing intervals shorter.
Both health specialists as well as yoga
practitioners agree that there is a close connection between
the mental state and the manner in which a particular person
breathes. Thus, in order to achieve the perfect state of
harmony between the body and the soul, yoga trainers organize
sessions dedicated completely to teaching the proper breathing
techniques, which strongly contribute to reaching the desired
stage of peacefulness and synchronization between the inner
and the outer self.
Yoga breathing does not encourage shallow
and fast breathing, but tries to promote the benefits of
deep breathing. Among the most important beneficial effects
of this manner of breathing we can list:
* Improvement of health and brain irrigation
systems.
* Rejuvenation of the skin, which becomes considerably smoother,
while facial wrinkles are gradually eliminated.
* Deep breathing leads to stronger lungs and to a healthier
heart.
* Relaxation of the body and mind.
|
 |
| |
|
 |
 |
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...
} ?>
|
 |
|