var title = URLencode(document.title); var url = URLencode(location.toString()); var delicious = url + "&title=" + title; var imageurl = "http://oggix.com/bookmark/images/"; document.writeln( "\"del.icio.us\"");document.writeln( "\"Digg\"");document.writeln( "\"Furl\"");document.writeln( "\"Blinklist\"");document.writeln( "\"Reddit\"");document.writeln( "\"Technorati\"");document.write( "
" ); document.writeln( "\"Socializer\"");document.writeln( "\"Ma.gnolia\"");document.writeln( "\"Stumble");document.writeln( "\"Google");document.writeln( "\"RawSugar\"");document.writeln( "\"Squidoo\"");document.write( "
" ); document.writeln( "\"Netvouz\"");document.writeln( "\"Rojo\"");document.writeln( "\"Blogmarks\"");document.writeln( "\"Co.mments\"");document.writeln( "\"Scuttle\"");document.writeln( "\"Feed");document.write( "
" ); document.writeln( "\"Yahoo");document.writeln( "\"Newsvine\"");document.writeln( "\"Spurl\"");document.writeln( "\"BlinkBits\"");document.writeln( "\"Yigg\"");document.writeln( "\"Mr.Wong\"");document.write( "
" ); document.writeln( "
by OGGIX.com
"); document.writeln( ""); function URLencode(sStr){return escape(sStr).replace(/\+/g, '%2B').replace(/\"/g,'%22').replace(/\'/g, '%27');}