buffer1 = webClient.DownloadString("http://google.com") 'this code is not problematic just for testing

'buffer1 = webClient.DownloadString("http://api.bodis.com/domainclassification?domain=" + CurrentBlog.Domain)

For i = 1 To 10 'just to show the bug not trying to abuse or anything
buffer1 = webClient.DownloadString("http://api.bodis.com/domainclassification?domain=" + CurrentBlog.Domain) 'This code will break when i =2
Next