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


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


// End national_js scripts

