var yrewurl = "http://site.cellularphone.com/";

$(document).ready( function() {
	jQuery('#writeLink2').click(function (e) {
		e.preventDefault();
		jQuery('<iframe src="' + yrewurl + 'writereview2.php?CODE=' + prodCode + '" width=380 height=390 frameborder=0 marginheight=6 marginwidth=6 scrolling=no id=wframe></iframe>').modal({ onShow: function() {
			jQuery('#modalContainer').css("width","380px");
			jQuery('#modalContainer').css("margin-left","-190px");
	}});
	});
});

