var profiles =
{

	livealittle:
	{
		height:305,
		width:480,
		status:0,
		toolbar:0,
		scrollbars:0,
		center:1,
		resizeable:0
	},

	daly:
	{
		height:265,
		width:400,
		toolbar:0,
		scrollbars:0,
		status:0,
		center:1,
		resizable:0
	},

	nobodyslistening:
	{
		height:280,
		width:400,
		toolbar:0,
		scrollbars:0,
		center:1,
		status: 0,
		resizable: 0
	}
};


jQuery(document).ready(function() {
	jQuery(".popupwindow").popupwindow(profiles);
});
