Hey look here:
Here you have the next string =
<!--#include virtual="cj/in.php?$QUERY_STRING" -->
so your php script doesn't get parsed
So this string should be in php source
virtual("cj/in.php?$QUERY_STRING");
For more details take look at APACHE F.A.Q. "How can I have my script output parsed?"
And note - I wouldn't steal your design

because... oh, never mind...