MOBILE_URL = "http://m.smutgranny.com";
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='Mature Movie Galleries';
	url='http://www.smutgranny.com/';
	// ff
	if (window.sidebar)		window.sidebar.addPanel(title, url, "");
	//ie
	else if(document.all)	window.external.AddFavorite(url, title);
}


YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#550000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="";
linkOverBGColor="#AA0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=26; // no quotes!!
barText="<IMG src='http://www.smutgranny.com/img/menu.jpg' width=28 height=208>"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
//ssmItems[0]=["Menu"] //create header
ssmItems[0]=["MAIN PAGE", "http://www.smutgranny.com/index.shtml", "_self"]
ssmItems[1]=["Anal", "http://www.smutgranny.com/anal.shtml", "_self"]
ssmItems[2]=["Big Tits", "http://www.smutgranny.com/bigtits.shtml", "_self"]
ssmItems[3]=["Ethnic", "http://www.smutgranny.com/ethnic.shtml", "_self"]
ssmItems[4]=["Fat", "http://www.smutgranny.com/fat.shtml","_self"]
ssmItems[5]=["Fetish", "http://www.smutgranny.com/fetish.shtml","_self"]
ssmItems[6]=["Group Sex", "http://www.smutgranny.com/groupsex.shtml", "_self"]
ssmItems[7]=["Hardcore", "http://www.smutgranny.com/hardcore.shtml", "_self"]
ssmItems[8]=["Interracial", "http://www.smutgranny.com/interracial.shtml", "_self"]
ssmItems[9]=["Lesbian", "http://www.smutgranny.com/lesbian.shtml", "_self"]
ssmItems[10]=["Mom With Boy", "http://www.smutgranny.com/momwithboy.shtml", "_self"]
ssmItems[11]=["Oral Sex", "http://www.smutgranny.com/blowjob.shtml", "_self"]
ssmItems[12]=["Solo", "http://www.smutgranny.com/solo.shtml", "_self"]
//ssmItems[10]=["LIVE CHAT", "http://www.livejasmin.com/listpage.php?psid=ed_smutg&tags=mature&welcome", "_new"]
//ssmItems[11]=["Adult Games", "adultgames.shtml", "_new"]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]
//ssmItems[9]=["External Links", "", ""] //create header
//ssmItems[10]=["JavaScript Kit", "http://www.javascriptkit.com", ""]
//ssmItems[11]=["Freewarejava", "http://www.freewarejava.com", ""]
//ssmItems[12]=["Coding Forums", "http://www.codingforums.com", ""]

buildMenu();

//-->