var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["facebook_small_logo.gif", "Facebook", "http://www.facebook.com/share.php?u=" + window.location.href],
	["twitter_small_logo.gif", "Twitter", "http://twitter.com/home?status=" + document.title + ":+" + window.location.href],
	["myspace_small_logo.gif", "Myspace", "http://www.myspace.com/Modules/PostTo/Pages/?u=" + window.location.href + "&t=" + document.title],
	["mslive_small_logo.gif", "MS Live", "https://skydrive.live.com/sharefavorite.aspx%2f.SharedFavorites??marklet=1&mkt=en-us&url=" + window.location.href + "&title=" + document.title + "&top=1"],
	["stumbleupon_small_logo.gif", "Stumbleupon", "http://www.stumbleupon.com/submit?url=" + window.location.href + "&title=" + document.title],
	["digg_small_logo.gif", "Digg", "http://digg.com/submit?phase=2&url=" + window.location.href + "&title=" + document.title],
	["delicious_small_logo.gif", "Del.icio.us", "http://del.icio.us/post?url=" + window.location.href + "&title=" + document.title],
	["reddit_small_logo.gif", "Reddit", "http://reddit.com/submit?url=" + window.location.href + "&title=" + document.title],
	["ybuzz_small_logo.gif", "Yahoo! Buzz", "http://buzz.yahoo.com/submit?submitUrl=" + window.location.href + "&submitHeadline=" + document.title]
]

