/*PAGE DESCRIPTION: This box contains the code needed to add a set of web tools to a page
There are individual requirements for each tool and what you need to know for setting each of these up is listed below.

It is mandatory for these site submissions that the page that includes this code has a title. 
The title tag needs to be static or generated server-side for this code to work.

DIGG*******************************************************************************************************************
Each digg submission needs to be tagged with ONE and ONLY ONE topic. Here is the list
DIGG TOPIC LIST
	* apple
    * baseball
    * basketball
    * business_finance
    * celebrity
    * design
    * environment
    * extreme_sports
    * football
    * gadgets
    * gaming_news
    * general_sciences
    * golf
    * hardware
    * health
    * hockey
    * linux_unix
    * mods
    * motorsport
    * movies
    * music
    * offbeat_news
    * other_sports
    * playable_web_games
    * podcasts_alternative_health
    * podcasts_amateur
    * podcasts_automotive
    * podcasts_aviation
    * podcasts_buddhism
    * podcasts_business_news
    * podcasts_careers
    * podcasts_christianity
    * podcasts_college_high_school
    * podcasts_design
    * podcasts_education_technology
    * podcasts_fashion_beauty
    * podcasts_fitness_nutrition
    * podcasts_food
    * podcasts_gadgets
    * podcasts_games_hobbies
    * podcasts_higher_education
    * podcasts_hinduism
    * podcasts_history
    * podcasts_investing
    * podcasts_islam
    * podcasts_judaism
    * podcasts_k-12
    * podcasts_language_courses
    * podcasts_literature
    * podcasts_local
    * podcasts_management_marketing
    * podcasts_medicine
    * podcasts_national
    * podcasts_natural_sciences
    * podcasts_non-profit
    * podcasts_other
    * podcasts_other_games
    * podcasts_outdoor
    * podcasts_performing_arts
    * podcasts_personal_journals
    * podcasts_philosophy
    * podcasts_places_travel
    * podcasts_podcasting
    * podcasts_professional
    * podcasts_regional
    * podcasts_self-help
    * podcasts_sexuality
    * podcasts_shopping
    * podcasts_social_sciences
    * podcasts_software_how-to
    * podcasts_spirituality
    * podcasts_tech_news
    * podcasts_training
    * podcasts_video_games
    * podcasts_visual_arts
    * political_opinion
    * politics
    * programming
    * security
    * soccer
    * software
    * space
    * tech_deals
    * tech_news
    * television
    * tennis
    * videos_animation
    * videos_comedy
    * videos_educational
    * videos_gaming
    * videos_music
    * videos_people
    * videos_sports
    * world_news
*/

var page_url = encodeURIComponent(location.href)
var page_title = encodeURIComponent(document.title)
var page_topic = 'politics'
function GoEmail()
{
	
	var email_mailto = 'mailto:?'
	var email_subject = '&subject=' + page_title
	var email_body = '&body=' + page_title + '%0A%0A' + page_url
	var	email_string = email_mailto + email_subject + email_body
	location.href = email_string
}
function GoDigg()
{
window.open('http://digg.com/submit?phase=2&url=' + page_url + '&title=' + page_title,'link_win','toolbar=no,width=800,height=600,resizable=yes,scrollbars=yes')
}
function GoDel()
{
window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+ page_url +'&title=' + page_title, 'link_win','toolbar=no,width=800,height=600,resizable=yes,scrollbars=yes')
}
function GoGoogle()
{
window.open('http://www.google.com/bookmarks/mark?op=add&title=' + page_title + '&labels=&annotation=&bkmk=' + page_url + '%3Freferrer=google', 'link_win','toolbar=no,width=800,height=600,resizable=yes,scrollbars=yes')
}
function GoYahoo()
{
window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u=' + page_url + '%3Freferrer=yahoo&title='+page_title+'&popup=true','link_win','toolbar=no,width=800,height=600,resizable=yes,scrollbars=yes')
}
function GoMSN()
{
window.open('http://my.msn.com/addtomymsn.armx?id=rss&amp;ut=' + page_url + '&tt=CENTRALDIRECTORY&amp;ru=http://rss.msn.com','link_win','toolbar=no,width=642,height=436,resizable=yes,scrollbars=yes')
}
function GoFurl()
{
window.open('http://www.furl.net/storeIt.jsp?u=' + page_url + '&t=' + page_title,'link_win','toolbar=no,width=642,height=436,resizable=yes,scrollbars=yes')
}
function GoReddit()
{

window.open('http://www.reddit.com/submit?url=' + page_url + '&title=' + page_title,'link_win','toolbar=no,width=642,height=436,resizable=yes,scrollbars=yes')
}
function GoFacebook()
{
window.open('http://www.facebook.com/sharer.php?u=' + page_url + '?referrer=facebook&t=' + page_title,'link_win','toolbar=no,width=642,height=436,resizable=yes,scrollbars=yes')
}