i got it...
have two pages. the first one checks for a cookie on the users computer. if it exists, it redirects to your home page. if it doesn't, then it goes to a page with the iobridge code.
you could also use the same idea, but instead of a cookie check,write the ip address to a file, and then check if it exists. the first would be easier to implement, but the second is more secure. your call.