$(document).ready(function(){
	$(".loginlink").colorbox({width:500, height:500, iframe:true});
	$("#rssfeed").colorbox({width:"95%", height:"95%", iframe:true});
});