Loadvars text destination?

if i have some code like this:

menu=new LoadVars()
menu.load("menu.txt")
menu.onLoad=function(){
    clip.blackwriting=menu.blackText
    clip.redwriting=menu.redText
    clip.greenwriting=menu.greenText
    clip.bluewriting=menu.blueText
    
}

And i wanted to put it on a website like freewebs, where would i put the text file, or would i have to have my own domain name?