/* javascript functions
*/

//open a window of a specific size
function newwindow(url,name,dims)
{
// Name the Window, so the remote can target it
self.name = "Parent_Window"; 
window.open(url,name,dims)
/* paste next where needed:
<A HREF="javascript:newwindow('.htm','whatever','height=500,width=400,scrollbars=yes');"></A>
*/
}

/*
Make spammers work for my email
*/
function bongodrum(sujet)
{
commie = "lto";
siggenn = 23;
bingle = ":sportybob";
jingle = "nsa.";
jungle = "s Bohn";
siggenn = siggenn + 41;
commie2 = "mai";
jongle = "net";
congo = String.fromCharCode(siggenn);
bungle = "Thoma";
bongle = ":bohnfire";
bangle = "telus.";
subject = "?subject="+sujet;
document.write('<a href=\"'+commie2+commie+bongle+congo+bangle+jongle+subject+'\">');
document.write(bungle+jungle+'</a>');
}

