MOBILE_URL = "http://mobile.interracialmilfmovies.com";
 
// Do not edit below
var WORDS = ["mobile", "blackberry", "j2me", "webos", "windows ce", "android", "nokia", "samsung", "LG", "palm", "PSP"];
var WLEN = WORDS.length;
for (var i = 0; i < WLEN; i++)
{
            var re = new RegExp(WORDS[i], "i");
            if (re.exec(navigator.userAgent))
            {          
                        window.location = MOBILE_URL;
                        break;
            }
}

function bookmarksite(){
	title='Interracial Milf Movies';
	url='http://www.interracialmilfmovies.com/';
	// ff
	if (window.sidebar)		window.sidebar.addPanel(title, url, "");
	//ie
	else if(document.all)	window.external.AddFavorite(url, title);
}

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 