Do While browser("creationtime:=0").Exist
x=browser("creationtime:=0").GetROProperty("title")
msgbox(x)
If not( browser("creationtime:=1").Exist )Then
Exit Do
End If
If x<>"Google" Then
browser("creationtime:=0").Close
else
browser("creationtime:=1").Close
End If