I have a default pointed at a .js file on my server. For some reason when I add a default in my admin panel on Valueclick it shows fine. But when the default actually kicks in on my site it just prints the code in the file instead of executing it. So in place of a banner my users see a block of javascript code. I used the code generator they give in the admin panel to make a .js file out of my YPN code which I'm using as default and pasted exactly what they gave me into teh file and posted it on the server. I've tried chmodding it to everything from 755 to 777. It just keeps printing code instead of showing the ad. What am I doing wrong? Is this even a server setting issue?