| Related sites for http://www.weightlossbuddy.com |
| Aura_and_Color_Therapy Colour Energy is the leading source for colour and aura products, services and education, color therapy energy and wellness products | | Aura_Light Offers vibrational essences, gem elixirs, essential oils, herbal energies, stellar patterning, love and light. | | Awakening_Images Vibrational medicine: Aura-Soma and readings, crystal singing bowls, mandalas. workshops and painting classes. | | Brooker_Colour_Therapy Clinic in Cambridge, New Zealand, offers therapy that matches the frequency wavelength of a color to that of a disease. | | Color_and_Light_Therapy Color therapy discussion. Amira Sravesh provides color and light therapy in Alachua Florida or via correspondence. | | Color_Energy_Education_Systems Use the language of colors which is understood by the body, mind and spirit. Correspondence courses based in Vancouver, BC, Canada. | | Color_the_Secret_Influence The effects of color on health and psychology, in advertising, and interior environments. Provides research data and promotes informed color selection. | | Color_Therapy_Center Online Store and Database organized by color. Aura-Soma, flower essences, gem elixirs and bath & body products. Color info related to energy anatomy, chinese medicine, symbolism and Feng Shui. | | Color_Therapy_Healing_(Chromotherapy)_Resources_and_Equipment Introduces the modality of color healing and acupuncture, an ancient art derived from the Atlantean teachings. Nature's Energies multilingual site based in Victoria, Australia. | | Color_Therapy/Chromotherapy About.com article on color therapy. Links to information, tools, books, and workshops. | | ColorLight_MindBody_Healing Online colored light therapy sessions are available in the Color Light Spa. | | ColorVibration_com Free information and products for color therapy, aura healing and vibrational healing. Information on our aura camerasand how color and light can change your life. | | Colour__Therapy How to use colours, what the colours mean, and colour plates to view for well-being. | | Colour_Therapy_Healing A complete insight into the world of Colour Therapy. Details about the Chakras, treatment,colour, and the history of colour. | | Colour-therapy_&_Distant_healing everything is light everything is energy. colour is the rainbow bridge between the subtle and the material. Human life' is seen as a subtle and dynamic balance between spirit and matter | | Essential_Color__Freda_Rose_Woolsgove,_Consultant_ Colour and sensory consultancy offering creative colour ways, healing power of the senses, health and well-being for schools, community groups, organisations and the general public. | | Healing_with_the_Rainbow_Rays Articles, book reviews and spiritual journeys. Workshops worldwide by Alijandra. | | Homepage_of_Phoenix_Enterprises A wealth of information on colour (and other) therapy as well as courses taught by Phoenix Enterprises. | | Institute_for_Chromotherapy An environment targeted towards deep healing using light, color and energy motion techniques. Angelo Cammilleri is certified as Practitioner/Trainer by Jacob Liberman, O.D., PH.D., D.SC. and Earl Li | | Light_Years2 Color consulting by Terrence Schlesinger in Bisbee, Arizona. | | Lightfield_Systems Color and sound therapies using the pulse reading technique of Dr. Paul Nogier to find precisely matching resonance frequencies and colors. Tools, trainings, and sessions. | | Living_Your_Colors Offers color consultation for image, relationships, career, decoration, health, and spiritual progress. | | Penelope\'s_Cosmic_Colors Penelope's Cosmic Colors - Using Color to Raise Consciousness. Meta-physical consultaions, information, readings and gift items. | | Rays_of_Color Explains how specific colors can help heal and restore well being. | | Renergy Renee Ganger describes the theory of colour therapy, and offers lectures and services in this area as well as light therapy and reflexology, in London (UK) and Antwerp (Belgium). | | Swami_Devageet_-_C_H__Newman Offers light-as-colour, electronic gem therapy, hypnosis, and elucidation (dialoguing with somatic centres) therapies in the United Kingdom. | | Biomedx Information on the reason for use and the subsequent health benefits of urine therapy. | | HPS_Online Pointers on auto urine therapy, otherwise known as Shivambu or Amaroli. | | Omaha\'s_Heartland_Healing_Center Urine Therapy is explained along with a listing of Omaha practitioners. | | Shirley\'s_Wellness_Cafe Excerpts of articles, testimonials, and information on the benefits of urine therapy. | | AAPD_-_American_Association_Of_People_With_Disabilities A cross-disability site with numerous resources and free membership available. Home of the Enable magazine. | | Abilities_for_Life__Taking_Charge Includes a job finding page, associations, health questions, moving on and sports. | | Access-Ability Disabled/handicapped resources. Links, classified, gov't, letters, games, downloads, freebies. (UK) | | American_Disability_Association Information and resources for people with disabilities. | | Antigua_and_Barbuda_Association_of_Persons_with_Disabilities_(ABAPD) Cross-disability organization providing support and services to persons with disabilities. Mission is to ensure an environment in which every person with physical, mental, intellectual and/or sensory | | Deaf,_Hard_of_Hearing,_and_Hearing_Social_Workers Provides information for social workers who work with deaf and hard of hearing people. | | Disabilities_Forum Coverage of a wide range of disability issues, concerns and disabilities. We cover the entire spectrum of living with a disability. | | Disability_Awareness_Training_-_Self_Direction The Self Direction Community Project is a research area to promote and enhance online training accessibility. Personal feedback is needed. | | The_Healthy_Gimp Practical information and motivation for persons with a spinal cord injury and other physical disabilities. | | Hope_In_Wellness Support and information to persons with invisible disabilities and illnesses and those experiencing emotional turmoil. |
|
Free Weight Loss Buddy Support- Free Diet Tracking and Expert Help
function fullScreen(theURL) {
//alert(theURL);
params = 'width='+screen.width;
params += ', height='+screen.height;
params += ', top=0, left=0'
params += ', fullscreen=no';
// params += ',maximized= true';
params += ', toolbar=yes';
params += ', resizable=yes';
newwin=window.open(theURL,'windowname4', params);
if (window.focus) {newwin.focus()}
return false;
//window.open(theURL, '', 'fullscreen=yes, scrollbars=auto',resizable=yes);
//window.open(theURL, 'windowname', 'height="+screen.height+" width="+screen.width+", toolbar=no, scrollbars=no, resizable=yes, status=no, copyhistory=no, location=no, menubar=no');
}
function checkZipOption() // lblZipCode txtZipCode
{
//if(document.form1.ddldistance.value == "0") //txtzipcode
//alert(document.form1.ddldistance[document.form1.ddldistance.selectedIndex].value);
if(document.form1.ddldistance[document.form1.ddldistance.selectedIndex].value == "0")
{
if (document.getElementById) { // DOM3 = IE5, NS6
//document.getElementById('txtzipcode').style.visibility = 'hidden';
document.getElementById('txtZipCode').style.display="none";
document.getElementById('lblZipCode').style.display="none";
}
else {
if (document.layers) { // Netscape 4
document.txtZipCode.visibility = 'hidden';
}
else { // IE 4
document.all.txtZipCode.style.visibility = 'hidden';
}
}
}
else
{
//if (document.getElementById)
if(document.form1.ddldistance[document.form1.ddldistance.selectedIndex].value !="0")
{ // DOM3 = IE5, NS6
//document.getElementById('txtzipcode').style.visibility = 'visible';
//document.getElementById('txtzipcode').enable = true;
document.getElementById('txtZipCode').style.display="block";
document.getElementById('lblZipCode').style.display="block";
}
else
{
document.getElementById('txtZipCode').style.display="none";
}
/*else
{
if (document.layers)
{ // Netscape 4
document.txtZipCode.visibility = 'visible';
}
else
{ // IE 4
document.all.txtZipCode.style.visibility = 'visible';
}
}*/
}
return true;
}
function openwindow_scroll(link,x,y){
winwidth = x;
winheight = y;
winleft = 200;
wintop = 200;
if(parseInt(navigator.appVersion)>=4){
winleft = (screen.width / 2) - (winwidth / 2);
wintop = (screen.height / 2) - (winheight / 2);
}
window.open(link, 'team_cal_window', 'top=' + wintop + ',left=' + winleft + ',height=' + winheight + ',width=' + winwidth + ',toolbar=0,directories=0,menubar=0,status=1,resizable=1,scrollbars=yes,copyhistory=0');
}
function openvideo(filename)
{
window.open('popupvideo.aspx?filename='+ filename,'winop','top=100,left=200,width=500,height=500,scrollbars=no,resizable=no,menu=no')
}
function openwindow_scroll(link,x,y)
{
winwidth = x;
winheight = y;
winleft = 200;
wintop = 200;
if(parseInt(navigator.appVersion)>=4)
{
winleft = (screen.width / 2) - (winwidth / 2);
wintop = (screen.height / 2) - (winheight / 2);
}
window.open(link, 'team_cal_window', 'top=' + wintop + ',left=' + winleft + ',height=' + winheight + ',width=' + winwidth +
',toolbar=0,directories=0,menubar=0,status=1,resizable=1,scrollbars=yes,copyhistory=0');
}
function distanceOnChange(val)
{
if(val == 0)
{
document.getElementById("span_zip").style.visibility = "hidden";
document.getElementById("span_zip1").style.visibility = "hidden";
}
else
{
document.getElementById("span_zip").style.visibility = "visible";
document.getElementById("span_zip1").style.visibility = "visible";
}
}
function validateSearch()
{
if(document.getElementById("ddldistance").options[document.getElementById("ddldistance").selectedIndex].value != "0" && document.getElementById("txtZipCode").value=="")
{
alert("Must enter the zip code first!")
return false;
}
return true;
}
function noNumbers(e)
{
var key = window.event ? e.keyCode : e.which;
var keychar = String.fromCharCode(key);
var reg = /[0-9\b]/;
return reg.test(keychar);
}
"You can’t help someone up the hill
without getting closer to the top yourself"
Home|
Buddies|
Invite|
Member Blogs|
Teams|
Experts|
Chats|
Message Boards|
Tracker|
My Diet Page|
My Booster Page|
Join For Free|
Login
"Everybuddy needs somebuddy"
var myPics=new Array();myPics[0]='banner_images/WLBisFree.jpg';myPics[1]=10000;myPics[2]='banner_images/FreeDietTracking.jpg';myPics[3]=5000;myPics[4]='banner_images/FreeExpertAdvice.jpg';myPics[5]=5000;myPics[6]='banner_images/FreeDietJournal.jpg';myPics[7]=5000;myPics[8]='banner_images/FreeMenuPlanning.jpg';myPics[9]=5000;
var total = 0;
function display_pics()
{
document.getElementById('dis_top_img').src = myPics[total];
setTimeout("display_pics()",myPics[total+1]);
//setTimeout("alert('5 seconds!')",myPics[total+1*1000]);
//setTimeout("display_pics()",3000);
total= total+2;
if(total>myPics.length)
total = 0;
}
display_pics();
Buddy of the Month
fit4me
I started my weight loss journey on Vale ...
Expert of the Month
Eliza Zied
Elisa Zied is a registered dietitian and ...
Cool New Buddies
Ricky
India
Jake
United States
Chelsea
United States
Marise
United States
Jason
United States
JASVINDER
India
flavia
United States
Geri
United States
Journal Blogs
Yeah....i did it...
That was disappointing. I just typed out this LON ...
Stephanie
Read More
THANK YOU EVERYONE...
Yesterday was my first day on a diet. I did it an ...
Stephanie
Read More
Total weight loss since joining this site? 29 lbs!
So since I got the results about my knee I've had ...
Janelle
Read More
Day 1
"The second day of a diet is always easier than th ...
Debora
Read More
Need Buddies
Hey Everyone,So i'm planning on finding some buddi ...
Stephanie
Read More
Featured Audio Clips
Debra Hoogestraat
"My Story"
Melissa Pasch
5 Steps to Improving Body Image
Dr. Mark Goldstein
Part One: Obesity Management
Julia Havey
My Story
Jennifer Kelman
Welcome!
A Weight Loss Buddy will...
Support you 24/7
Applaud your success
Restore your sense of worth
Share your disappointmemts
Make you laugh
Inspire you
Hold you accountable
Take away the loneliness
Have your best interest at heart
Help you become the person you want to be
Exciting New Videos
My Weight ...
84 Days
Model Diet
Find A Buddy
Gender:
Male
Female
Both
Age
Range:
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
-
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Zip Code:
Distance:
Any
10
25
50
100
250
Sign Up Now! It is Free!
Note : This is not a Dating Service
Weight Watchers says:Get a buddy!
Prevention Magazine Weight Loss Buddy Article
We are a proud recipient of the 2005 Learning Fountain Award
Hear Governor Huckabee Talk about Living Longer
and Losing Weight
Hear Governor Huckabee Talk about Weight Loss
Buddy
"We cannot hold a torch to light another?s path without brightening our own?"
-Ben Sweetland
Saturday, November 22, 2008
Welcome to the WLB Family
RickyCHANDIGARH, CHANDIGARH JasonLANCASTER, CALIFORNIA JakeHENDERSON, NEVADA JASVINDERAMRITSAR, PUNJAB ChelseaDALLAS, TX flaviaMALDEN, MA MariseBOZEMAN, MT GeriMAPLEWOOD, NJ WendyBATTLE, MI sarahLIVERPOOL, WIRRAL DeboraFONTANA, CA rebeccaRALEIGH, NORTHCAROLINA CindiCARVER, MASSACHUSETTS SamanthaNE, MARYLAND StephanieGULFPORT, MS ElizabethBUCKLEY, MI BrendaSEATTLE, WA anjaliPHAGWARA, PUNJAB JuliaSANJOSE, CA amandeepLUDHIANA, PUNJAB elizabethSH, SH DeboraHOUSTON, TEXAS robTORONTO, ON SunilCHANDIGARH, PUNJAB MandyWARRIOR, ALABAMA
Get Started
addthis_pub = 'Mystalic';
Learn More
Other WeightLoddBuddy Sites
WeightLossBuddy is Free
About
Find A Buddy
BuddyBeautiful skin & beauty shop
Free Access to Our Experts
About Us
Take a Tour
BuddyWeightLoss diet pills & more shop
Free Calorie Counter
Contact Us
Teams
CarbCounting101
Free Diet Tracking
Our Mission Ststement
Why Join ?
ChefsOnVideo.com video recipes
Free eCourse
Privacy Statement
WeightLossBuddy is Free and it
DirectoryofHealthClubs 10,000+
Free Graphs
Report Bugs
only takes a second to join
DirectoryofWeightLossCenters 10,000+
Free Healthy Recipes
Terms of Use
Sign up today
USADirectoryofPsychologists 50,000+
Free Journaling
Testimonials
WeightLossBuddy tshirts & more shop
Free Menu Planning
Free News You Can Use
Free Newsletter
Free Tips & Tricks 250+
Free Personal Blog
Free Weight Tracking
Free Weight Loss Tools (BMI ++)
Copyright Weight Loss Buddy Inc. 2008
|
|