help with VLAN implementation?

in CCNA & CCENT
I designated a few ports on my Cisco Switch for a second VLAN. However, I cannot get that VLAN to access the internet now. I know that each VLAN must be on a separate network than the other VLANs. I think my problem may be in choosing the IP addressing. I just chose a random IP address to throw on my new VLAN. Do I need to configure anything else? Oh and by the way, my network is not capable of routing in between VLANs. I have no layer 3 switch or 2600 series router.
Here's my network. VLAN 2 cant access the internet. ideas?

Do I need to configure anything else?
Thanks
Here's my network. VLAN 2 cant access the internet. ideas?

Do I need to configure anything else?
Thanks
Comments
www.maftei.net
router :
subinterface e0.1 ip add 10.1.1.1
subinterface e0.2 ip add 10.2.2.1
switch
vlan1 gateways 10.1.1.1
vlan2 gateways 10.2.2.1
have a nice try...