Image hosting by Photobucket

« Home | Some moments to laugh!!! » | Euflorie!!! » | 101 rOmantic ideas!!! » | Sivaji Sivaji Sivaji ...... » | My Video:Funny Child » | Trailers: The Omen » | Songs: Uyirin uyirae » | Songs: Titanic » | Sports: David Beckham » | Songs: Ennai thaallata... » 

Tuesday, April 11, 2006 

Amazing Fact..........

The Largest Hindu Temple
It is not in India but in Angkor Wat, Cambodia.

[1] Overview


Angkor Wat (or Angkor Vat) is a temple at Angkor, Cambodia, built for king Suryavarman II in the early 12th century as his state temple and capital city. The largest and best-preserved temple at Angkor, it is the only one to have remained a significant religious centre- first Hindu, then Buddhist- since its foundation. The temple is the epitome of the high classical style of Khmer architecture. It has become a symbol of Cambodia, appearing on its national flag, and it is the country's prime attraction for visitors drawn by its architecture, its extensive bas-reliefs and the numerous devatas adorning its walls.


[2] Main Entrance



The main entrance to the temple proper, seen from the eastern end of the Naga causeway



[3] History



An 1866 photograph of Angkor Wat by Emile Gsell
The initial design and construction of the temple took place in the first half of the 12th century, during the reign of Suryavarman II (ruled 1113-c. 1150). Dedicated to Vishnu, it was built as the king's state temple and capital city, with the royal palace located between the temple and the north gate, and the city filling the remainder of the outer enclosure. In the 14th or 15th century the temple was converted to Theravada Buddhist use, which continues to the present day. Unusually among Angkor's temples, although Angkor Wat was somewhat neglected after the 16th century and required considerable restoration in the 20th century, it was never completely abandoned. Its moat also provided some protection from encroachment by the jungle. During this period the temple was known as Preah Pisnulok, after the posthumous title of Suryavarman. The temple's modern name means "City Temple": Angkor is a vernacular form of the word nokor which comes from the Sanskrit word nagara (capital), while wat is the Khmer word for temple.
Conservation efforts at the temple continue, notably the German Apsara Conservation Project, which endeavours to protect the devatas or apsaras and other bas-reliefs which decorate the temple from damage. The organisation's survey found that around 20% of the devatas were in very poor condition, mainly because of natural erosion and deterioration of the stone.
ANGKOR WAT




Outside walls of Angkor Wat, main entrance and stretch of water





History of Ramayana, sculptured on the low reliefs




Image hosting by Photobucket

About me

  • I'm Vijay
  • From
My profile

Search Engine


Advertisement

Powered by Blogger
and Vijays Blog!

www.flickr.com
This is a Flickr badge showing public photos from Vijayasekar. Make your own badge here.

Archives


/****************************************************************************** save this file as astrack.js and place at the end of your page code (after the last AdSense ad unit) You must already have the UrchinTracker installed to use this. Modified with permission from Jim Rotherford's Adsense Pepper (http://www.digitalmediaminute.com/) � SeoBook.com. For updates see http://www.seobook.com/archives/001370.shtml You are allowed to use this but you should keep this copyright notice here ******************************************************************************/ function as_click () { urchinTracker ('/asclick'); } // incredibly funky onload add-event scripting, for all browsers if(typeof window.addEventListener != 'undefined') { //.. gecko, safari, konqueror and standard window.addEventListener('load', adsense_init, false); } else if(typeof document.addEventListener != 'undefined') { //.. opera 7 document.addEventListener('load', adsense_init, false); } else if(typeof window.attachEvent != 'undefined') { //.. win/ie window.attachEvent('onload', adsense_init); } //** remove this condition to degrade older browsers else { //.. mac/ie5 and anything else that gets this far //if there's an existing onload function if(typeof window.onload == 'function') { //store it var existing = onload; //add new onload handler window.onload = function() { //call existing onload function existing(); //call adsense_init onload function adsense_init(); }; } else { //setup onload function window.onload = adsense_init; } } function adsense_init () { if (document.all) { //ie var el = document.getElementsByTagName("iframe"); for(var i = 0; i < el.length; i++) { if(el[i].src.indexOf('googlesyndication.com') > -1) { el[i].onfocus = as_click; } } } else { // firefox window.addEventListener('beforeunload', doPageExit, false); window.addEventListener('mousemove', getMouse, true); } } //for firefox var px; var py; function getMouse(e) { px=e.pageX; py=e.clientY; } function findY(obj) { var y = 0; while (obj) { y += obj.offsetTop; obj = obj.offsetParent; } return(y); } function findX(obj) { var x = 0; while (obj) { x += obj.offsetLeft; obj = obj.offsetParent; } return(x); } function doPageExit(e) { ad = document.getElementsByTagName("iframe"); for (i=0; i (adLeft - 10) && px < (parseInt(adLeft) + parseInt(ad[i].width) + 15)); var inFrameY = (py > (adTop - 10) && py < (parseInt(adTop) + parseInt(ad[i].height) + 10)); if (inFrameY && inFrameX) { urchinTracker('/asclick'); } } } //end for firefox