| |

Yoga Exercises Portal Recommends
\n";
for ($i = 0; $i < count($arr_xml['URL']); $i++) {
echo " ".$arr_xml['BeforeText'][$i]." ".$arr_xml['Text'][$i]." ".$arr_xml['AfterText'][$i]."\n";
}
echo "";
}
}
function tla_updateLocalXML($url, $file, $time_out)
{
if($handle = fopen($file, "a")){
fwrite($handle, "\n");
fclose($handle);
}
if($xml = file_get_contents_tla($url, $time_out)) {
$xml = substr($xml, strpos($xml,''));
if ($handle = fopen($file, "w")) {
fwrite($handle, $xml);
fclose($handle);
}
}
}
function tla_getLocalXML($file)
{
$contents = "";
if($handle = fopen($file, "r")){
$contents = fread($handle, filesize($file)+1);
fclose($handle);
}
return $contents;
}
function file_get_contents_tla($url, $time_out)
{
$result = "";
$url = parse_url($url);
if ($handle = @fsockopen ($url["host"], 80)) {
if(function_exists("socket_set_timeout")) {
socket_set_timeout($handle,$time_out,0);
} else if(function_exists("stream_set_timeout")) {
stream_set_timeout($handle,$time_out,0);
}
fwrite ($handle, "GET $url[path]?$url[query] HTTP/1.0\r\nHost: $url[host]\r\nConnection: Close\r\n\r\n");
while (!feof($handle)) {
$result .= @fread($handle, 40960);
}
fclose($handle);
}
return $result;
}
function tla_decodeXML($xmlstg)
{
if( !function_exists('html_entity_decode') ){
function html_entity_decode($string)
{
// replace numeric entities
$string = preg_replace('~([0-9a-f]+);~ei', 'chr(hexdec("\1"))', $string);
$string = preg_replace('~([0-9]+);~e', 'chr(\1)', $string);
// replace literal entities
$trans_tbl = get_html_translation_table(HTML_ENTITIES);
$trans_tbl = array_flip($trans_tbl);
return strtr($string, $trans_tbl);
}
}
$out = "";
$retarr = "";
preg_match_all ("/<(.*?)>(.*?)", $xmlstg, $out, PREG_SET_ORDER);
$search_ar = array('<', '>', '"');
$replace_ar = array('<', '>', '"');
$n = 0;
while (isset($out[$n]))
{
$retarr[$out[$n][1]][] = str_replace($search_ar, $replace_ar,html_entity_decode(strip_tags($out[$n][0])));
$n++;
}
return $retarr;
}
tla_ads();
?> |
|

| |
Using Water Workouts For Your Abs
Water workouts are known to be great for cardiovascular endurance. But did you know that water workouts are also terrific for muscle tone, particularly around your abs? Water workouts are great multipliers of the benefits you already get from your regular abdominal routine. On the other hand, if you have not established a regular abs workout, you can jumpstart your spot training with the following water workouts. You will need a buoyancy belt or a pair of aquatic dumbbells. With a buoyancy or water exercise belt, you will be able to maintain a vertical position without putting any stress on your back throughout these water workouts. On the other hand, aquatic dumbbells can perform the same function while being more versatile because they allow a greater variety of positions for your water workouts. Their only disadvantage is that your hands are not free. The Jack Knife * Recline in the water, hips submerged, lower part of legs on surface. * Concentrating all effort on your abs, curl forward, lifting chest to knees. * As your abdominal muscles gain strength, try to keep your legs straight, not changing lower leg position. * Try to repeat 6 times, or until you feel a burn in your abs. Double-knee Crunch * Recline in the water, hips submerged, knees bent, lower part of legs on surface. * Concentrating all effort on your abs, curl forward, chest and knees meeting in a crunch. * Extend, repeat 6 times. Double-knee Tuck * Perform the double-knee crunch, but this time lie in the water face down. * With dumbbells at your sides, pull bent knees up towards chest, tensing your abs. * Extend legs, tensing buttocks. * Repeat 6 times. Crossover Crunch * Lie on your side, knees bent towards chest. * Pulling your upper and lower body to your waist, crunch your side. * Alternate sides. Obliques * Recline in the water, legs together, knees bent. * Keeping legs together, twist knees to your side. * Twist to the other side, alternating. Diamonds * Assume a vertical position. * Press the bottoms of your feet together, knees turned out from hips. * Lift heel then lower, tensing buttocks on lowering motion. As you build strength, and increase the frequency and intensity of your water workouts, you will notice a flattering and improving tone in your abdominal muscles!
process_comments("Using Water Workouts For Your Abs");
?>
Featured Water Workouts Articles
- Protect Your Feet With Water Exercise Shoes
Water exercise shoes come in all shapes, colors, and price tags; and as is true of all sports gear, what is ideal for your needs and preference is not necessarily the most expensive one. Consider the...
- The Best Benefit Of Water Exercises
The main benefit of water exercise, or regular physical activity in general, is that it increases the quality of life. Today, two in three Americans are overweight and despite the fact that carrying around...
Related water workouts information
|
| |
|