Thanks! One thing, though. Your shader works, but I'm not getting any rough shading fx, like you show in the screenshot on your website. Maybe I could fix this by doing something with the PS_OUTPUT function?
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}