تبليغاتX

----->اینم ایدی من behrooz_bm2000---->-به کلبه من خوش اومدین...نظر یادتون نره.... !!! > ****از نوشته هاي پيشين ديدن کنيد **** براي سال ها مينويسم ...... سال ها بعد كه چشمان تو عاشق ميشوند ....... افسوس كه قصه ي مادربزرگ درست بود ...... هميشه يكي بود يكي نبود .... ---------> من در این کلبه خوشم ، تو در آن اوج که هستی خوش باش . من به عشق تو خوشم تو به عشق هر که هستی خوش باش ---------------->آري آغاز دوست داشتن است و پايان راه ناپيدا من به پايان دگر نينديشم که همين دوست داشتن زيباست...

طلوع عشق



خلوت سفید

خلوت سفید

ترانه ای سفید در راهست
دریغا که سرخی غروب خون آلودش می کند
خوشا خلوت تو که در آن
نه گرگ و میشی ست
تا چشم گرگها را باز کند
نه صبح صادقی  که دقایقی بعد
به کذب آن رسیم
و نه خستگی نور و آفتاب تا پذیرای شب شویم
خوشا خلوتت که تنها صدا است
و ترانه در شبی که
هیچ کس را بدان راه نیست

نوشته شده در چهارشنبه 30 اردیبهشت1388ساعت 0:33 توسط بهروز |

 


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>