I've a blog where I run third party ads and I refer them from my page similar to following format
http://www.<advertising_network>.com/delivery/fp?u=<username>&i=<adv>_region_11111&z=11111&n=3
If I want to show these ads at three places I have to place three such lines on my code and then browser makes three different request to same code each time with different region code. How can I combine these to optimize page loads on my site?