
if($){$.browser.ie6=$.browser.msie&&(parseInt(navigator.appVersion)<=6);}
function go(link,target){if(target=='_blank'){popup(link,700,550,'go_win');}else{if(!target){target=document;}
target.location=link;}}
function popup(link,width,height){var left=(screen.width-width-20)/2;var top=(screen.height-height-30)/2;var date=new Date();var sName='win'+date.getHours()+date.getMinutes()+date.getSeconds();window.open(link,sName,'width='+width+',height='+height+',left='+left+',top='+top+',toolbar=yes,location=yes,status=yes,resizable=yes,scrollbars=yes');return false;}
var load={funcs:new Array(),register:function(f){if(typeof(f)!='function')return;load.funcs.push(f);},execute:function(){for(var i=0;i<load.funcs.length;i++){load.funcs[i]();}}};window.onload=load.execute;Array.prototype.toString=function(){var s='['+"";for(var i in this){if(typeof(this[i])!='function')s+=i+': '+this[i]+' - ';}
s+=']';return s;}
$('#soldLarge').each(function(){$('.content',this).append('<p class="close"><a href="#">close message</a></p>').find('.close a').click(function(){$('#soldLarge').hide();$('#soldTop').show();return false;});$('.back',this).css({height:$('#body').height()+'px'});});var ContentItems={init:function(){}};load.register(ContentItems.init);