i have some links on my page like http://domain/uploads/docs/1.pdf and i need it to change the links while page is loading to http://domain/DownloadHandler.ashx?path=../uploads/docs/1.pdf
look that path could not always be /uploads/docs it may read the "original path " and just add the DownlaodHandler.ashx? etc
also i see that my page takes some 2 or 3 seconds to load all scripts or jquery and javascript and it make some contente to move on that 3 second window time so in that time i saw content moving wich is not visually good so how could i make the page to wait some seconds to load everything