I am trying to find out how to get ad_network.asp up and running. I keep getting a 500 internal error message. I have read all the other post, but I did not see anything related to this issue. I am using ad_network_ads_213.asp code. I resolved the 500 error message but there are no ads appearing on the page. The code is on a windows server, I do not have a .htaccess. I read somewhere that the query string may need to be changed how do I do that? Is there a code that is more compatible with windows servers, ASP? Thanks, Marc I am guessing the server is not writing the call from the code. I have the page calling the script like: <!-- #INCLUDE virtual=/ad_network.asp --> <% dim ads ads=ad_network response.write ads(0) & " | " & ads(1) & " | " & ads(2) & " | " & ads(3) & " | " & ads(4) %> Is there a better way to get the ads to appear?