function init()
{
    var newWidth =426;
    var newHeight = screen.availHeight;
    var newTop = 0;
    var newLeft = screen.availWidth - newWidth;
    window.resizeTo(newWidth,newHeight);
    window.moveTo(newLeft,newTop);
    window.resizeTo(newWidth,newHeight);

    var prefix = 'whenu';
    //    if (location.search.match(/EZTR/))
    if ((newArgs && newArgs.ptr && newArgs.ptr.match(/EZTR/)) || (args && args.ptr && args.ptr.match(/EZTR/)) || (location.search.match(/EZTR/)))
    {
        document.getElementById('welcomeMsg').innerHTML = '<b>You\'re All Set!</b><br>With EZ-Tracks and WhenU Save you get <b>10 free songs <nobr>EVERY DAY!</nobr></b>';
	prefix = 'eztr';
	//document.getElementById('banner_fill').style.height = 148;
    }
    document.getElementById('banner_left').src = '/images/'+prefix+'_left.gif';
    document.getElementById('banner_fill').style.backgroundImage = 'url(/images/'+prefix+'_fill.gif)';
    document.getElementById('banner_right').src = '/images/'+prefix+'_right.gif';

    if (showOffer) {
	document.getElementById('IntersectionsP').style.display = 'block';
	trackMsg( 'offer' );
    }
}

function writeProductName()
{
    try {
	if ((newArgs && newArgs.ptr.match(/WUSV/)) || (args && args.ptr.match(/WUSV/)) || (location.search.match(/WUSV/)))
	    document.write('WhenU SaveNow');
	else
	    document.write('WhenU Save');
    }
    catch (er) {
	document.write('WhenU Save');
    }
}
