var now = new Date();
var tzo = now.getTimezoneOffset();
now.setTime(now.getTime() + (60000 * 24 * 7));
document.cookie = "M2=1; path=/; domain=.searchnc.com; expires=Fri, 01-Jan-2038 23:59:59 GMT";
document.cookie = "TZO="+tzo+"; path=/; domain=.searchnc.com; expires=Fri, 01-Jan-2038 23:59:59 GMT";
document.cookie = "W="+screen.width+"; path=/; domain=.searchnc.com; expires=Fri, 01-Jan-2038 23:59:59 GMT";
var languageinfo=navigator.language? navigator.language : navigator.userLanguage;
document.cookie = "L=" + languageinfo + "; path=/ domain=.searchnc.com; expires=Fri, 01-Jan-2038 23:59:59 GMT";
var url = "mailto:?subject=" + escape(document.title) + "&body=%0d%0aCheck%20this%20out%0d%0a" + escape(location.href);
document.writeln("<A HREF='#' onClick='window.open(url)' TITLE='Email'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/email.gif'></A>");
if (document.all) {
	document.writeln("<A HREF='#' onClick='addbookmark()' TITLE='Favorites'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/favorite.gif'></A>");
	document.writeln("<A HREF='#' onClick='sethomepage(this)' TITLE='Start page'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/home.gif'></A>");
}
if (window.sidebar) {
	document.writeln("<A HREF='#' onClick='firefav()' TITLE='Bookmark'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/favorite.gif'></A>");
}
if (window.opera) {
	document.writeln("&nbsp;&nbsp;<A HREF='" + window.location +"' TITLE='" + document.title + "' REL='sidebar'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/favorite.gif'></A>");
}
if (window.print) {
	document.writeln("<A HREF='#' onClick='window.print()' TITLE='Print'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/printer.gif'></A>");
}
if (!document.all && !window.sidebar && !window.opera) {
	document.writeln("<TABLE><TR><TD STYLE='border:solid 1px black;font:11px Arial;color:red'>");
	document.writeln("&nbsp;Don't forget to bookmark this page!&nbsp;</TABLE>");
}

document.writeln("&nbsp;<A HREF='#' TITLE='Twitter' onClick='tweet();'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/twitter.gif'></A>");
document.writeln("&nbsp;<A HREF='#' TITLE='Facebook' onClick='facebook();'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/facebook.gif'></A>");
document.writeln("&nbsp;<A HREF='#' TITLE='Google' onClick='google();'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/google.png'></A>");
document.writeln("&nbsp;<A HREF='#' TITLE='Yahoo!' onClick='yahoo();'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/yahoo.gif'></A>");
document.writeln("&nbsp;<A HREF='#' TITLE='Myspace' onClick='myspace();'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/myspace.gif'></A>");
document.writeln("&nbsp;<A HREF='#' TITLE='StumbleUpon' onClick='stumble();'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/stumble.gif'></A>");
document.writeln("&nbsp;<A HREF='#' TITLE='Digg' onClick='digg();'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/digg.gif'></A>");
document.writeln("&nbsp;<A HREF='#' TITLE='LinkedIn' onClick='linkedin();'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/linkedin.gif'></A>");
document.writeln("&nbsp;<A HREF='#' TITLE='Delicious' onClick='delicious();'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/delicious.gif'></A>");
document.writeln("&nbsp;<A HREF='#' TITLE='Reddit' onClick='reddit();'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/reddit.gif'></A>");
document.writeln("&nbsp;<A HREF='#' TITLE='Blogger' onClick='blogger();'><IMG BORDER=0 SRC='http://www.searchnc.com/socials/blogger.gif'></A>");

function addbookmark() { window.external.AddFavorite(window.location, document.title); }
function sethomepage(obj) { obj.style.behavior="url(#default#homepage)"; obj.setHomePage(location.href); }
function firefav() { window.sidebar.addPanel(document.title, window.location, ""); }
function tweet() {
	window.open("http://twitter.com/share?url=" + window.location + "&via=jbleacher&text=" + document.title, "tweet", "height=300,width=520");
	document.cookie = "twitter=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function facebook() {
	window.open("http://www.facebook.com/share.php?u=" + window.location + "&t=" + document.title);
	document.cookie = "facebook=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function myspace() {
	window.open("http://www.myspace.com/Modules/PostTo/Pages/?l=3&u=" + window.location + "&t=" + document.title);
	document.cookie = "myspace=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function stumble() {
	window.open("http://www.stumbleupon.com/submit?url=" + window.location + "&title=" + document.title);
	document.cookie = "stumbleupon=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function digg() {
	window.open("http://digg.com/submit?url=" + window.location + "&title=" + document.title);
	document.cookie = "digg=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function linkedin() {
	window.open("http://www.linkedin.com/shareArticle?mini=true&url=" + window.location + "&title=" + document.title);
	document.cookie = "linkedin=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function delicious() {
	window.open("http://del.icio.us/post?v=4&noui&jump=close&url=" + window.location + "&title=" + document.title);
	document.cookie = "delicious=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function reddit() {
	window.open("http://reddit.com/submit?url=" + window.location + "&title=" + document.title);
	document.cookie = "reddit=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function blogger() {
	window.open("http://www.blogger.com/blog_this.pyra?t=" + document.title + "&u=" + window.location);
	document.cookie = "blogger=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function friendfeed() {
	window.open("http://friendfeed.com/share?url=" + window.location);
	document.cookie = "friendfeed=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function fark() {
	window.open("http://cgi.fark.com/cgi/fark/farkit.pl?u=" + window.location +"&h=" + document.title);
	document.cookie = "fark=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function google() {
	window.open("https://www.google.com/bookmarks/mark?op=add&bkmk=" + window.location + "&title=" + document.title + "&annotation=");
	document.cookie = "google=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}
function yahoo() {
	window.open("http://myweb2.search.yahoo.com/myresults/bookmarklet?u=" + window.location + "&t=" + document.title);
	document.cookie = "yahoo=1; path=/; domain=.searchnc.com; expires=" + now.toGMTString();
}

