A Mother's undivided attention
Is the best thing that she gives
It stays with her daughter
As long as she lives





Her love gives her self respect
And makes her feel secure
She grows up a balanced person
Of this you can be assured





Thank you mom for giving
These things to me
Because of them
A better person I will be


























   





More free e-card categories:



Poetry by: Copyright ©2002 things-to-say.com



Beautiful Music by: Copyright ©Night Angel

<BGSOUND SRC="family-greeting-music/free1.mid" volume=80% loop=5>











function getpage() { var vDays = 30 var name = "greetingid" var data = unescape(location.href) var vexp = new Date(); vexp.setTime(vexp.getTime() + (vDays*24*60*60*1000)); var cookieStr = name + "="+ (data) + "; expires=" + vexp + "; path=/" document.cookie = cookieStr } function readCookie(cookieName) { var searchName = cookieName + "=" var cookies = document.cookie var start = cookies.indexOf(cookieName) if (start == -1){ // cookie not found return "" } start += searchName.length // start of cookie data var end = cookies.indexOf(";", start) if (end == -1){ end = cookies.length } return cookies.substring(start, end) } function TAF(vref) { getpage(); var vg = readCookie("greetingid"); vref.form.vgreeting.value=vg; }