تبليغاتX
Carpe Diem

یکشنبه دوازدهم آبان 1387

Sad Eyes....Oh Sad Eyes


وقتی خوب فکر میکنم

میبینم که چقدر خوب بود

که 8 آبان

مونا و مهرناز و حسین و یاسمن و  نسترن و افروز و مریم و مهدی و یونس و محمد و امیر و  هادی و سعید و نوید و مسعود و حسن و مریم و سعید و عرفان و مطهره و  پرشن تولز و اُ اِل سی و اینگلیش تَون و مامان و بابا و فاطمه و جواد و محمد و دایی مهدی و دایی سعید و سینا و سما و افسانه خانم

بودند که

همراهی ام کنند!

و یادم بیاورند که

من دوست داشته میشوم !

من چقدر از همه ی آن بالایی ها ممنونم که هر کدامشان به نحوی تبریک گفتند و به یادم بودند ...


********************************************

چقدر دلم حرف برای گفتن دارد
....
چقدر دلم غمگین است!
....
طفلکی دلم !
.


پ.ن: شاید وقتی دیگر !



نوشته شده توسط Somayyeh در 0:26 |  لینک ثابت   • 

چهارشنبه هشتم آبان 1387

*H A P P Y B I RT H D A Y*


به دنیا اومدم

تولدم بود...!

فک نمی کردم که خوب باشه

اما بود!

فردا کامل می نویسم ! همه شو !
نوشته شده توسط Somayyeh در 23:2 |  لینک ثابت   • 
 

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>