
/* foxreno.com scripts */
// Begin national js scripts


//using ('IBSYS.features.storyTools.config');
IBSYS.using('features.storyTools');
IBSYS.features.storyTools.config = [
	{ group: "primary", tools: [
		{
			name:"print",
			label:"print",
			url:"/print/[story coid]/detail.html",
			new_window:false,
			popup:true,
			popupArgs:"width=500,height=400,scrollbars",
			icon:true
		},
		{
			name:"email",
			label:"email",
			url:"http://cf.[site name].com/[site key]/sh/toafriend/index.cfm?page=[site url]",
			new_window:false,
			popup:true,
			popupArgs:"width=500,height=250",
			icon:true
		},
		{
			name:"link",
			label:"link",
			url:"/storylink/[story coid]/detail.html?page=[site url]",
			new_window:false,
			popup:true,
			popupArgs:"width=600,height=200",
			icon:true
		}
	] },
	{ group: "share", tools: [
		{
			name:"twitter",
			label:"twitter",
			url:"http://twitter.com/home?status=[story title] [site url]",
			addThis:"twitter",
			popup:false,
			new_window:false,
			icon: true
		},
		{
			name:"facebook",
			label:"facebook",
			url:"http://www.facebook.com/sharer.php?u=[site url]&src=sc&pos=top&from_posted=1",
			addThis:"facebook",
			popup:false,
			new_window:false,
			icon: true
		},
		{
			name:"delicious",
			label:"del.icio.us",
			url:"http://del.icio.us/post?title=[story title]&url=[site url]",
			addThis:"delicious",
			popup:false,
			new_window:false,
			icon: true
		},
		{
			name:"buzz",
			label:"buzz",
			url:"http://buzz.yahoo.com/buzz?targetUrl=[site url]&headline=[story title]",
			addThis:"buzz",
			popup:false,
			new_window:false,
			icon: true
		},
		{
			name:"digg",
			label:"digg",
			url:"http://digg.com/submit?phase=2&title=[story title]&url=[site url]",
			addThis:"digg",
			popup:false,
			new_window:false,
			icon: true
		},
		{
			name:"reddit",
			label:"reddit",
			url:"http://reddit.com/submit?url=[site url]&title=[story title]",
			addThis:"reddit",
			popup:false,
			new_window:false,
			icon: true
		}
	] }
];


// End national_js scripts

